Re: [Pharo-dev] how do I push fixed upstream?

2015-09-05 Thread Nicolai Hess
notify the maintainers 2015-09-05 20:51 GMT+02:00 Peter Uhnák : > How do I push "fixed upstream"? > > Since it doesn't have "Fix Review Needed" nobody will see it, review it > and merge it. How should I mark it? Do I need to make another step? > > >

Re: [Pharo-dev] ***important*** cannot remove a class anymore...

2015-09-05 Thread Nicolai Hess
2015-09-05 11:48 GMT+02:00 Marcus Denker : > > On 05 Sep 2015, at 11:40, stepharo wrote: > > How can I see the changes? > Our process is not good. Most of us do not get any chance understanding > what is changing. > > > -> download the image before it

Re: [Pharo-dev] rb highlighting is not up to the task yet

2015-09-05 Thread Nicolai Hess
irba.com> wrote: >> >> Hi, >> >> Here is an example. >> >> Type this in a playground in a Pharo 5 image, and all statements before >> the parentheses become black: >> | a b c d | >> a := 42. >> b := a + 1. >> c := b + 1. >>

Re: [Pharo-dev] Image and bootstrap dependencies

2015-09-04 Thread Nicolai Hess
Hi Christophe, the tool and this depedency report is great. But how are the dependencies categories "Ignored dependency" , "Dependency to remove" created, is this a manual step? For examlpe, I don't understand why Graphics-Display Objects

Re: [Pharo-dev] TextAttributes in source code or class comment?

2015-09-04 Thread Nicolai Hess
2015-09-04 21:27 GMT+02:00 Eliot Miranda : > Hi Martin, > > On Fri, Sep 4, 2015 at 8:13 AM, Martin Dias wrote: > >> Hi all, >> >> The source code of a method could be a Text, with TextAttributes. In such >> case, it will be written down to a stream

Re: [Pharo-dev] To Detent Or Not To Detent…

2015-09-04 Thread Nicolai Hess
2015-09-02 17:42 GMT+02:00 Sean P. DeNigris : > Can anyone explain the purpose of sending #detentBy:atMultiplesOf:snap: in > the method below? The problem is that, if you resize programatically below > a > factor of 0.1, you enter a black hole from which many scale attempts

Re: [Pharo-dev] rb highlighting is not up to the task yet

2015-09-04 Thread Nicolai Hess
This depends on the kind of error. For example, a missing open or closed parenthesis will most likely mark the whole (following) code. But it should still highlight the preceding code. Can you give an example. nicolai 2015-09-04 23:10 GMT+02:00 Tudor Girba : > Hi, > > I

Re: [Pharo-dev] Announcements in Nautilus

2015-09-04 Thread Nicolai Hess
Another related issue: 12535 To many updates on the methods list (changes aren't applicable anymore, because to many things had changed). Sometimes I am working on this and try to solve this. But I failed so far. The

Re: [Pharo-dev] size of MCbrowser should be proportional

2015-09-03 Thread Nicolai Hess
2015-09-03 7:56 GMT+02:00 Esteban Lorenzano : > +1 > > I also submitted an issue about MCBrowser not taking into account the size > of the world window (and then appearing with part of it hidden out of the > visible area) > That one is fixed: 16401

Re: [Pharo-dev] Pharo CI Validation Timeout

2015-09-02 Thread Nicolai Hess
It is possible to see from the console output which rule or test takes a lot time? 2015-09-02 8:09 GMT+02:00 Marcus Denker : > > On 01 Sep 2015, at 19:15, Ben Coman wrote: > > Do you want to try a post-load... >Delay delaySchedulerClass:

Re: [Pharo-dev] Removing name from Object

2015-09-02 Thread Nicolai Hess
How can we find out, which external projects depend on this? 2015-09-02 7:06 GMT+02:00 H. Hirzel : > On 9/1/15, stepharo wrote: > > Hi guys > > > > I would love to see name removed from Object. It brings more problems > > than anything else. > > Any

Re: [Pharo-dev] Pharo CI Validation Timeout

2015-09-02 Thread Nicolai Hess
; escribió: > >> I don’t think so… the job used to run in 15 minutes. But we added more >> tests, >> Rules got slower… >> >> On 02 Sep 2015, at 08:34, Nicolai Hess <nicolaih...@web.de> wrote: >> >> It is possible to see from the console outpu

Re: [Pharo-dev] ensure: and assignments RB Rule

2015-09-01 Thread Nicolai Hess
r in the expression that is assigned to file, and the > stack unwound, file won't have been assigned and the close will get sent to > nil. The assignment to file should precede the block. > > Sent from my iPhone > > On Aug 31, 2015, at 5:03 AM, Nicolai Hess <nicolaih...@web.de>

Re: [Pharo-dev] ensure: and assignments RB Rule

2015-08-31 Thread Nicolai Hess
Anyone? We may remove this rule if no one understands for what this is good for. (if anyone knows, please comment that class). 2014-12-14 11:22 GMT+01:00 Nicolai Hess <nicolaih...@web.de>: > > 2014-11-30 20:54 GMT+01:00 stepharo <steph...@free.fr>: >> >> tha

Re: [Pharo-dev] Image used for 4.0 - 5.0 (Build 50000) transition

2015-08-30 Thread Nicolai Hess
2015-08-30 21:38 GMT+02:00 Torsten Bergmann asta...@gmx.de: Which Pharo 4 image was used to create Build initial Pharo 5 image (build 5000)? According to the mailinglist archive from April [1] it seems to be build 40608. I wonder since in build 5 the desktop manager works and in the

Re: [Pharo-dev] [Moose-dev] Re: Still some issue with Bloc :-(

2015-08-30 Thread Nicolai Hess
fixed: ready to review 16267 https://pharo.fogbugz.com/f/cases/16267/Fasttable-isn-t-visible-in-athens-in-bloc Fasttable isn't visible in athens (in bloc) 2015-08-29 18:54 GMT+02:00 Tudor Girba tu...@tudorgirba.com: FastTable does not work in Bloc. You have to disable it from the Settings to

Re: [Pharo-dev] Image used for 4.0 - 5.0 (Build 50000) transition

2015-08-30 Thread Nicolai Hess
Oh, thats funny. Maybe this comes from the release buidling process, (condense changes / sources) anything that resets some world state? 2015-08-30 22:29 GMT+02:00 Torsten Bergmann asta...@gmx.de: Nicolai Hess wrote: What does not work in 40608? What Julien describes in [1] when he uses

Re: [Pharo-dev] [Pharo-users] [ann] brick on top of bloc - preview

2015-08-26 Thread Nicolai Hess
2015-08-26 11:00 GMT+02:00 Marcus Denker marcus.den...@inria.fr: On 26 Aug 2015, at 10:58, Blondeau Vincent vincent.blond...@worldline.com wrote: Loading traits only is working, there are traits in Moose and it is well working... E.g.: Trait named: #TOODependencyQueries

Re: [Pharo-dev] Spec - TabManagerModel prevents the right/left keyboard navigation in TextModel

2015-08-26 Thread Nicolai Hess
This will work when we move all shortcut definitions from cmdActions-map to the keymapping framework. (only tested for the old TextModel-PluggableTextMorph adapter). 2015-08-26 23:33 GMT+02:00 Glenn Cavarlé gl...@cavarle.fr: Hi all, When a TextModel is contained in a TabModel, right and left

Re: [Pharo-dev] Strange Monticello bug: methods are not saved

2015-08-25 Thread Nicolai Hess
2015-08-24 18:21 GMT+02:00 stepharo steph...@free.fr: This is really nice to have people like you guys around. This is a really nice example where the sum is more than its elements Stef Le 24/8/15 16:44, Thierry Goubier a écrit : 2015-08-24 16:32 GMT+02:00 Marcus Denker

Re: [Pharo-dev] [Pharo-users] issue with large file path on windows

2015-08-24 Thread Nicolai Hess
2015-08-24 13:34 GMT+02:00 Henrik Johansen henrik.s.johan...@veloxit.no: On 23 Aug 2015, at 6:09 , Nicolai Hess nicolaih...@web.de wrote: And If you want to review the changes: https://github.com/nicolaihess/pharo-vm/compare/master...nicolaihess:win-long-filename 2015-08-23 13:44 GMT+02

Re: [Pharo-dev] Strange Monticello bug: methods are not saved

2015-08-24 Thread Nicolai Hess
Can someone look at RGMethodDefinition#asMCMethodDefinition I think this method uses one cache (MCMethodDefinition cachedDefinitions) even for both, methods from the MCPackage and methods from the image package, of course, they should not be equal. But they are index by the compiledMethod and

Re: [Pharo-dev] Strange Monticello bug: methods are not saved

2015-08-24 Thread Nicolai Hess
version not ok. Thierry 2015-08-24 15:37 GMT+02:00 Sven Van Caekenberghe s...@stfx.eu: On 24 Aug 2015, at 15:31, Nicolai Hess nicolaih...@web.de wrote: Can someone look at RGMethodDefinition#asMCMethodDefinition I think this method uses one cache (MCMethodDefinition

Re: [Pharo-dev] issue with large file path on windows

2015-08-24 Thread Nicolai Hess
Hi Hernán Thanks for your feedback 2015-08-24 8:13 GMT+02:00 Hernán Morales Durand hernan.mora...@gmail.com: Nicolai 2015-08-23 8:44 GMT-03:00 Nicolai Hess nicolaih...@web.de: For those who had problems with pharo on windows and github based repositories, I built a windows vm with support

Re: [Pharo-dev] issue with large file path on windows

2015-08-23 Thread Nicolai Hess
And If you want to review the changes: https://github.com/nicolaihess/pharo-vm/compare/master...nicolaihess:win-long-filename 2015-08-23 13:44 GMT+02:00 Nicolai Hess nicolaih...@web.de: For those who had problems with pharo on windows and github based repositories, I built a windows vm

[Pharo-dev] issue with large file path on windows

2015-08-23 Thread Nicolai Hess
For those who had problems with pharo on windows and github based repositories, I built a windows vm with support for long paths: https://drive.google.com/file/d/0B8yEahnuIem2bmxwdzJuUXFxVGM/view?usp=sharing For browsing directories with large paths (FileList or Inspect), you may need one

Re: [Pharo-dev] Design Question: Undefined vs. MyNullObject vs. #ifNil:

2015-08-20 Thread Nicolai Hess
2015-08-20 23:03 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: I'm working on Issue 16136: DateModel: Allow nil https://pharo.fogbugz.com/default.asp?16136 The idea is that DateModel should allow the possibility of no date (i.e. date = nil) because some applications require this. Here

[Pharo-dev] issue 16191 Low-level packages should not include tests

2015-08-20 Thread Nicolai Hess
somehow this Tests-tag extraction does not work (see 15861 Create test package for Jobs) Even if we promote the Tests-tag as a package and creating the slice, merging the slice again creates a tag in the original package. any ideas?

Re: [Pharo-dev] World Menu associated mouse click

2015-08-17 Thread Nicolai Hess
2015-08-17 16:07 GMT+02:00 Blondeau Vincent vincent.blond...@worldline.com : Hi, There is a setting to have this consistence (deactivated by default): AppearanceDesktopInvert right click on world menu in Linux and Windows By the way, the buttons are not inverted under Mac (conventional).

Re: [Pharo-dev] Ctrl key on Windows

2015-08-17 Thread Nicolai Hess
2015-08-17 21:16 GMT+02:00 Guillermo Polito guillermopol...@gmail.com: First, Thanks Nicolai :) I was testing the latest windows VM In my gf's machine to see the fix of Nicolai to the Ctrl+friends. For those who do not know, before, the windows (and unix, and mac too) VMs mapped some

Re: [Pharo-dev] 16216 Default values in NECPreferences are not initilized right

2015-08-16 Thread Nicolai Hess
from hell U.u Merwan On 16/08/2015 10:55, stepharo wrote: Thanks. Can you open a new issue? Merwan you will have to revisit your code. Stef Le 15/8/15 22:53, Nicolai Hess a écrit : This is not good. Somehow this disables NEC. And resets many other NEC settings, for example if you just

[Pharo-dev] 16216 Default values in NECPreferences are not initilized right

2015-08-15 Thread Nicolai Hess
This is not good. Somehow this disables NEC. And resets many other NEC settings, for example if you just enables code complation again, you still don't have the smart characters (- inserting matchin or ) or } ...)

Re: [Pharo-dev] some questions about bloc

2015-08-15 Thread Nicolai Hess
it makes sense to move theme from BlProtoView to BlMorph. Cheers, Alex On Aug 9, 2015 9:57 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-08-09 20:17 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com: Hi Thanks for your response. Animation was copied from other project and has nothing

[Pharo-dev] need some testers: 15619 cleanup TextEditors shortcut definition

2015-08-15 Thread Nicolai Hess
Now I moved all (known?) shortcut definitions from TextEditor/SmalltalkEditor action-/cmdmap to Keymappings keymappragma definitions slice in inbox for issue 15619 Postscript: KMRepository reset. need some testers. please report back, what editor (TextEditor/SmalltalkEditor) and your platform

Re: [Pharo-dev] need some testers: 15619 cleanup TextEditors shortcut definition

2015-08-15 Thread Nicolai Hess
/8/15 19:58, Nicolai Hess a écrit : Now I moved all (known?) shortcut definitions from TextEditor/SmalltalkEditor action-/cmdmap to Keymappings keymappragma definitions slice in inbox for issue 15619 Postscript: KMRepository reset. need some testers. please report back, what editor

Re: [Pharo-dev] ifTrue ifFalse shortcuts

2015-08-11 Thread Nicolai Hess
I am nearly finished with converting old shortcut mapping (Editor/TextEditor cmdActions/shiftCmdAction map) to our keymapping framework. 15619 https://pharo.fogbugz.com/default.asp?15619 cleanup TextEditors shortcut definition I need some more time, one or two vm changes and some people testing

Re: [Pharo-dev] Monticello Changes/Merge review -- Revert Change action

2015-08-11 Thread Nicolai Hess
2015-08-11 16:46 GMT+02:00 Ben Coman b...@openinworld.com: What is the semantics of the new Revert Change menu item when reviewing Monticello Changes or Merge. How do you revert something that has no been loaded yet? cheers -ben Yes, this is wrong. It is only useable if you want to save

Re: [Pharo-dev] extension not appearing under package(-tag?)

2015-08-10 Thread Nicolai Hess
2015-08-10 15:12 GMT+02:00 Ben Coman b...@openinworld.com: I'm not sure what to make of this... I notice that the class side of Object has protocol *Tools-Debugger contains method #canonicalArgumentName, but class side of that package/tag does not show #canonicalArgumentName, which instead

Re: [Pharo-dev] some questions about bloc

2015-08-10 Thread Nicolai Hess
sense to move theme from BlProtoView to BlMorph. Cheers, Alex On Aug 9, 2015 9:57 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-08-09 20:17 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com: Hi Thanks for your response. Animation was copied from other project and has nothing to do

[Pharo-dev] some questions about bloc

2015-08-09 Thread Nicolai Hess
BlAlarmQueue - split into two classes? Queue : managing the add/remove/sort Scheduler : process the Alarms - alarm/alarmqueue both accessing and check the time Time now I would put both checks to, either the alarm OR the queue/scheduler. And don't use Time now explicit, if we put this

Re: [Pharo-dev] some questions about bloc

2015-08-09 Thread Nicolai Hess
- BrButtonView A BlRectangleView, a RoundedRectangleView and a BrRectangleView? I think I don't understand bloc Cheers, Alex On Aug 9, 2015 7:29 PM, Nicolai Hess nicolaih...@web.de wrote: BlAlarmQueue - split into two classes? Queue : managing the add/remove/sort Scheduler : process the Alarms

Re: [Pharo-dev] cleanup rubric

2015-08-05 Thread Nicolai Hess
2015-08-04 21:29 GMT+02:00 stepharo steph...@free.fr: Hello all, Yes we have both PluggableTextMorph and Rubric so it is a mess. Yes Rubric was a fork, so a lot of code is duplicated. I would say just wait that all PluggableTextMorph uses are removed then we will be able to clean-up

Re: [Pharo-dev] Windows users, please test!

2015-08-03 Thread Nicolai Hess
2015-08-03 15:21 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: I made a new SLICE trying to fix the FT2 crash problem windows (and I think also linux?) are experiencing… can you please merge the SLICE for: https://pharo.fogbugz.com/f/cases/15633 and test a bit… and inform any new

[Pharo-dev] wrong syntax highlighting in debugger

2015-08-03 Thread Nicolai Hess
recent pharo 50 has wrong syntax highlighting. This is caused by my fix for issue 15773. I am working on that nicolai

Re: [Pharo-dev] cleanup rubric

2015-08-02 Thread Nicolai Hess
Am 02.08.2015 10:09 vorm. schrieb Alain Plantec alain.plan...@yahoo.com: Hello all, Yes we have both PluggableTextMorph and Rubric so it is a mess. Yes Rubric was a fork, so a lot of code is duplicated. I would say just wait that all PluggableTextMorph uses are removed then we will be able

[Pharo-dev] rubric and text styler

2015-07-31 Thread Nicolai Hess
What is the plan for Rubric and its text styler? There was some work to enhance and use RB-based styler (SHRBTextStyler). This seems useless because more and more textcomponents are replaced with rubrics, and rubric uses its own styler. do we stay with rubrics styler ?

Re: [Pharo-dev] rubric and text styler

2015-07-31 Thread Nicolai Hess
is based on RB, too. (it is a bit different but if we get SHRBTextStyler to work, we will have the knowledge to make the TxText one working, too) OK, that sounds like a good plan. nicolai On 31 Jul 2015, at 09:59, Nicolai Hess nicolaih...@web.de wrote: What is the plan for Rubric

Re: [Pharo-dev] cleanup rubric

2015-07-31 Thread Nicolai Hess
2015-07-31 12:55 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: On 31 Jul 2015, at 12:35, Nicolai Hess nicolaih...@web.de wrote: 2015-07-31 12:26 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: Hi, the idea is to replace all old text classes usage, then remove them (and Rubric

[Pharo-dev] cleanup rubric

2015-07-31 Thread Nicolai Hess
Maybe I am wrong, but it looks like there are many classes and code in rubric that are the same as in the old Text classes. Rub is used in GT and now in the Core image. Shouldn't we clean this up before it used everywhere? Some examples: All TextLink classes looks the same (TextClassLink -

Re: [Pharo-dev] cleanup rubric

2015-07-31 Thread Nicolai Hess
2015-07-31 12:26 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: Hi, the idea is to replace all old text classes usage, then remove them (and Rubric will became the unique text editor in Pharo) so… I *think* (not sure about it), the duplication of classes is in this case on purpose, and a

Re: [Pharo-dev] Fwd: Freezing Bloc UI

2015-07-30 Thread Nicolai Hess
, it looks like the characters cover the same pixel but with different colors. And this appears as different thickness and distance. Peter On Tue, Jul 28, 2015 at 11:36 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-07-28 20:51 GMT+02:00 Peter Uhnák i.uh...@gmail.com: So apparently

Re: [Pharo-dev] Disabling Rubric in Nautilus (+VM crash)

2015-07-29 Thread Nicolai Hess
2015-07-29 8:55 GMT+02:00 Jan Vrany jan.vr...@fit.cvut.cz: On Wed, 2015-07-22 at 14:55 +0200, stepharo wrote: Jan do you have a scenario where we can see the performance issue? Hmm...actually not reproducible one. Here's the story: It happened me couple times that the CPU (core) usage

Re: [Pharo-dev] Subpixel rendering vm build?

2015-07-28 Thread Nicolai Hess
2015-07-28 11:21 GMT+02:00 Stephan Eggermont step...@stack.nl: Is there a specific reason to not have a pharo vm build with subpixel rendering for non-US use? Stephan Why do you think there are different builds?

Re: [Pharo-dev] Freezing Bloc UI

2015-07-28 Thread Nicolai Hess
2015-07-28 20:51 GMT+02:00 Peter Uhnák i.uh...@gmail.com: So apparently Firefox uses Pango on top of Cairo to render fonts. Is that something we can apply? Because the results from pangocairo looks much better than what is currently in Bloc. Can you show an example. with some info about:

Re: [Pharo-dev] Freezing Bloc UI

2015-07-27 Thread Nicolai Hess
2015-07-05 17:33 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-07-05 12:16 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, when reloading FreeType (Settings Use free type:) This is an Athens issues. Athens only officially supports vector fonts. Drawing with bitmap fonts is a hack

Re: [Pharo-dev] [Pharo-users] saving text files from inspector

2015-07-27 Thread Nicolai Hess
2015-07-24 22:44 GMT+02:00 Tudor Girba tu...@tudorgirba.com: The problem is that if you have a larger text file (let's say 100Mb), Rubric still takes too long to open. Thus, we cannot show the whole file, and because of that, we also cannot provide complete editing options. This will change

Re: [Pharo-dev] About nextPutAll: $(

2015-07-27 Thread Nicolai Hess
2015-07-27 8:26 GMT+02:00 Hernán Morales Durand hernan.mora...@gmail.com: 2015-07-26 15:49 GMT-03:00 Esteban Lorenzano esteba...@gmail.com: Hi, Well, If there wouldn't be already a way to do it, I wouldn't care which one to take. But this is not the case: we are discussing the introduction

Re: [Pharo-dev] about should:raise: and should:raise:description

2015-07-27 Thread Nicolai Hess
2015-07-27 8:21 GMT+02:00 Norbert Hartl norb...@hartl.name: Am 27.07.2015 um 00:15 schrieb Nicolai Hess nicolaih...@web.de: from the usecase of self should:[some operation] raise: AnException description: ' a Text' I would expect that the test asserter would compare ' a Text

Re: [Pharo-dev] xmlwriter change brakes an issuetracker-image test

2015-07-26 Thread Nicolai Hess
there in default. Probably need to add the encoding explicitly if its required by the consumer of the XML document. We should change the tests. How or who can do this? And how do we make the pharo issue tracker image use that version? Nicolai Hess wrote change in XMLWriter: Name

[Pharo-dev] about should:raise: and should:raise:description

2015-07-26 Thread Nicolai Hess
from the usecase of self should:[some operation] raise: AnException description: ' a Text' I would expect that the test asserter would compare ' a Text' with the description of the exception raised. But it does not happen. All this test cases succeed, even if the description is different from

Re: [Pharo-dev] [Pharo4] reviews needed: 15977 Metacello Browser should only load from the selected repo

2015-07-26 Thread Nicolai Hess
2015-07-26 11:25 GMT+02:00 Marcus Denker marcus.den...@inria.fr: Hi, This needs two positive reviews before we can even think about looking at it for Pharo4: 15977 Metacello Browser should only load from the selected repo https://pharo.fogbugz.com/f/cases/15977 Marcus

Re: [Pharo-dev] Nautilus shortcuts from code pane

2015-07-25 Thread Nicolai Hess
on windows, there is another change that has to be done on the image side. nicolai 2015-07-24 11:55 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-07-24 11:45 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Ctrl+Tab, Ctrl+Shift+Tab Did this ever worked in a text pane/input field? Ctrl+Tab

Re: [Pharo-dev] Nautilus shortcuts from code pane

2015-07-24 Thread Nicolai Hess
2015-07-24 10:56 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, currently when you are in the method code pane in Nautilus, no Nautilus shortcuts (at least on Linux) works. My understanding is that Rubric will eat all the shortcuts since it has focus. This should not happen. If it does not

Re: [Pharo-dev] Nautilus shortcuts from code pane

2015-07-24 Thread Nicolai Hess
2015-07-24 11:16 GMT+02:00 Peter Uhnák i.uh...@gmail.com: This should not happen. If it does not handle the shortcut, it should be handled by its owner Hmm, interesting. Apparently this must've been changed or something, because in Pharo 4 when I want to automatically categorize

Re: [Pharo-dev] Nautilus shortcuts from code pane

2015-07-24 Thread Nicolai Hess
2015-07-24 11:32 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: 2015-07-24 11:27 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-07-24 11:16 GMT+02:00 Peter Uhnák i.uh...@gmail.com: This should not happen. If it does not handle the shortcut, it should be handled by its owner

Re: [Pharo-dev] Nautilus shortcuts from code pane

2015-07-24 Thread Nicolai Hess
2015-07-24 11:45 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Ctrl+Tab, Ctrl+Shift+Tab Did this ever worked in a text pane/input field? Ctrl+Tab does work for me in Nautilus. (But not Playground nor Workspace nor Transcript). Ctrl+Tab does not work on windows.

[Pharo-dev] xmlwriter change brakes an issuetracker-image test

2015-07-21 Thread Nicolai Hess
change in XMLWriter: Name: XML-Writer-Core-monty.40 Author: monty Time: 15 June 2015, 4:35:12.313879 am UUID: 632db1a0-b6a6-4686-924e-a9bbb2b843b4 Ancestors: XML-Writer-Core-monty.39 xml declaration writers no longer output encoding=UTF-8 by default But now, CIXMLPublisherTest test fails, the

Re: [Pharo-dev] Collect on IdentitySet

2015-07-20 Thread Nicolai Hess
2015-07-20 22:11 GMT+02:00 Jan Kurš k...@iam.unibe.ch: Hey All, The collect: on IdentitySet returns Set. Is this really wanted behaviour or is it a bug? There was a long discussion about this http://forum.world.st/IdentitySet-collect-tp4792384.html and I thought this was fixed issue 14535

Re: [Pharo-dev] Athens - apply blur on arbitrary shape

2015-07-19 Thread Nicolai Hess
2015-07-17 17:57 GMT+02:00 Aliaksei Syrel alex.sy...@gmail.com: Hi Any ideas how one could blur an arbitrary shape using athens? Cheers, Alex Not possible. Not with Athens and not with cairo. (There was a discussion on cairos ml about drop shadows (and filter functions?, I am not sure)

Re: [Pharo-dev] RPackage classes name

2015-07-19 Thread Nicolai Hess
2015-07-18 15:48 GMT+02:00 Franck Warlouzet franck.warlou...@hotmail.fr: Hello, Currently I am working on groups in Nautilus, and I am actually reimplementing them because I could not just fix them (There are a lot of bugs which make them almost unusable in practice), it is too complicated

Re: [Pharo-dev] Seeking help on morphs : expander and scrolls

2015-07-17 Thread Nicolai Hess
what about newTextEditorFor: *dialog newRow: {* *(* * (* * dialog newExpander: r title asString* * forAll: { dialog newTextEditorFor: yourTextModel getText:#getTextSelector setText:#setTextSelector. }* * )minWidth:600; minHeight: 10* *)cellInset: 0;* * borderStyle: (BorderStyle inset

[Pharo-dev] What happend to my smalltalkhub project?

2015-07-17 Thread Nicolai Hess
I had at least one project at smalltalk hub NicolaiHess/AthensSketch But now, I don't see any project, no watchlist and the list of activities only lists the last three weeks. ? nicolai

Re: [Pharo-dev] Loading TWM in Pharo 4.0

2015-07-15 Thread Nicolai Hess
Hi Sean, I don't know if this is the same bug, but maybe you can take a look at my solution for issue 6964 https://pharo.fogbugz.com/default.asp?6964 Changes in Monticello seems to compare to the latest in the cache I disable the MCRepositoryCache access when searching for the closest ancestor.

Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread Nicolai Hess
2015-07-15 12:16 GMT+02:00 Torsten Bergmann asta...@gmx.de: When creating a class with three or more instance variables Object subclass: #Foo instanceVariableNames: 'one two three' classVariableNames: '' category: 'Bar' and choosing Refactoring - Inst var

Re: [Pharo-dev] [Pharo-users] Saving image sometimes corrupts it

2015-07-14 Thread Nicolai Hess
2015-07-14 11:38 GMT+02:00 Jan Blizničenko blizn...@fit.cvut.cz: Hello I come with another probably-only-mine-windows-related problem which I am unable to reproduce from a clean image. I use latest image 50170, latest (9th July 2015) Windows VM, Windows 7 64bit. So there is my vague

[Pharo-dev] current stable Pharo4.0 VM

2015-07-07 Thread Nicolai Hess
Can we create a new stable VM version for Pharo4.0 package at pharo.org The current one is quite old and has a bug with scroll events on windows 10670 https://pharo.fogbugz.com/default.asp?10670 Scrolling unfocused list nicolai Smalltalk vm interpreterSourceVersion -

Re: [Pharo-dev] Control Flow Graph for Smalltalk

2015-07-06 Thread Nicolai Hess
2015-07-06 13:21 GMT+02:00 Nevena Milojkovic nev...@iam.unibe.ch: Hi all, Can anybody point me towards some tool/paper with the possibility to construct Control Flow Graph for Smalltalk? There was a tool called compass. AFAIR it is a debugger that stores the execution path. (don't know

[Pharo-dev] clean up the bugtracker - a little bit

2015-07-06 Thread Nicolai Hess
Some of this issues aren't reproducible, some may be fixed by other changes, or just invalid (works as designed). I'll close this issues sooon! If you know one of them and don't think they should be closed, please comment on the bugtracker 11332 https://pharo.fogbugz.com/default.asp?11332 There

Re: [Pharo-dev] some questions about current GToolkit issues

2015-07-06 Thread Nicolai Hess
, Please On Fri, Jul 3, 2015 at 10:53 PM, Nicolai Hess nicolaih...@web.de wrote: 15102 https://pharo.fogbugz.com/default.asp?15102 lost worldmenu Is anyone working on this, it is quite annoying, happens to me a couple of time - per day. Everytime I restart the image to get the menu back

Re: [Pharo-dev] Make TextModel by default for text, not code

2015-07-05 Thread Nicolai Hess
2015-07-05 11:46 GMT+02:00 Peter Uhnák i.uh...@gmail.com: I was looking at https://pharo.fogbugz.com/f/cases/edit/15237/Spec-TextModel-for-plain-text and it seems that we have (at least ) three different menus. TextEditor classyellowButtonMenu (TextModel for editing text) ​

Re: [Pharo-dev] Make TextModel by default for text, not code

2015-07-05 Thread Nicolai Hess
*) ... look to inbox at 15237. You could implement self editor with the TextModelAdapter and make the textmodel independent of any TextEditor/SmalltalkEditor. Peter On Sun, Jul 5, 2015 at 6:02 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-07-05 13:06 GMT+02:00 Peter Uhnák i.uh...@gmail.com

Re: [Pharo-dev] Make TextModel by default for text, not code

2015-07-05 Thread Nicolai Hess
2015-07-05 13:06 GMT+02:00 Peter Uhnák i.uh...@gmail.com: The cleaner way would be to use TextEditor as default EditorClass in TextModel beForText and SmalltalkEditor for beForCode. With that, the menublock coude ask the editor class for the default menu (now it uses SmalltalkEditors menu as

Re: [Pharo-dev] Freezing Bloc UI

2015-07-05 Thread Nicolai Hess
2015-07-05 12:16 GMT+02:00 Peter Uhnák i.uh...@gmail.com: Hi, when reloading FreeType (Settings Use free type:) This is an Athens issues. Athens only officially supports vector fonts. Drawing with bitmap fonts is a hack (and that happens during disable/enable freetype). fixed in athens

Re: [Pharo-dev] some questions about current GToolkit issues

2015-07-04 Thread Nicolai Hess
Thank you Doru 2015-07-04 7:31 GMT+02:00 Tudor Girba tu...@tudorgirba.com: Hi Nicolai, Please On Fri, Jul 3, 2015 at 10:53 PM, Nicolai Hess nicolaih...@web.de wrote: 15102 https://pharo.fogbugz.com/default.asp?15102 lost worldmenu Is anyone working on this, it is quite annoying, happens

[Pharo-dev] some questions about current GToolkit issues

2015-07-03 Thread Nicolai Hess
15102 https://pharo.fogbugz.com/default.asp?15102 lost worldmenu Is anyone working on this, it is quite annoying, happens to me a couple of time - per day. Everytime I restart the image to get the menu back. Is there any other way to recreate the worldmenu? 15772

Re: [Pharo-dev] can you explain that?

2015-07-03 Thread Nicolai Hess
2015-07-04 0:08 GMT+02:00 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com: 2015-07-03 21:22 GMT+02:00 Nicolai Hess nicolaih...@web.de: you can save the image with the shortcut cmd+shift+s the shortcut action is: [ Smalltalk snapshot: true andQuit: false. UIManager default inform

Re: [Pharo-dev] can you explain that?

2015-07-03 Thread Nicolai Hess
2015-07-04 0:27 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-07-04 0:08 GMT+02:00 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com: 2015-07-03 21:22 GMT+02:00 Nicolai Hess nicolaih...@web.de: you can save the image with the shortcut cmd+shift+s the shortcut action

[Pharo-dev] can you explain that?

2015-07-03 Thread Nicolai Hess
you can save the image with the shortcut cmd+shift+s the shortcut action is: [ Smalltalk snapshot: true andQuit: false. UIManager default inform: 'Image saved' ] Save the image and show a notification. If you do this shortuct, the image is saved and you'll see the notification - ok. If you

[Pharo-dev] pharo 50140 failing release test

2015-06-29 Thread Nicolai Hess
@alain @steph can you check update pharo 50140 somehow all TAbleToRotate methods (protocol t-rotating) were copied to class StringMorph. And now ReleaseTest testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits fails nicolai

Re: [Pharo-dev] RBEnvironments allClasses/Traits/Meta ...

2015-06-27 Thread Nicolai Hess
don't know, but this is crucial for deciding the way on how to clean the current RBEnvironments implementation. 2015-06-22 22:39 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2014-12-18 22:32 GMT+01:00 Yuriy Tymchuk yuriy.tymc...@me.com: I’m ready to help with this issue, but as far as I can

Re: [Pharo-dev] help removing NewList

2015-06-26 Thread Nicolai Hess
EyeInspector (ContextInspector) uses newlist Am 26.06.2015 7:22 nachm. schrieb stepharo steph...@free.fr: Hi guys I'm trying to remove NewList, MorphicAdapter. So I edited initializeBindings and did SpecInterpreter hardReset (or something like that). Now I cannot open the Debugger

Re: [Pharo-dev] RBEnvironments allClasses/Traits/Meta ...

2015-06-26 Thread Nicolai Hess
possibility on the table... El lun., 22 de jun. de 2015 a la(s) 10:40 p. m., Nicolai Hess nicolaih...@web.de escribió: 2014-12-18 22:32 GMT+01:00 Yuriy Tymchuk yuriy.tymc...@me.com: I’m ready to help with this issue, but as far as I can tell, it’s not hard to implement the mentors. Here we

Re: [Pharo-dev] RBEnvironments allClasses/Traits/Meta ...

2015-06-26 Thread Nicolai Hess
. ] Just putting another possibility on the table... Yes, something like that. El lun., 22 de jun. de 2015 a la(s) 10:40 p. m., Nicolai Hess nicolaih...@web.de escribió: 2014-12-18 22:32 GMT+01:00 Yuriy Tymchuk yuriy.tymc...@me.com: I’m ready to help with this issue, but as far as I can tell

[Pharo-dev] some small rubric issues

2015-06-25 Thread Nicolai Hess
Please con someone look at these issues, they are easy to fix (i think), but I can not write to rubrics repository 15273 https://pharo.fogbugz.com/default.asp?15273 Issue regarding print block in the playground window 15312 https://pharo.fogbugz.com/default.asp?15312 Wrong position for completion

Re: [Pharo-dev] RBEnvironments allClasses/Traits/Meta ...

2015-06-22 Thread Nicolai Hess
done was that there were two methods with similar names that were doing different things. Uko On 18 Dec 2014, at 21:19, Nicolai Hess nicolaih...@web.de wrote: Hi, some time ago Yuriy cleaned up the RBBrowserEnvironment methods for allClassesAndTraits(Do), classesDo, The fix was good

Re: [Pharo-dev] getting the history of a method?

2015-06-21 Thread Nicolai Hess
2015-06-21 2:47 GMT+02:00 Alexandre Bergel alexandre.ber...@me.com: Hi! I have the following: Object subclass: #A. A compile: 'foo ^ 5'. A compile: 'foo ^ 10'. (A #foo) asHistoricalRingDefinition But I have no idea how I can get the two time stamps of Afoo and the two source code?

[Pharo-dev] Fwd: [pharo-project/pharo-core] fbbe9e: 50118

2015-06-17 Thread Nicolai Hess
-- Forwarded message -- From: GitHub nore...@github.com Date: 2015-06-17 19:03 GMT+02:00 Subject: [Pharo-dev] [pharo-project/pharo-core] fbbe9e: 50118 To: pharo-dev@lists.pharo.org 15787 Improving rubric https://pharo.fogbugz.com/f/cases/15787 Now, a printIt popup in

Re: [Pharo-dev] Who changed the meaning of command-click on class names ?

2015-06-16 Thread Nicolai Hess
changes and fixes/reviews issues. This quickly helps making progress. @Nicolai: big thanks from my side! + 2**32 Thanks :) Bye T. Gesendet: Dienstag, 16. Juni 2015 um 10:44 Uhr Von: Nicolai Hess nicolaih...@web.de An: Pharo Development List pharo-dev@lists.pharo.org

Re: [Pharo-dev] We want to remove historyNavigation from Nautilus...

2015-06-16 Thread Nicolai Hess
2015-06-16 18:00 GMT+02:00 stepharo steph...@free.fr: Hi guys we really need to cleanup nautilus and we are thinking to remove the history navigation. So we hope that not that many people will cry but we should move on. I use it often and I find it helpful. Will it be replaced with another

Re: [Pharo-dev] Who changed the meaning of command-click on class names ?

2015-06-16 Thread Nicolai Hess
2015-06-16 10:15 GMT+02:00 Sven Van Caekenberghe s...@stfx.eu: Hi, In Pharo 5, the meaning of command-click (apple-click) on class names changed from 'Browse class' to 'References to class'. On selectors it still is 'Implementors'. Why was this done ? Was this done intentionally or by

<    2   3   4   5   6   7   8   9   10   11   >