Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-04 Thread Ben Coman
On Mon, May 4, 2015 at 11:32 AM, Sean P. DeNigris s...@clipperadams.com wrote: Sean P. DeNigris wrote We have two kinds of external projects in Pharo: Please don't be discouraged! By chance, you stepped into the absolute the worst-case scenario. Thankfully, many issues are much easier to

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-04 Thread Esteban Lorenzano
damn… can you check if this method looks like this? VSCommitAction#commitPackage: packageName comment: comment | remoteRepository version | remoteRepository := self remoteRepository. version := self workingCopy newVersionWithMessage: comment

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-04 Thread Nicolai Hess
2015-05-04 8:15 GMT+02:00 Ben Coman b...@openinworld.com: On Mon, May 4, 2015 at 11:32 AM, Sean P. DeNigris s...@clipperadams.com wrote: Sean P. DeNigris wrote We have two kinds of external projects in Pharo: Please don't be discouraged! By chance, you stepped into the absolute the

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Thierry Goubier
Hi Sean, can you point me towards one of those corrupt versions? Maybe there is something to check inside the package itself. Thierry 2015-05-04 7:36 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Okay, I'm still not sure how it happened, but I realized v. 48 and 49 were also corrupt.

Re: [Pharo-dev] TxSpan#isAtEnd

2015-05-04 Thread Stephan Eggermont
On 04/05/15 05:43, Sean P. DeNigris wrote: All tests pass with this change, but I'm still very much beginning learning Tx, so I wanted to run it by everyone to see if I'm missing something... What would need to change with a circular list? Stephan

[Pharo-dev] [pharo-project/pharo-core] 777bd6: 40612

2015-05-04 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 777bd6f3f91181471260b237078a30e049093b00 https://github.com/pharo-project/pharo-core/commit/777bd6f3f91181471260b237078a30e049093b00 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-05-04 Thread GitHub
Branch: refs/tags/40612 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [pharo-project/pharo-core] 0b91cd: 50019

2015-05-04 Thread Richard Wettel
Hi I am experiencing this problem, too. Do you have a solution for it? Cheers Ricky On Wed, Apr 29, 2015 at 11:53 AM, Andrei Chis chisvasileand...@gmail.com wrote: Ok. Then we need to start updating the stable versions for Pharo 4 for moose :) Cheers, Andrei On Wed, Apr 29, 2015 at

Re: [Pharo-dev] [pharo-project/pharo-core] 0b91cd: 50019

2015-05-04 Thread Andrei Chis
Hi, The quick and dirty solution is just to add the method below to the String class. I still think we should backport #findAnySubstring:startingAt: to Pharo 4 Cheers, Andrei findAnySubstring: aCollection startingAt: start Answer the index where an element of aCollection begins. If none are

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-04 Thread Camille
On 03 May 2015, at 06:25, Sean P. DeNigris s...@clipperadams.com wrote: Questions first: - TxModel class comment - I don't provide a direct interface for mutating/editing my data (and this is a very important point). Instead I am modified using position(s) (TxTextPosition) and/or

Re: [Pharo-dev] [pharo-project/pharo-core] 0b91cd: 50019

2015-05-04 Thread Richard Wettel
Thanks, Andrei. Ricky On Mon, May 4, 2015 at 12:28 PM, Andrei Chis chisvasileand...@gmail.com wrote: Hi, The quick and dirty solution is just to add the method below to the String class. I still think we should backport #findAnySubstring:startingAt: to Pharo 4 Cheers, Andrei

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-04 Thread Camille
On 03 May 2015, at 06:27, Sean P. DeNigris s...@clipperadams.com wrote: Sean P. DeNigris wrote Questions first: Oh I forgot these... - Why TxBasicSpan instead of just TxSpan? TxAbstractSpan? - TxModel has 4 nearly identical methods for selection - #newSelection, #select, #selectAll,

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-04 Thread Sean P. DeNigris
EstebanLM wrote damn… can you check if this method looks like this? It does... Digging a bit, it seems that the problem is that the TxText config reports the repository 'http://www.smalltalkhub.com/mc/Pharo/TxText/main/', but the instance in the image is

Re: [Pharo-dev] TxSpan#isAtEnd

2015-05-04 Thread Sean P. DeNigris
Stephan Eggermont wrote What would need to change with a circular list? Right now, TxModel rolls-its own list implementation. I think the safest way would be to delegate to a real list object (I've been thinking it's probably a good idea anyway from a design perspective). Then we could plug in a

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-04 Thread Sean P. DeNigris
Nicolai Hess wrote Who can move and commit sergios change to the versionner repro? I already copied Versionner-Spec-Browser to the Versionner repo but I didn't make a new config version because I think it depends on the Spec change and so that has to be resolved first... - Cheers, Sean --

Re: [Pharo-dev] Beyond resolving a case

2015-05-04 Thread Sean P. DeNigris
Ben Coman wrote *Is there a place where to put all these comments and questions/comments/ramblings?* *If there is, where?* These are probably best to start on the mail list. Then copy pertinant parts to any issues created. Also, for really thorny issues, you can build a list of what you

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Sean P. DeNigris
Thierry Goubier wrote can you point me towards one of those corrupt versions? Apparently the problem started with ConfigurationOfTxText-SeanDeNigris.48 and then ConfigurationOfTxText-SeanDeNigris.49 in http://smalltalkhub.com/mc/Pharo/TxText/main/ - Cheers, Sean -- View this message in

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-04 Thread Esteban Lorenzano
mmm… but I don’t know if I can consider them same repository (it is in this case, and probably 99% of the cases, but not all, I think). What do you think? Esteban On 04 May 2015, at 12:45, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote damn… can you check if this method

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-04 Thread Esteban Lorenzano
On 04 May 2015, at 12:53, Sean P. DeNigris s...@clipperadams.com wrote: Nicolai Hess wrote Who can move and commit sergios change to the versionner repro? I already copied Versionner-Spec-Browser to the Versionner repo but I didn't make a new config version because I think it depends on

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-04 Thread Sean P. DeNigris
EstebanLM wrote mmm… but I don’t know if I can consider them same repository (it is in this case, and probably 99% of the cases, but not all, I think). What do you think? The easiest way would be to remove the www from the config :) Slightly more general might be to delegate the comparison to

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-04 Thread stepharo
After reviewing your fix, your case is especially complicated - you have edited one of each type of project! Spec, which has been forked, and Versionner, which is externally maintained. You may have to open another issue for the Spec changes. In fact, I think we should have a discussion because

[Pharo-dev] Validation Artifacts

2015-05-04 Thread Sean P. DeNigris
It seems that only the report is saved. On failures, shouldn't we also save the Fuel-outs e.g. of the failed tests? - Cheers, Sean -- View this message in context: http://forum.world.st/Validation-Artifacts-tp4824219.html Sent from the Pharo Smalltalk Developers mailing list archive at

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-04 Thread Sean P. DeNigris
EstebanLM wrote can you open an issue? (new versionner version), dependent on the Spec changes issue? I added 15480 as a dependency of 15482 and put 15482 on hold for the moment. - Cheers, Sean -- View this message in context:

[Pharo-dev] [SURVEY] Pillar input/output files.

2015-05-04 Thread Cyril Ferlicot
Hi, I'm currently working on the way we manage the input files and the output files. The way we manage the files now makes hard some improvement of Pillar. That's why with Damien we though about makes some changes. The changes are big so I wanted to talk about that with you. We propose to have

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-04 Thread Esteban Lorenzano
On 04 May 2015, at 13:06, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote mmm… but I don’t know if I can consider them same repository (it is in this case, and probably 99% of the cases, but not all, I think). What do you think? The easiest way would be to remove the www

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-04 Thread Sean P. DeNigris
Thanks for the answers! I'll add them to the roadmap... camille teruel wrote you cannot provide operations that take indexes... Instead you use positions/cursors and intervals/selections because they know to which spans they correspond. I guess it makes sense because the model can just

[Pharo-dev] [sligt improvement] New Binary File Stream

2015-05-04 Thread Guillermo Polito
Hi guys, due to last week's discussions and some comments in the issue tracker, I wrote this morning the little improvement of the day: A simple BinaryFileStream. That is: A file stream that is - simple (no character encoding, no buffering) - binary (no automatic transformation to ascii

Re: [Pharo-dev] New Versionner Tool and Authentication

2015-05-04 Thread Sean P. DeNigris
Sean P. DeNigris wrote The easiest way would be to remove the www from the config :) Done. Problem solved... for the moment :) - Cheers, Sean -- View this message in context: http://forum.world.st/New-Versionner-Tool-and-Authentication-tp4824032p4824260.html Sent from the Pharo Smalltalk

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-04 Thread Sean P. DeNigris
Sean P. DeNigris wrote Sean P. DeNigris wrote a bit of cleaning... Issue 15475: TxText Cleanup for Pharo 5.0 #2 Finally passed validation! Okay to include? Now there are: - Issue 15475: TxText Cleanup for Pharo 5.0 #2 - Issue 15481: TxText Cleanup for Pharo 5.0 #3 Both have passed

Re: [Pharo-dev] [Pharo-users] [SURVEY] Pillar input/output files.

2015-05-04 Thread Damien Cassou
Cyril Ferlicot cyril.ferli...@gmail.com writes: Hi, I'm currently working on the way we manage the input files and the output files. The way we manage the files now makes hard some improvement of Pillar. That's why with Damien we though about makes some changes. The changes are big so I

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Sean P. DeNigris
Thierry Goubier wrote How where those packages saved? I don't remember :/ - Cheers, Sean -- View this message in context: http://forum.world.st/MC-Strange-Problem-tp4824138p4824264.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 14:35 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: Ok, I had a look on ConfigurationOfTxText-SeanDeNigris.48 And, what I can see: - two rpackages are created upon loading: 'ConfigurationOfTxText' and 'a MCWorkingCopy(ConfigurationOfTxText)'. - Two WorkingCopy(s) are

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Thierry Goubier
2015-05-04 14:36 GMT+02:00 Sean P. DeNigris s...@clipperadams.com: Thierry Goubier wrote How where those packages saved? I don't remember :/ If I could suggest something, it would be to try to recreate the history... I'm allways worried to see that, in the configurations you're working

Re: [Pharo-dev] [Pharo-users] [SURVEY] Pillar input/output files.

2015-05-04 Thread Guillermo Polito
If I understand correctly... then, why the pillar.conf is not just a pillar file? (And the conf is the header if the file?) :) El lun., 4 de may. de 2015 a la(s) 2:50 p. m., Damien Cassou damien.cas...@inria.fr escribió: Cyril Ferlicot cyril.ferli...@gmail.com writes: Hi, I'm currently

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Thierry Goubier
2015-05-04 14:58 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-05-04 14:35 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: Ok, I had a look on ConfigurationOfTxText-SeanDeNigris.48 And, what I can see: - two rpackages are created upon loading: 'ConfigurationOfTxText' and 'a

Re: [Pharo-dev] [Pharo-users] [SURVEY] Pillar input/output files.

2015-05-04 Thread Damien Cassou
Guillermo Polito guillermopol...@gmail.com writes: If I understand correctly... then, why the pillar.conf is not just a pillar file? (And the conf is the header if the file?) :) my middle-term goal is to simplify/remove as much as possible both the pillar.conf and compile.sh scripts. --

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 15:09 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: 2015-05-04 14:58 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-05-04 14:35 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: Ok, I had a look on ConfigurationOfTxText-SeanDeNigris.48 And, what I can see: -

[Pharo-dev] Roassal3D and Woden process handling

2015-05-04 Thread Yuriy Tymchuk
Hi guys, I’m not experienced in OpenGL, but I’ve noticed that both Roassal3D and Woden occupy a high level process and are not yielding Processor to anyone else. For example code highlight, spotter, and other lower priority processes are not working as soon as you open a 3D visualization. On

[Pharo-dev] Playground request - ivar references to

2015-05-04 Thread Ben Coman
This doesn't hurt me enough to try to do it myself yet, but one thing I feel it would be natural to do in Raw view would be to have a references to context menu item for the instance variables, or even better like the debugger have List methods using... and List methods storing into btw I

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Ben Coman
On Mon, May 4, 2015 at 9:27 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-05-04 15:09 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: 2015-05-04 14:58 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-05-04 14:35 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: Ok, I had a

[Pharo-dev] Main pillar web site?

2015-05-04 Thread H. Hirzel
Hello Where is the main Pillar web site Google for pillar Pharo gives as first hit https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/Pillar.html which is an untrusted connection. Is it safe to continue? Regards Hannes

Re: [Pharo-dev] Playground request - ivar references to

2015-05-04 Thread Nicolai Hess
2015-05-04 15:33 GMT+02:00 Ben Coman b...@openinworld.com: This doesn't hurt me enough to try to do it myself yet, but one thing I feel it would be natural to do in Raw view would be to have a references to context menu item for the instance variables, or even better like the debugger have

Re: [Pharo-dev] Main pillar web site?

2015-05-04 Thread Yuriy Tymchuk
Yes, it is safe, the link leads to pharo contribution CI server and in particular to the build of the catalog of pharo configurations. If you wand to get familiar with pillar, here is the GitHub group: https://github.com/pillar-markup https://github.com/pillar-markup And here is a repo with

Re: [Pharo-dev] Main pillar web site?

2015-05-04 Thread Damien Cassou
H. Hirzel hannes.hir...@gmail.com writes: https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/Pillar.html which is an untrusted connection. Is it safe to continue? yes, this is safe (you don't have to enter any data). But the official page is:

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 15:40 GMT+02:00 Ben Coman b...@openinworld.com: On Mon, May 4, 2015 at 9:27 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-05-04 15:09 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: 2015-05-04 14:58 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-05-04 14:35

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Thierry Goubier
2015-05-04 16:01 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-05-04 15:40 GMT+02:00 Ben Coman b...@openinworld.com: On Mon, May 4, 2015 at 9:27 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-05-04 15:09 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: 2015-05-04 14:58

Re: [Pharo-dev] Main pillar web site?

2015-05-04 Thread H. Hirzel
Thank you! Here is the summary Pillar documentation Start page http://www.smalltalkhub.com/#!/~Pier/Pillar Documentation https://github.com/pillar-markup/pillar-documentation First Google hit

Re: [Pharo-dev] Roassal3D and Woden process handling

2015-05-04 Thread Ronie Salgado
Hi Yuriy, Process and OpenGL are a pain in the ass. This is why I hate the Smalltalk green threads, for the following reasons: - Operating system Thread Local Storage is not respected. The current OpenGL is a thread local variable. - No completely preemptive. Making Woden and Woden-Roassal to

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 16:04 GMT+02:00 Thierry Goubier thierry.goub...@gmail.com: 2015-05-04 16:01 GMT+02:00 Nicolai Hess nicolaih...@web.de: 2015-05-04 15:40 GMT+02:00 Ben Coman b...@openinworld.com: On Mon, May 4, 2015 at 9:27 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-05-04 15:09

Re: [Pharo-dev] Main pillar web site?

2015-05-04 Thread Cyril Ferlicot
Hi. The documentation is now here: https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/PillarChap/Pillar.html We're still updating the documentation so that still can change. On 4 May 2015 at 16:14, H. Hirzel hannes.hir...@gmail.com wrote: Thank you!

Re: [Pharo-dev] Roassal3D and Woden process handling

2015-05-04 Thread p...@highoctane.be
On Mon, May 4, 2015 at 4:16 PM, Ronie Salgado ronies...@gmail.com wrote: Hi Yuriy, Process and OpenGL are a pain in the ass. This is why I hate the Smalltalk green threads, for the following reasons: - Operating system Thread Local Storage is not respected. The current OpenGL is a thread

Re: [Pharo-dev] Roassal3D and Woden process handling

2015-05-04 Thread Alexandre Bergel
Hi Phil, There are different efforts going on here: - Woden, as far as I understand, is about having a fast platform to make game. This is a very valuable effort, however it takes time to reach this. And indeed, green threads seems to have its limitations. - Roassal3d, which is about

Re: [Pharo-dev] Roassal3D and Woden process handling

2015-05-04 Thread Yuriy Tymchuk
Sadly, I’m not very experienced in that topic. I just looked at CodeCity running on my colleague’s matching and syntax highlighting working. The view is also subclassing GLViewportMorph, but other than that I can’t tell why CodeCity is not blocking the other processes. Uko On 04 May 2015, at

[Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Yuriy Tymchuk
Dear Pharo developers, I kindly ask you to participate in the Code Critics mini-survey: https://www.esurveycreator.com/s/8af18d8. It will take only a coupe minutes of your time (or less), and will give us the better understanding of how Code Critics are currently used and how to improve them.

Re: [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Jigyasa Grover
Done ! On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk yuriy.tymc...@me.com wrote: Dear Pharo developers, I kindly ask you to participate in the Code Critics mini-survey: https://www.esurveycreator.com/s/8af18d8. It will take only a coupe minutes of your time (or less), and will give us the

Re: [Pharo-dev] [SURVEY] Code Critics Usage

2015-05-04 Thread Alexandre Bergel
Done! -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On May 4, 2015, at 12:41 PM, Jigyasa Grover grover.jigya...@gmail.com wrote: Done ! On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk

[Pharo-dev] Package comments

2015-05-04 Thread Kasper Osterbye
In the Nautilus browser I have been working a bit on allowing Pillar for class comments. When browsing that part of Nautilus, I notice that there are some hooks for package comments in the getComments and addComments methods. Is there a history of package comments somewhere in the system? I was

Re: [Pharo-dev] Case 15309 - Adding message for test result

2015-05-04 Thread Ben Coman
On Tue, May 5, 2015 at 7:46 AM, Sergio Fedi sergio.f...@gmail.com wrote: Hi, I'm planning to solve Case 15309: https://pharo.fogbugz.com/f/cases/15309/adding-message-for-test-result Personally, I'm not sure what is needed, and I would prefer to do this change at the request of an actual

[Pharo-dev] Case 7256 - TestRunner should not deal with UI

2015-05-04 Thread Sergio Fedi
I'm plannig to tackle this case https://pharo.fogbugz.com/f/cases/7256/TestRunner-should-not-deal-with-UI I am all in for decoupling the TestRunner UI from the functionality it provides. And even making a new object that both the CommandLineTestRunner and the TestRunner use. I wouldn't do that

Re: [Pharo-dev] [QUESTION] For Dark Theme users

2015-05-04 Thread Andrei Chis
On Mon, May 4, 2015 at 11:31 PM, Nicolai Hess nicolaih...@web.de wrote: @esteban, as you are working on dark theme, can you take a look at this issue 14923 https://pharo.fogbugz.com/default.asp?14923 TextAdornment: take account of current theme background color I am not sure what is the

Re: [Pharo-dev] [QUESTION] For Dark Theme users

2015-05-04 Thread Nicolai Hess
2015-05-04 23:43 GMT+02:00 Andrei Chis chisvasileand...@gmail.com: On Mon, May 4, 2015 at 11:31 PM, Nicolai Hess nicolaih...@web.de wrote: @esteban, as you are working on dark theme, can you take a look at this issue 14923 https://pharo.fogbugz.com/default.asp?14923 TextAdornment: take

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-04 Thread Sergio Fedi
Wow! Look what I stirred up! Ok, I *vaguely* understand the two configuration schemes. I do understand how I touched two projects that are mantained differently and the problems in that. I'm not sure what to learn from all of this (I know I didn't do anything wrong) About the design issues.

Re: [Pharo-dev] Package comments

2015-05-04 Thread Sergio Fedi
I know little about the subject but Packages have been until recently only Strings. Now they were reified as objects, but as far as I saw, these objects didn't have comments as a part of them. ​

Re: [Pharo-dev] Roassal3D and Woden process handling

2015-05-04 Thread Alexandre Bergel
Hi Yuriy! I gave a try to fix the problem. Now, if the rendered is left untouched, there is no unnecessary refresh. The problem now is that the keystrokes are not properly handled… Can you give you try please? Does this solve your problem? Cheers, Alexandre --

[Pharo-dev] FreeType fonts and underline/strikethrough emphasis

2015-05-04 Thread Nicolai Hess
Some questions: - Did this ever work ? - We have some code for drawing the underline/strikethrough, but it is only used for tree and listrenderer (and AFAIK only checks the first text entry element for the used emphasis) - setting the emphasis on LogicalFont is only propagated to the realfont if

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-04 Thread Nicolai Hess
FINALLY! Got it working. I took another mingw distribution from http://tdm-gcc.tdragon.net/ (installer version tdm-gcc-4.7.1-2.exe) With mingwsys from my previos mingw installation. The gcc version this distribution uses: Using built-in specs. COLLECT_GCC=c:\mingw\bin\gcc.exe

Re: [Pharo-dev] [QUESTION] For Dark Theme users

2015-05-04 Thread Nicolai Hess
@esteban, as you are working on dark theme, can you take a look at this issue 14923 https://pharo.fogbugz.com/default.asp?14923 TextAdornment: take account of current theme background color I am not sure what is the right way to solve this for rubric, and even if I would know it, I can not commit

[Pharo-dev] watcher window ?

2015-05-04 Thread Nicolai Hess
What is a watcher window ? (UITheme#watcherWindowActiveFillStyleFor: aWindow) The only sender is GLMWatcherWindow, but the theme setting is in package Polymorph-Widgets, not in a glamour extension.