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

2015-05-16 Thread Nicolai Hess
addAttribute: TextEmphasis italic. > t6 := 'narrow\' withCRs asText > addAttribute: f; > addAttribute: TextEmphasis narrow. > tMorph updateTextWith: t1 , t2 , t3 , t4 , t5 , t6. > tMorph openInWorld ] > &g

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

2015-05-15 Thread Nicolai Hess
2015-05-15 18:10 GMT+02:00 Nicolai Hess : > Thanks for the feedback, Sean. > Meanwhile, I think I found the reason. I think it got lost during the > merge of Display- and MultiDisplayScanner. I upload a fix, ready for review. > Athens TextMorph drawing does not support this yet.

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

2015-05-15 Thread Nicolai Hess
Thanks for the feedback, Sean. Meanwhile, I think I found the reason. I think it got lost during the merge of Display- and MultiDisplayScanner. I upload a fix, ready for review. Nicolai Am 15.05.2015 5:21 nachm. schrieb "Sean P. DeNigris" : > Nicolai Hess wrote > > I think t

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

2015-05-15 Thread Nicolai Hess
2015-05-04 22:51 GMT+02:00 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 emphasi

[Pharo-dev] games in pharo

2015-05-15 Thread Nicolai Hess
2015-05-15 9:59 GMT+02:00 seb NZOGANG : > Bonjour je suis nouveau dans la Programmation Orientée Objet sur > pharo.j'utilise la version 4.0 de pharo et j'ai une connaissance assez > avancée dans la programmation mais ce langage qui viens juste de nous > être enseigné est assez nouveau pour moi.et

Re: [Pharo-dev] untypeable key combination

2015-05-15 Thread Nicolai Hess
9 Feb 2015, at 10:19, Nicolai Hess wrote: > > > > Fogbugz issue 14936 > > and slice in inbox > > > > After loading this slice, there are still many references to the (now) > obsolete class KMUntypeableSingleKeyCombination. > > I tried to remove these

Re: [Pharo-dev] ctrl+a is seen as ctrl+home windows

2015-05-14 Thread Nicolai Hess
t's how old terminals work... Now, why have hardcoded ctrl+a = ctrl + > home, if you can just add a keybinding to ctrl + a? > > > On Mon, Jun 30, 2014 at 8:55 AM, Nicolai Hess wrote: > >> >> 2014-06-29 16:34 GMT+02:00 Denis Kudriashov : >> >> Hi >>

Re: [Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-14 Thread Nicolai Hess
lang-smalltalk default: reverted the optimization to the > copyLoop because it introduced clipping errors (BTC: Strange that smalltalk > is mixing with pypy, so this might not relate at all) >https://mail.python.org/pipermail//pypy-commit/2013-April/073156.html > > cheers -ben > >

Re: [Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-13 Thread Nicolai Hess
2015-05-08 22:28 GMT+02:00 Igor Stasenko : > > > On 8 May 2015 at 22:20, Nicolai Hess wrote: > >> >> >> 2015-05-08 21:42 GMT+02:00 Igor Stasenko : >> >>> >>> >>> On 8 May 2015 at 21:32, Igor Stasenko wrote: >>> >>&

[Pharo-dev] empty package "'a MCWorkingCopy(ConfigurationOfRubric)'"

2015-05-13 Thread Nicolai Hess
Pharo 50046 contains a strange package: 'a MCWorkingCopy(ConfigurationOfRubric)'

Re: [Pharo-dev] Installing trait blow the method def in hierarchy

2015-05-13 Thread Nicolai Hess
2015-05-12 12:06 GMT+02:00 Yuriy Tymchuk : > Hi, > > I’ve noticed that if you install a trait on a class and a trait defines > explicit requirement method, and this method is defined in a super class, > it is being looked up during execution through #explicitRequirement method. > It was slowing do

Re: [Pharo-dev] Trying to use Rubric in Nautilus ....

2015-05-12 Thread Nicolai Hess
2015-05-12 21:44 GMT+02:00 stepharo : > Thanks alain > > > Before asking we read all the examples and I saw that selector: is used to > communicate and update the code pane. > > (UIManager default newAutoAcceptTextEntryFor: self > get: #selector > set: #selector: >

Re: [Pharo-dev] Trying to use Rubric in Nautilus ....

2015-05-12 Thread Nicolai Hess
ght rubric uses announcement in place of self changed: So, and now? Replace all self changed... with self sourceCodeArea setText ? > > Le 12/5/15 17:41, Nicolai Hess a écrit : > > Announcements! > > replace > self changed: #sourceCodeFrom:. > with something like >

Re: [Pharo-dev] Trying to use Rubric in Nautilus ....

2015-05-12 Thread Nicolai Hess
Announcements! replace self changed: #sourceCodeFrom:. with something like self announcer announce:RubTextSetInModel. ( I am not sure what RubXXAnouncement to use) 2015-05-12 17:14 GMT+02:00 stepharo : > We tried all kind of combinations > > > modelEditor := (RubSmalltalkMethodEdit

Re: [Pharo-dev] Lighthouse example throw segfault

2015-05-11 Thread Nicolai Hess
I don't know what lighthouse is about, but at least on windows, it does not segfault. But we have at least two issues of fogbugz about fullscreen on a mac: 12648 Full screen on Mac OS X 10.9 partially broken 13995

Re: [Pharo-dev] Transcript needs your love

2015-05-11 Thread Nicolai Hess
About the GTools, I am sure you know it but, you can disable them and work with the good old Workspace and (Eye-)Inspector. BTW, how do Traits depend on the bytecode set? 2015-05-10 16:43 GMT+02:00 Clément Bera : > > > 2015-05-10 10:37 GMT+02:00 Esteban Lorenzano : > >> >> On 10 May 2015, at 10:

Re: [Pharo-dev] Error on loading GToolkit configuration

2015-05-10 Thread Nicolai Hess
Thank you! 2015-05-10 12:44 GMT+02:00 Andrei Chis : > Made a small mistake in the configuration. > Should work now. > > Cheers, > Andrei > > On Sun, May 10, 2015 at 11:50 AM, Nicolai Hess wrote: > >> >> 15470 <https://pharo.fogbugz.com/default.asp?1547

[Pharo-dev] Error on loading GToolkit configuration

2015-05-10 Thread Nicolai Hess
15470 Replace Announcer>>#on:send:to:'s senders in GTSpotter Pharo5.0 Latest update: #50040 Anyone knows why this fails: Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit'; load; configurationOf: 'GTSpotter'; loadVersion:'1.2.4' ->

Re: [Pharo-dev] Transcript needs your love

2015-05-09 Thread Nicolai Hess
2015-05-09 20:16 GMT+02:00 Clément Bera : > > Stef believes it is important that Pharo is able to host development for > its own VM. Therefore, I discussed with him and Esteban about a first list > of points that are necessary for Pharo to support its VM development in > Pharo, which includes this

Re: [Pharo-dev] [Review]: Issue 13159: ListDialogWindow - Grow Width to Fit List

2015-05-09 Thread Nicolai Hess
2015-05-09 22:08 GMT+02:00 Sean P. DeNigris : > https://pharo.fogbugz.com/default.asp?13159 > > Right now, it doesn't do a very good job of sizing itself. See the > screenshot below of the Metacello Configuration Browsers "Switch > Repository" > dialog. The width is insufficient for the tool to be

Re: [Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-09 Thread Nicolai Hess
, I can not reproduce a segfault. I will take a look at the bitblt implementation and try to find the place where the wrong memory access could happen. nicolai 2015-05-09 10:41 GMT+02:00 Ben Coman : > > > On Fri, May 8, 2015 at 6:43 AM, Nicolai Hess wrote: > >> >> Some tester

Re: [Pharo-dev] Proportional layout philosophy?

2015-05-08 Thread Nicolai Hess
2015-05-01 14:15 GMT+02:00 Yuriy Tymchuk : > Hi, > > I want to change the size of my nautilus plugin, as I don’t need it always > to be as big as it is by default and it takes too much space. But as soon > as I use #hight: to change the hight, it gets set back. I guess it’s done > by the layout, b

Re: [Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-08 Thread Nicolai Hess
2015-05-08 21:42 GMT+02:00 Igor Stasenko : > > > On 8 May 2015 at 21:32, Igor Stasenko wrote: > >> >> >> On 8 May 2015 at 00:43, Nicolai Hess wrote: >> >>> >>> Some testers needed! >>> >>> I can not reproduce the Bi

Re: [Pharo-dev] Athens BitBlt bug?

2015-05-08 Thread Nicolai Hess
2015-03-13 10:26 GMT+01:00 Nicolai Hess : > 2015-01-27 21:46 GMT+01:00 Nicolai Hess : > >> Anyone knows what this BitBlt bug is or was? >> 12818 <https://pharo.fogbugz.com/default.asp?12818> Last row missing >> 13236 <https://pharo.fogbugz.com/default.asp?13236

Re: [Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-08 Thread Nicolai Hess
2015-05-08 11:06 GMT+02:00 Denis Kudriashov : > Thanks. > > I check your scenario on Windows7. > All work like you said. And with your fix artifacts are disappeared > Thank you for testing. > > 2015-05-08 11:25 GMT+03:00 Nicolai Hess : > >> >> >> 2

Re: [Pharo-dev] Windows version of 0-config scripts?

2015-05-08 Thread Nicolai Hess
Works for me on windows 7 (in a msys console). 2015-05-08 19:40 GMT+02:00 Ben Coman : > > > On Sat, May 9, 2015 at 1:06 AM, Igor Stasenko wrote: > >> remind me please, is it broken, or never worked? >> >> trying: >> >> wget -O- get.pharo.org/30+vm |bash >> >> Downloading the latest 30 Image: >>

Re: [Pharo-dev] Genie plugin strikes back!

2015-05-08 Thread Nicolai Hess
Am Freitag, 8. Mai 2015 schrieb Igor Stasenko : > Just cloning pharo-vm repo on windows 7, got this: > > > error: unable to create file > mc/VMMaker.oscog.package/GeniePlugin.class/instance > > /primSameClassAbsoluteStrokeDistanceMyPoints.otherPoints.myVectors.otherVectors. > > mySquaredLengths.ot

Re: [Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-08 Thread Nicolai Hess
2015-05-08 10:05 GMT+02:00 Denis Kudriashov : > Hi > > 2015-05-08 1:43 GMT+03:00 Nicolai Hess : > >> load bleeding edge from Bloc > > > Code for loading it can be very helpfull > :) Gofer new smalltalkhubUser: 'Pharo' project: 'Bloc'; load; configurationOf: 'Bloc'; loadBleedingEdge

Re: [Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-07 Thread Nicolai Hess
the code (reverting igors change for the 1 pixel extra height) 2015-05-08 0:43 GMT+02:00 Nicolai Hess : > > Some testers needed! > > I can not reproduce the BitBlt bug and I would like to get this right, so > that surface pattern > paints use the correct form dimension. >

[Pharo-dev] Testers needed! Re: Athens BitBlt bug?

2015-05-07 Thread Nicolai Hess
21:46 GMT+01:00 Nicolai Hess : > > Anyone knows what this BitBlt bug is or was? >> 12818 <https://pharo.fogbugz.com/default.asp?12818> Last row missing >> 13236 <https://pharo.fogbugz.com/default.asp?13236> Fix 1 extra height >> for Cairo surface >> >&

Re: [Pharo-dev] Rendering morph list items in NewList

2015-05-07 Thread Nicolai Hess
gt; > Uko > > No, I still can not reproduce this one. Can you share your source? > > On 05 May 2015, at 20:58, Nicolai Hess wrote: > > > > 2015-05-05 14:13 GMT+02:00 Yuriy Tymchuk : > >> Hi, >> >> when I use strings for list items of NewList - every

Re: [Pharo-dev] Rendering morph list items in NewList

2015-05-05 Thread Nicolai Hess
2015-05-05 14:13 GMT+02:00 Yuriy Tymchuk : > Hi, > > when I use strings for list items of NewList - everything is fine, but if > I use morphs - I get a strange artifacts if another window showers over > them. Here is an example video: > https://dl.dropboxusercontent.com/u/83145561/morphItems.mov >

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

2015-05-04 Thread Nicolai Hess
2015-05-04 23:43 GMT+02:00 Andrei Chis : > > > On Mon, May 4, 2015 at 11:31 PM, Nicolai Hess 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> >> Te

[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.

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 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 commi

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

2015-05-04 Thread Nicolai Hess
sion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs Thread model: win32 gcc version 4.7.1 (tdm-1) All is working now, no crash on startup, no missing dependencies to the mingw runtime. 2015-05-04 0:06 GMT+02:00 Nicolai Hess : > Or what is the output of > dep

[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 e

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 16:04 GMT+02:00 Thierry Goubier : > > > 2015-05-04 16:01 GMT+02:00 Nicolai Hess : > >> >> >> 2015-05-04 15:40 GMT+02:00 Ben Coman : >> >>> >>> >>> On Mon, May 4, 2015 at 9:27 PM, Nicolai Hess wrote

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 15:40 GMT+02:00 Ben Coman : > > > On Mon, May 4, 2015 at 9:27 PM, Nicolai Hess wrote: > >> >> >> 2015-05-04 15:09 GMT+02:00 Thierry Goubier : >> >>> >>> >>> 2015-05-04 14:58 GMT+02:00 Nicolai Hess : >>> >>&g

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

2015-05-04 Thread Nicolai Hess
2015-05-04 15:33 GMT+02:00 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 to> context menu item for the instance variables, or even better like the > debugger have and . > > btw I notice those

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 15:09 GMT+02:00 Thierry Goubier : > > > 2015-05-04 14:58 GMT+02:00 Nicolai Hess : > >> >> >> 2015-05-04 14:35 GMT+02:00 Thierry Goubier : >> >>> Ok, I had a look on >>> >>> ConfigurationOfTxText-SeanDeNigris.48 >&g

Re: [Pharo-dev] MC: Strange Problem

2015-05-04 Thread Nicolai Hess
2015-05-04 14:35 GMT+02:00 Thierry Goubier : > 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 created, but one

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

2015-05-03 Thread Nicolai Hess
2015-05-04 8:15 GMT+02:00 Ben Coman : > > On Mon, May 4, 2015 at 11:32 AM, Sean P. DeNigris > 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

Re: [Pharo-dev] PluggableTextMorph vs PluggableTextEditorMorph

2015-05-03 Thread Nicolai Hess
2015-05-02 9:50 GMT+02:00 stepharo : > No idea but if the difference is that small then this is clear that we > should remove one. > > What is the difference between (or different use cases for) >> PluggableTextMorph and PluggableTextEditorMorph ? >> >> Do we need both? >> >> The only difference

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

2015-05-03 Thread Nicolai Hess
ror: libgcc_s_dw2-1.dll is missing ) The vm from the build server works even without a local mingw installation. > > Uploading the thing in dropbox. > > Will send a link when done. > > Phil > > > On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess wrote: > >> &

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

2015-05-02 Thread Nicolai Hess
MT+02:00 Nicolai Hess : > > > 2015-05-01 23:34 GMT+02:00 p...@highoctane.be : > >> https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 >> > > Thank you phil, but the same problem Merwan had, zip file corrupted. > > > >> >> On Fri, May 1, 2015

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

2015-05-02 Thread Nicolai Hess
2015-05-01 23:34 GMT+02:00 p...@highoctane.be : > https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 > Thank you phil, but the same problem Merwan had, zip file corrupted. > > On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess wrote: > >> >> >> 2015-04-30

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
upplying the different setter/getter selectors. > > On Sat, May 2, 2015 at 9:19 PM, Nicolai Hess wrote: > >> I think this is a bug, introduced early in the move from squeak to pharo. >> (It used to work in squeak). >> Although we don't have any use of a "pure&quo

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
2015-05-02 20:17 GMT+02:00 Stephan Eggermont : > On 02/05/15 15:19, Nicolai Hess wrote: > >> I think this is a bug, introduced early in the move from squeak to pharo. >> (It used to work in squeak). >> Although we don't have any use of a "pure" TextMorp

Re: [Pharo-dev] TextMorph right-click?

2015-05-02 Thread Nicolai Hess
I think this is a bug, introduced early in the move from squeak to pharo. (It used to work in squeak). Although we don't have any use of a "pure" TextMorph (I don't know of any place/project, either it uses String/LabelMorphs for texts or it uses another TextEditorMorph), without any pluggableXXXMo

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

2015-05-01 Thread Nicolai Hess
-inst/ > was where I got the env from. > > I've got a PharoVM built with gcc 4.8.1 > > Uploading the thing in dropbox. > > Will send a link when done. > > Phil > > > On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess wrote: > >> >> >> 201

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

2015-05-01 Thread Nicolai Hess
gv () #11 0x004011ca in __mingw_CRTStartup () #12 0x004012d5 in WinMainCRTStartup () nicolai > I do not have time right now to update the build into a new compiler, > sorry (also, that is not always trivial/desired, he) > > Esteban > > > On 30 Apr 2015, at 08:38, Nicolai

Re: [Pharo-dev] [Pharo-users] Pharo 4 Playground open file menu

2015-04-30 Thread Nicolai Hess
2015-04-30 21:24 GMT+02:00 Esteban A. Maringolo : > 2015-04-30 16:14 GMT-03:00 Nicolai Hess : > > 2015-04-30 20:36 GMT+02:00 Esteban A. Maringolo : > >> > >> Since the workspace is hidden (*)... what's the recommended procedure > >> to open a smalltalk s

Re: [Pharo-dev] Why selecting and printing a variable in the debuger does not work?

2015-04-30 Thread Nicolai Hess
2015-04-30 11:04 GMT+02:00 stepharo : > I get now > Error while printing (self namedTempAt: 1) > > Le 30/4/15 11:04, stepharo a écrit : > > Hi >> >> is it a know bug? >> Why selecting and printing a variable in the debuger does not work? >> >> Stef >> >> >> >> > Maybe the fix for 14606

Re: [Pharo-dev] Tx: Bold Text

2015-04-29 Thread Nicolai Hess
2015-04-29 21:40 GMT+02:00 Nicolas Cellier < nicolas.cellier.aka.n...@gmail.com>: > > > 2015-04-29 21:32 GMT+02:00 Nicolai Hess : > >> >> >> 2015-04-29 18:04 GMT+02:00 Sean P. DeNigris : >> >>> Nicolai Hess wrote >>> > Assign the p

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

2015-04-29 Thread Nicolai Hess
I managed to trash my mingw build environment -> uninstalled /removed mingw/mingsys -> reinstall from current mingw-installer -> bad idea I can build a pharo windows vm but it immediately crashes on startup. I suspect some changes between gcc 4.6 (old environment) gcc 4.8 (new environment). (I thi

Re: [Pharo-dev] Tx: Bold Text

2015-04-29 Thread Nicolai Hess
2015-04-29 18:04 GMT+02:00 Sean P. DeNigris : > Nicolai Hess wrote > > Assign the proper Attribute? > > Well AFAICT there is no bold attribute, Ah yes, I mix up this with TextMorph and addAttribute:TextEmphasis > but I tried setting the font to bold > via "(Logic

Re: [Pharo-dev] Tx: Bold Text

2015-04-29 Thread Nicolai Hess
Am 29.04.2015 5:30 nachm. schrieb "Sean P. DeNigris" : > > What would be the proper (i.e. respecting the design) way to make text bold? Assign the proper Attribute? > The current attributes seem to be special cases which are hard-coded e.g. > font and foreground color are accessed explicitly duri

[Pharo-dev] PluggableTextMorph vs PluggableTextEditorMorph

2015-04-29 Thread Nicolai Hess
What is the difference between (or different use cases for) PluggableTextMorph and PluggableTextEditorMorph ? Do we need both? The only difference I see: You can not toggle enabled/disabled a PluggableTextMorph, whereas a PluggableTextEditorMorph can be disabled. nicolai

Re: [Pharo-dev] [Pharo5] Testers needed: AST based syntax highlighting

2015-04-29 Thread Nicolai Hess
2015-04-29 16:46 GMT+02:00 Marcus Denker : > Hi, > > We need some people to test using the AST based highlighter instead of > Shout. > > SHRBTextStyler useAstColoring: true. > > I got some DNU but I can’t reproduce it anymore. > > Marcus > In (old) Workspace editing this 'a(b)'.

Re: [Pharo-dev] [Pharo5] Testers needed: AST based syntax highlighting

2015-04-29 Thread Nicolai Hess
2015-04-29 16:46 GMT+02:00 Marcus Denker : > Hi, > > We need some people to test using the AST based highlighter instead of > Shout. > > SHRBTextStyler useAstColoring: true. > > I got some DNU but I can’t reproduce it anymore. > > Marcus > Another difference is, that classes aren

Re: [Pharo-dev] Rectangle Center

2015-04-29 Thread Nicolai Hess
2015-04-29 16:09 GMT+02:00 Ben Coman : > > > On Wed, Apr 29, 2015 at 9:18 PM, Sean P. DeNigris > wrote: > >> Natalia Tymchuk wrote >> > Should it really be like that? >> >> The problem is that you can't have half-a-pixel if a dimension is odd >> >> >> > Will it be more applicable with the move to

Re: [Pharo-dev] [Issue tracker] what about old issues?

2015-04-28 Thread Nicolai Hess
2015-04-28 17:44 GMT+02:00 Marcus Denker : > Hi, > > we have 666 open issues on the issue tracker. > > It seems that older issues do not get looked at much… the question is what > to do: the more open issues we have, > the less likely they will ever be looked at. > > I would like to > > -> automat

Re: [Pharo-dev] last time I had insomnia...

2015-04-28 Thread Nicolai Hess
2015-04-28 15:32 GMT+02:00 Yuriy Tymchuk : > > > On 28 Apr 2015, at 15:20, Esteban Lorenzano wrote: > > > > > >> On 28 Apr 2015, at 15:16, Hilaire wrote: > >> > >> Le 28/04/2015 15:05, Esteban Lorenzano a écrit : > >>> I have to say that I started this because I failed miserably to made > >>> th

Re: [Pharo-dev] Tx Pass

2015-04-28 Thread Nicolai Hess
2015-04-28 11:49 GMT+02:00 Stephan Eggermont : > > I assume the Athens renderer is (was?) not able > to render strike fonts. > *is* not able :-( At least not in the way it is used by TxText. We use a fallback solution for simple text drawings on an AthensCanvas with a StrikeFont, (we do not reall

Re: [Pharo-dev] Tx Pass

2015-04-27 Thread Nicolai Hess
2015-04-27 22:41 GMT+02:00 Sean P. DeNigris : > Finally "passed" validation (minus two random failures): > great! > > > DelayMillisecondSchedulerTest>>#testTestInterferenceWithSystemTimingSemaphore > SetTest>>#testAllSetsAreHealthy > I manually loaded the config in 50012 and these both pass

Re: [Pharo-dev] Tx Pass

2015-04-27 Thread Nicolai Hess
2015-04-27 16:49 GMT+02:00 Sean P. DeNigris : > Sean P. DeNigris wrote > > Issue 15414: TxText Cleanup for Pharo 5.0 #1 > > https://pharo.fogbugz.com/default.asp?15414 > > It would be great to get this into the image ASAP so I can keep working on > it :) > I created a new configuration with your

Re: [Pharo-dev] [NB] NBExternalArray not working for complex types?

2015-04-27 Thread Nicolai Hess
Hi Max 2015-04-26 19:29 GMT+02:00 Max Leske : > Hi guys > > I have a problem with NBExternalArray. AFAICT the generated assembly > should be able to handle arbitrary elements in the array (as long as they > are all of the same type). The operations required to read / write an > element are given

Re: [Pharo-dev] brickValue: in Glamour-Morphic-Brick

2015-04-26 Thread Nicolai Hess
GLMAnimation, is it only used for brick attributes, like in your example above? nicolai > > > Cheers, > Alex > > On Sun, Apr 26, 2015 at 12:16 AM, Nicolai Hess wrote: > >> Can we remove #brickValue: ? >> I don't see how this is different from #cull: >> And the name is strange, I don't see how this depends an a brick. >> >> nicolai >> > >

[Pharo-dev] brickValue: in Glamour-Morphic-Brick

2015-04-25 Thread Nicolai Hess
Can we remove #brickValue: ? I don't see how this is different from #cull: And the name is strange, I don't see how this depends an a brick. nicolai

Re: [Pharo-dev] changing nautilus method icons

2015-04-25 Thread Nicolai Hess
2015-04-25 11:16 GMT+02:00 Nicolai Hess : > > > 2015-04-25 9:00 GMT+02:00 Peter Uhnák : > >> Hi, >> >> is there some (API) way to control the icons for methods in Nautilus? >> I would like to show an icon for methods that contains "self >> should

Re: [Pharo-dev] changing nautilus method icons

2015-04-25 Thread Nicolai Hess
2015-04-25 9:00 GMT+02:00 Peter Uhnák : > Hi, > > is there some (API) way to control the icons for methods in Nautilus? > I would like to show an icon for methods that contains "self > shouldBeImplemented". > Something like what is shown when there is "self halt" in the method. > Is this possible

Re: [Pharo-dev] Please Review 15395 ASAP

2015-04-24 Thread Nicolai Hess
+1 looks good 2015-04-24 19:42 GMT+02:00 Sean P. DeNigris : > If someone can review this quickly, there are a ton of packages touched as > you can see below and I don't want to keep redoing the slice!!! > > Fix in inbox: SLICE-Issue-15395-Cleanup-1-SeanDeNigris.1 > > Various cleanups - most notab

Re: [Pharo-dev] SmalltalkImage>>#imageName

2015-04-24 Thread Nicolai Hess
2015-04-24 19:26 GMT+02:00 Sean P. DeNigris : > Peter Uhnák wrote > >> Only sender seems to be Spotter > > Its quite useful for startup scripts. > > Yes, but we have #imageFile fullName already... > And there is FileLocator image resolve > > > > - > Cheers, > Sean > -- > View this message i

Re: [Pharo-dev] Improving the documentation model

2015-04-21 Thread Nicolai Hess
Am 21.04.2015 15:11 schrieb "stephan" : > > TL;DR: Some roadmap ideas. Looks like a lot of work. > Comments and improvements welcome: > We should replace the Pillar document format > by a better one, suitable for WYSIWYG editing and > creating long documents. > > --- Nice idea, but > > With Athen

Re: [Pharo-dev] [Pharo5] All systems on go!

2015-04-21 Thread Nicolai Hess
2015-04-21 22:47 GMT+02:00 kilon alios : > I cant see pharo classes in Nautiluse apart from a few, unless i open them > with GTSpotter , then they get added to Nautilus. Is this normal ? Is it > because I miss the sources file ? and if yes where I find it ? > No, there is an active package pane f

Re: [Pharo-dev] PharoLauncher all white !!!

2015-04-21 Thread Nicolai Hess
2015-04-21 22:33 GMT+02:00 kilon alios : > I just downloaded latest pharolauncher from here > > > https://ci.inria.fr/pharo/view/Launcher/job/Launcher-Mac/lastSuccessfulBuild/artifact/Pharo_0.2.7.dmg > > The new PL is all white, is this normal ? > Some hard coded values were removed from the Phar

Re: [Pharo-dev] Fwd: exception handling problem when running tests in Nautilus

2015-04-21 Thread Nicolai Hess
2015-04-21 16:03 GMT+02:00 Christophe Demarey : > Indeed, Nautilus logic to run test differs a bit from the TestRunner logic. > > We will need to clean this kind of logic that should not be part of > Nautilus. > Just for reference: 13024 Discrepancy

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-20 Thread Nicolai Hess
2015-04-18 22:13 GMT+02:00 Nicolai Hess : > > > 2015-04-18 22:08 GMT+02:00 Nicolai Hess : > >> >> >> 2015-04-18 6:45 GMT+02:00 Damien Cassou : >> >>> >>> Jan Blizničenko writes: >>> >>> > In settings, there used to be

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-19 Thread Nicolai Hess
e can set the row color in the tree model with: |t| t:=(TreeModel new roots:(1to:5));yourself. t oddRowColor: Color black. t evenRowColor: Color white. t openWithSpec. But the result is the same, the row color isn't populated to the widget. > > Stef > > Le 18/4/15 22:08, Nicolai H

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-18 Thread Nicolai Hess
2015-04-18 22:08 GMT+02:00 Nicolai Hess : > > > 2015-04-18 6:45 GMT+02:00 Damien Cassou : > >> >> Jan Blizničenko writes: >> >> > In settings, there used to be option to switch off categories of image >> > sources/templates, like hide Pharo 2 categ

Re: [Pharo-dev] PharoLauncher and Pharo 5.0

2015-04-18 Thread Nicolai Hess
2015-04-18 6:45 GMT+02:00 Damien Cassou : > > Jan Blizničenko writes: > > > In settings, there used to be option to switch off categories of image > > sources/templates, like hide Pharo 2 category, but this option seems to > be > > missing now. > > > yes, I removed it because it was too costly to

Re: [Pharo-dev] Ugly textrendering (vertical label)

2015-04-17 Thread Nicolai Hess
2014-12-10 21:03 GMT+01:00 Nicolai Hess : > Someone knows, why the text on the completion morph is so ugly? > For example, this text > > Morph ne > > will open a completion window for "Morph class". This name > is a vertical label on the left. > > The text l

Re: [Pharo-dev] GTSpotter and example previews

2015-04-17 Thread Nicolai Hess
) > > But the forms (and their api) do look nice compared to spec/moprhic. I > wonder how this could be merged. (After all Brick seems to be based on > Morphs and Spec is above Morphs.) > > Peter > > On Fri, Apr 17, 2015 at 10:57 AM, Nicolai Hess wrote: > >> >>

Re: [Pharo-dev] GTSpotter and example previews

2015-04-17 Thread Nicolai Hess
g some UI-Component, would look so ugly. How it comes the other examples doesn't look like this one? > > Cheers, > Doru > > > > On Fri, Apr 17, 2015 at 12:48 AM, Nicolai Hess wrote: > >> Why is this in the release? >> >> GTSpotter now shows

[Pharo-dev] GTSpotter and example previews

2015-04-16 Thread Nicolai Hess
Why is this in the release? GTSpotter now shows the result of gtExamples in the preview. This looks so ugly. (for example browse the "Examples" cateogry for GLMCompositeBrick) If new features aren't mentioned anywhere, it is pretty difficult to test or to review them.

Re: [Pharo-dev] VM Building on Fedora: SDL2 failure

2015-04-16 Thread Nicolai Hess
2015-04-16 18:08 GMT+02:00 Sean P. DeNigris : > Nicolai Hess wrote > > Mixing 64 bit / 32 bit environments/toolchain? > > Yes, where I went wrong is too embarrassing to mention ha ha, :) > so I'll move > on to the next errors... > <http://forum.world.st/file/n

Re: [Pharo-dev] VM Building on Fedora: SDL2 failure

2015-04-16 Thread Nicolai Hess
Mixing 64 bit / 32 bit environments/toolchain? Am 16.04.2015 17:52 schrieb "Sean P. DeNigris" : > I installed all the packages listed at > > https://github.com/philippeback/pharovm-centos65/blob/master/packages-to-install.txt > , > plus SDL2 and SDL2-devel, and got the following error: >

Re: [Pharo-dev] HELP WANTED - Frameworks, tools, etc. ready to use

2015-04-16 Thread Nicolai Hess
2015-04-16 17:06 GMT+02:00 Esteban Lorenzano : > > On 16 Apr 2015, at 16:44, Nicolai Hess wrote: > > > > 2015-04-16 15:48 GMT+02:00 Esteban Lorenzano : > >> Hi, >> >> I want to add a “resources” page in pharo.org. >> The reason is simple: we are use

Re: [Pharo-dev] HELP WANTED - Frameworks, tools, etc. ready to use

2015-04-16 Thread Nicolai Hess
2015-04-16 15:48 GMT+02:00 Esteban Lorenzano : > Hi, > > I want to add a “resources” page in pharo.org. > The reason is simple: we are used to know (more or less) what we have, but > people doing a search of what is pharo, etc. does not know what they can > have *just downloading it*. > I made a m

[Pharo-dev] PharoV40 sources still broken?

2015-04-15 Thread Nicolai Hess
pharo 4.0 608 with PharoV40 sources: - enter some text in a workspace - select the text - choose "Method source with it" -> RemoteString(Object)>>error: [ filePositionHi > theFile size ifTrue: [ self error: 'RemoteString past end of file' ]. theFile position: filePositionHi. theFile nextChunk

Re: [Pharo-dev] Nautilus: Why is Search Field Pre-filled?

2015-04-11 Thread Nicolai Hess
2015-04-11 9:27 GMT+02:00 Peter Uhnák : > I think there is a problem with it... > if I browse a class with shortcut "ctrl+b", then the name of the package > where the class is is added to the search. > This at least to me quite annoying as I often do lookups of other classes > but I am not interes

Re: [Pharo-dev] why we removed debugTest from nautilus?

2015-04-11 Thread Nicolai Hess
ly reproducible when debugging a test, then closing the debugger >> (via the close icon). Clicking “Proceed” on the other hand gracefully >> terminated the process. >> >> Cheers, >> Max >> >> >> On 10 Apr 2015, at 09:56, Nicolai Hess wrote: >>

Re: [Pharo-dev] Nautilus: Why is Search Field Pre-filled?

2015-04-10 Thread Nicolai Hess
Which search field? Am 11.04.2015 04:54 schrieb "Sean P. DeNigris" : > What is the rationale? I don't like it. > > > > - > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/Nautilus-Why-is-Search-Field-Pre-filled-tp4819003.html > Sent from the Pharo Smalltalk Develope

Re: [Pharo-dev] Icon in New list morph.

2015-04-10 Thread Nicolai Hess
2015-04-02 17:11 GMT+02:00 Yuriy Tymchuk : > Hi, > > can someone help me to figure out how the icon in a NewList is working? > Because when when you add an IconicButton, you have a border showing up on > hover and background becoming darker on click. Now when I create a > standalone IconicButton I

Re: [Pharo-dev] why we removed debugTest from nautilus?

2015-04-09 Thread Nicolai Hess
2015-04-09 20:05 GMT+02:00 Esteban Lorenzano : > does anyone knows? > > Esteban > > http://forum.world.st/do-we-need-to-debug-testmethods-from-within-Nautilus-tp4805795.html 14689 Debugger enters infinite loop when closed after editing test with "do

Re: [Pharo-dev] Existing

2015-04-09 Thread Nicolai Hess
2015-04-09 11:53 GMT+02:00 Tudor Girba : > Hi, > > On Thu, Apr 9, 2015 at 11:44 AM, Nicolai Hess wrote: > >> >> >> 2015-04-09 11:36 GMT+02:00 Tudor Girba : >> >>> Hi, >>> >>> On Thu, Apr 9, 2015 at 11:31 AM, Nicolai Hess >>&

Re: [Pharo-dev] Existing

2015-04-09 Thread Nicolai Hess
> > Best regards, > Denis > > > 2015-04-09 9:48 GMT+03:00 Tudor Girba : > >> I would not do that. I think that removing the example pragma check is >> sufficient for now. Could we do it? >> >> Cheers, >> Doru >> >> On Wed, Apr 8, 201

Re: [Pharo-dev] Existing

2015-04-09 Thread Nicolai Hess
2015-04-09 11:36 GMT+02:00 Tudor Girba : > Hi, > > On Thu, Apr 9, 2015 at 11:31 AM, Nicolai Hess wrote: > >> 2015-04-09 8:48 GMT+02:00 Tudor Girba : >> >>> I would not do that. I think that removing the example pragma check is >>> sufficient for now. Cou

Re: [Pharo-dev] Existing

2015-04-09 Thread Nicolai Hess
hose that really open an example) relies only on the pragma, without having a #exampleXXX name too. I just think this would not change much. We need to clean up the mess with the #example* methods. > > Cheers, > Doru > > On Wed, Apr 8, 2015 at 5:16 PM, Nicolai Hess wrote: > >&

<    4   5   6   7   8   9   10   11   12   13   >