Re: [Pharo-users] Error: RemoteString past end of file on Pharo 4.0

2015-05-04 Thread Marcus Denker
On Mon, May 4, 2015 at 12:22 AM, Cyril Ferlicot 
wrote:

> It happend to me when I renamed some .image without renaming the .change
> file.
> Maybe that's the problem.
>


Yes! That is the reason. This error means that the pointer to the .changes
file is not valid.
(each method encodes the offset into either the .changes or .sources, so
when you load
new code and that files is too small --> you get an error.


>
> On 3 May 2015 at 23:35, Offray Vladimir Luna Cárdenas 
> wrote:
> > Hi,
> >
> > I was about to update some changes on my project as a result of this
> weekend
> > hackathon, but I got this error:
> >
> > Error: RemoteString past end of file
> >
> > I'm using:
> >
> >   - Pharo4.0 Latest update: #40611
> >   - OS: 3.12.39-1-MANJARO #1 SMP PREEMPT Sat Mar 21 07:54:52 UTC 2015
> x86_64
> > GNU/Linux
> >
> > I found [1] and [2] for this error, but I can't make sense on any fix I
> can
> > apply (I don't know about slices)
> >
> > [1]
> >
> http://forum.world.st/Error-Remote-String-past-end-of-file-td4707766.html
> > [2] https://pharo.fogbugz.com/f/cases/10411/#78632
> >
> > Any help is appreciated.
> >
> > Cheers,
> >
> > Offray
> >
>
>
>
> --
> Cheers
> Cyril Ferlicot
>
>


-- 
--
Marcus Denker  --  den...@acm.org
http://www.marcusdenker.de


Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
Hi,


On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck  wrote:

> Hi guys,
>
> I am already enjoying GTSpotter every day. I cannot believe how good it
> is. And I tell youI have been using this kind of tool since the first
> available one we have YEARS ago (Algernon, then Spotlight etc...). And
> GTSpotter is a life better than those. So...thank you VERY MUCH.
>
> My only problem right now is that I am afraid I am not yet using 100% of
> it's power. I think it has features that I read randomly in different
> emails and posts so I am afraid it has more...
>
> A couple of questions:
>
> 1) Is there a way to force GTSpotter preview via preferences or somehow
> via code so that I can build it as part of my app images?  I know GTSpotter
> then remembers that but I would like to build images directly with that
> (some users of my images may now be aware of such features so I want them
> to see it out of the box).
>

Right now there isn't a setting for that, which is a bug.
You can still execute 'GTSpotter showPreview' to enable the preview


>
> 2) How does it work regex or similar when you search? I seem to see things
> like "M B"  or "M #a" etc...so...which are all symbols (#, * , ^ etc)
>  allowed?
>

For the moment the query language that does not support regex. You can just
use # to filter the categories that are displayed.
If you enter 'copy #i' than you will only get implementors.

Still you can create your own custom searches that use regex.
For example look in spotterForCachedPlaygroundPagesFor:. In your searches
instead of GTFilterSubstring you can you GTFilterRegex, GTFilterAlike, etc.


>
> 3) Are there more "actions" than the default action? For example, when
> browser classes, methods etc... default action opens a new system browser.
> So..are there OTHER possible actions? If true, which ones? How can I know
> all of the available ones?
>

Again for the moment there aren't any extra actions. Just enter that opens
the entity in a browser/inspector/etc, and dive-in.
Specific actions for each type of element are on the way


>
> 4) GTPlayground seems to have tabs and it seems I can even rename a
> current playground. However...I cannot seem to be able to add more tabs and
> then easily move across tabs. I have to open other playgrounds for it.
> So...I am doing something wrong? If multiple tabs are not allow then I
> think the tabs are a bit confusing here.
>

As others said for the moment you cannot add more tabs.
You can rename the tab label which will create a file with that name in the
play-stash folder in the image directory.

Cheers,
Andrei


>
> 5) What are GTPlayground "Bindings" and in which case does the "Refresh"
> make sense?
>
> I probably have more questions but I wanted to ask this at least.
>
> Thanks in advance,
>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>


Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
On Mon, May 4, 2015 at 3:40 AM, Mariano Martinez Peck  wrote:

>
>
> On Sun, May 3, 2015 at 9:21 PM, Mariano Martinez Peck <
> marianop...@gmail.com> wrote:
>
>> Hi guys,
>>
>> I am already enjoying GTSpotter every day. I cannot believe how good it
>> is. And I tell youI have been using this kind of tool since the first
>> available one we have YEARS ago (Algernon, then Spotlight etc...). And
>> GTSpotter is a life better than those. So...thank you VERY MUCH.
>>
>>
> What is so funny is that I was reviewing an old blog of mine:
> https://marianopeck.wordpress.com/2012/05/19/pharo-tips-and-tricks/
> and the new gt tools and latest Pharo 4.0 almost removes half of my needed
> "tricks"
>

Two more tricks from spotter just in case you missed them:

- copying an URL with a smalltalk code from Sven's service for sharing code
in Spotter will show you the code; on enter a playground is opened with
that code (to try it out: http://ws.stfx.eu/57CRUZKXOUIO)
- you also can search through all dirty packages; if you dive into a
package and choose a repo on enter you can directly commit that package.
Though with the new support from versioner that feature is no longer so
impressive :)

Cheers,
Andrei


Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Sven Van Caekenberghe

> On 04 May 2015, at 11:10, Andrei Chis  wrote:
> 
> - copying an URL with a smalltalk code from Sven's service for sharing code 
> in Spotter will show you the code; on enter a playground is opened with that 
> code (to try it out: http://ws.stfx.eu/57CRUZKXOUIO)

Ah, I always wondered how to do that. Great!

But, but, impossible to figure out yourself, maybe you guys need to make more 
screencasts, ...




Re: [Pharo-users] Issue with GT-Debugger

2015-05-04 Thread Andrei Chis
I need to double check again that the fix solves this problem and then
backport it from Pharo 5 to Pharo 4.

Cheers,
Andrei

On Sun, May 3, 2015 at 10:12 PM, Tudor Girba  wrote:

> Indeed, it's a known issue and Andrei already investigated it. There is a
> discussion on the Pharo-dev mailing list.
>
> Cheers,
> Doru
>
> On Sun, May 3, 2015 at 11:11 PM, Alexandre Bergel  > wrote:
>
>> Hi!
>>
>> When tracing the execution in GT-debugger the text selection does not
>> always reflect the real position of the program counter. Consider the
>> following screenshot:
>>
>> I have simply pressed the step-into button, nothing more. The selection
>> is not meaningful.
>> Am I the only one to have noticed this?
>> It would be great to have it fixed…
>>
>> Cheers,
>> Alexandre
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>


Re: [Pharo-users] mac address on windows

2015-05-04 Thread Usman Bhatti
On Sun, May 3, 2015 at 4:22 PM, Pierce Ng  wrote:

> On Sat, May 02, 2015 at 03:55:47PM +0200, Usman Bhatti wrote:
> > 1/ OSProcess: I tried  (PipeableOSProcess command: 'ipconfig /all')
> output.
>
> I have used http://www.smalltalkhub.com/#!/~hernan/ProcessWrapper
> successfully
> back when I was on Windows using some now-ancient version of Pharo.
>

I had initially discarded the idea of using this project because it
required a plugin and the information of the plugin was outdated on
squeaksource. However, having evaluated superficially the complexity of
doing it with nativeboost (because too many external c struct involved in
the call), I would like to see if I am better off using this wrapper.

I loaded it with:

Gofer it
  url: 'http://www.smalltalkhub.com/mc/hernan/ProcessWrapper/main';
  package: 'ProcessWrapper-Core';
  package: 'ProcessWrapper-Plugin';
  package: 'ProcessWrapper-Tests';
  load.

But the plugins wont load because it requires the
class SmartSyntaxInterpreterPlugin and apparently this file is a part of
the VMMaker. Is there any recent config for VMMaker in Pharo because this
one looks outdated:
http://pharo.gemtalksystems.com/book/Virtual-Machine/Building/VMMakerTool/





>
> Pierce
>
>


[Pharo-users] How to display a text with a really large font?

2015-05-04 Thread stepharo

Hi

I read the comment of TextMorph

| font1 font2 t1 t2 tMorph|
tMorph := TextMorph new.
font1 := (TextFontReference toFont: (StrikeFont familyName: 'Atlanta' 
size: 22)).
font2 := (TextFontReference toFont: (StrikeFont familyName: 'Atlanta' 
size: 11)).

t1 := 'this is font1' asText addAttribute: font1.
t2 := ' and this is font2' asText addAttribute: font2.
tMorph contents: (t1,t2).
tMorph openInHand.

but I could not get it to work.

Now I will ask google to see if I can find an example.

Stef



Re: [Pharo-users] How to display a text with a really large font?

2015-05-04 Thread Nicolai Hess
Don't know for sure what the maximum StrikeFont size, but for FT - Fonts
you can use any (?) size:
(of course, the FT/TTF-font should be in the system/image).

| font1 font2 t1 t2 tMorph|
tMorph := TextMorph new.
font1 := (TextFontReference toFont: (StrikeFont familyName: 'Bitmap DejaVu
Sans' size: 38)).
font2 := (TextFontReference toFont: (LogicalFont familyName: 'Source Sans
Pro' pointSize: 81)).
t1 := 'this is font1' asText addAttribute: font1.
t2 := ' and this is font2' asText addAttribute: font2.
tMorph contents: (t1,t2).
tMorph openInHand.



2015-05-04 13:23 GMT+02:00 stepharo :

> Hi
>
> I read the comment of TextMorph
>
> | font1 font2 t1 t2 tMorph|
> tMorph := TextMorph new.
> font1 := (TextFontReference toFont: (StrikeFont familyName: 'Atlanta'
> size: 22)).
> font2 := (TextFontReference toFont: (StrikeFont familyName: 'Atlanta'
> size: 11)).
> t1 := 'this is font1' asText addAttribute: font1.
> t2 := ' and this is font2' asText addAttribute: font2.
> tMorph contents: (t1,t2).
> tMorph openInHand.
>
> but I could not get it to work.
>
> Now I will ask google to see if I can find an example.
>
> Stef
>
>


Re: [Pharo-users] Issue with GT-Debugger

2015-05-04 Thread Andrei Chis
I made a slice for backporting the fix to Pharo 4:
https://pharo.fogbugz.com/f/cases/15423/Backport-Pharo4-15422-SHTextStyler-styleInBackgroundProcess-should-not-set-the-text-if-styling-process-was-terminated
Can you load it and check that it fixes the problem.

Cheers,
Andrei

On Mon, May 4, 2015 at 11:18 AM, Andrei Chis 
wrote:

> I need to double check again that the fix solves this problem and then
> backport it from Pharo 5 to Pharo 4.
>
> Cheers,
> Andrei
>
> On Sun, May 3, 2015 at 10:12 PM, Tudor Girba  wrote:
>
>> Indeed, it's a known issue and Andrei already investigated it. There is a
>> discussion on the Pharo-dev mailing list.
>>
>> Cheers,
>> Doru
>>
>> On Sun, May 3, 2015 at 11:11 PM, Alexandre Bergel <
>> alexandre.ber...@me.com> wrote:
>>
>>> Hi!
>>>
>>> When tracing the execution in GT-debugger the text selection does not
>>> always reflect the real position of the program counter. Consider the
>>> following screenshot:
>>>
>>> I have simply pressed the step-into button, nothing more. The selection
>>> is not meaningful.
>>> Am I the only one to have noticed this?
>>> It would be great to have it fixed…
>>>
>>> Cheers,
>>> Alexandre
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>
>>
>> --
>> www.tudorgirba.com
>>
>> "Every thing has its own flow"
>>
>
>


[Pharo-users] [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 always 1 file with all the work inside. That can
use the inputFile tag. For example:

"${inputFile:Chapter1.pillar}$

${inputFile:Chapter2.pillar}$

${inputFile:Chapter3.pillar}$

${inputFile:Chapter4.pillar}$"

And the option "separateOutputFiles" will now create 1 file each time
we have a new Chapter. (!Level 1 header).
That will make simpler the way to number everything and to create
anchor because those 2 doesn't work well with the "separateOutputFile"
option.

What do you thing? That would be good with you?

-- 
Cheers
Cyril Ferlicot



[Pharo-users] Editing Pillar

2015-05-04 Thread Norbert Hartl
I know there are few threads about Pillar these days. I'm sorry if I'm 
repeating another present question. What would be the best way to edit a pillar 
file in the image. Is there some nice rubric editor or the like where I can 
edit pillar syntax with highlighting? And has this something like the preview 
the class comment in pillar stuff offers?

thanks,

Norbert




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

2015-05-04 Thread Damien Cassou

Cyril Ferlicot  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 wanted to talk about that with you.
> We propose to have always 1 file with all the work inside. That can
> use the inputFile tag. For example:
>
> "${inputFile:Chapter1.pillar}$
>
> ${inputFile:Chapter2.pillar}$
>
> ${inputFile:Chapter3.pillar}$
>
> ${inputFile:Chapter4.pillar}$"
>
> And the option "separateOutputFiles" will now create 1 file each time
> we have a new Chapter. (!Level 1 header).
> That will make simpler the way to number everything and to create
> anchor because those 2 doesn't work well with the "separateOutputFile"
> option.
>
> What do you thing? That would be good with you?

this change proposes to remove the option inputFiles from Pillar. Pillar
will now take only 1 Pillar input file that must include the rest. This
will simplify pillar.conf, this will simplify compile.sh, this will make
it easier for the author to understand the process, and this will
simplify Pillar's implementation. With this in place, we think we can
fix the problems with anchors and inter-chapter links.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill



Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Mariano Martinez Peck
On Mon, May 4, 2015 at 6:03 AM, Andrei Chis 
wrote:

> Hi,
>
>
> On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck <
> marianop...@gmail.com> wrote:
>
>> Hi guys,
>>
>> I am already enjoying GTSpotter every day. I cannot believe how good it
>> is. And I tell youI have been using this kind of tool since the first
>> available one we have YEARS ago (Algernon, then Spotlight etc...). And
>> GTSpotter is a life better than those. So...thank you VERY MUCH.
>>
>> My only problem right now is that I am afraid I am not yet using 100% of
>> it's power. I think it has features that I read randomly in different
>> emails and posts so I am afraid it has more...
>>
>> A couple of questions:
>>
>> 1) Is there a way to force GTSpotter preview via preferences or somehow
>> via code so that I can build it as part of my app images?  I know GTSpotter
>> then remembers that but I would like to build images directly with that
>> (some users of my images may now be aware of such features so I want them
>> to see it out of the box).
>>
>
> Right now there isn't a setting for that, which is a bug.
> You can still execute 'GTSpotter showPreview' to enable the preview
>
>

Thanks, that works perfect.


>
>

>> 2) How does it work regex or similar when you search? I seem to see
>> things like "M B"  or "M #a" etc...so...which are all symbols (#, * , ^
>> etc)  allowed?
>>
>
> For the moment the query language that does not support regex. You can
> just use # to filter the categories that are displayed.
> If you enter 'copy #i' than you will only get implementors.
>

 how can I filter the subclasses?  I am trying "Collection #sub" and
nothing. Then I try even diving into the class and then type "#sub" but
still nothing. Am I doing something wrong?


>
> Still you can create your own custom searches that use regex.
> For example look in spotterForCachedPlaygroundPagesFor:. In your searches
> instead of GTFilterSubstring you can you GTFilterRegex, GTFilterAlike, etc.
>

I think it would be super cool if you at least could implement by default
the # and *. That would give us some power. (similar to what #matches:)
does.


>
>
>>
>> 3) Are there more "actions" than the default action? For example, when
>> browser classes, methods etc... default action opens a new system browser.
>> So..are there OTHER possible actions? If true, which ones? How can I know
>> all of the available ones?
>>
>
> Again for the moment there aren't any extra actions. Just enter that opens
> the entity in a browser/inspector/etc, and dive-in.
> Specific actions for each type of element are on the way
>

Ok, good to hear about that.


>
>
>>
>> 4) GTPlayground seems to have tabs and it seems I can even rename a
>> current playground. However...I cannot seem to be able to add more tabs and
>> then easily move across tabs. I have to open other playgrounds for it.
>> So...I am doing something wrong? If multiple tabs are not allow then I
>> think the tabs are a bit confusing here.
>>
>
> As others said for the moment you cannot add more tabs.
> You can rename the tab label which will create a file with that name in
> the play-stash folder in the image directory.
>
>
Cool thanks.



> Cheers,
> Andrei
>
>
>>
>> 5) What are GTPlayground "Bindings" and in which case does the "Refresh"
>> make sense?
>>
>> I probably have more questions but I wanted to ask this at least.
>>
>> Thanks in advance,
>>
>>
>>
>> --
>> Mariano
>> http://marianopeck.wordpress.com
>>
>
>


-- 
Mariano
http://marianopeck.wordpress.com


Re: [Pharo-users] mac address on windows

2015-05-04 Thread Ben Coman
As a complete newb to VM building I found this fairly straight forward (on
a Mac btw).
https://github.com/pharo-project/pharo-vm
cheers -ben

On Mon, May 4, 2015 at 5:28 PM, Usman Bhatti  wrote:

>
>
> On Sun, May 3, 2015 at 4:22 PM, Pierce Ng  wrote:
>
>> On Sat, May 02, 2015 at 03:55:47PM +0200, Usman Bhatti wrote:
>> > 1/ OSProcess: I tried  (PipeableOSProcess command: 'ipconfig /all')
>> output.
>>
>> I have used http://www.smalltalkhub.com/#!/~hernan/ProcessWrapper
>> successfully
>> back when I was on Windows using some now-ancient version of Pharo.
>>
>
> I had initially discarded the idea of using this project because it
> required a plugin and the information of the plugin was outdated on
> squeaksource. However, having evaluated superficially the complexity of
> doing it with nativeboost (because too many external c struct involved in
> the call), I would like to see if I am better off using this wrapper.
>
> I loaded it with:
>
> Gofer it
>   url: 'http://www.smalltalkhub.com/mc/hernan/ProcessWrapper/main';
>   package: 'ProcessWrapper-Core';
>   package: 'ProcessWrapper-Plugin';
>   package: 'ProcessWrapper-Tests';
>   load.
>
> But the plugins wont load because it requires the
> class SmartSyntaxInterpreterPlugin and apparently this file is a part of
> the VMMaker. Is there any recent config for VMMaker in Pharo because this
> one looks outdated:
> http://pharo.gemtalksystems.com/book/Virtual-Machine/Building/VMMakerTool/
>
>
>
>
>
>>
>> Pierce
>>
>>
>


Re: [Pharo-users] [Pharo-dev] [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  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 wanted to talk about that with you.
> > We propose to have always 1 file with all the work inside. That can
> > use the inputFile tag. For example:
> >
> > "${inputFile:Chapter1.pillar}$
> >
> > ${inputFile:Chapter2.pillar}$
> >
> > ${inputFile:Chapter3.pillar}$
> >
> > ${inputFile:Chapter4.pillar}$"
> >
> > And the option "separateOutputFiles" will now create 1 file each time
> > we have a new Chapter. (!Level 1 header).
> > That will make simpler the way to number everything and to create
> > anchor because those 2 doesn't work well with the "separateOutputFile"
> > option.
> >
> > What do you thing? That would be good with you?
>
> this change proposes to remove the option inputFiles from Pillar. Pillar
> will now take only 1 Pillar input file that must include the rest. This
> will simplify pillar.conf, this will simplify compile.sh, this will make
> it easier for the author to understand the process, and this will
> simplify Pillar's implementation. With this in place, we think we can
> fix the problems with anchors and inter-chapter links.
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Success is the ability to go from one failure to another without
> losing enthusiasm." --Winston Churchill
>
>


Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Andrei Chis
On Mon, May 4, 2015 at 2:52 PM, Mariano Martinez Peck  wrote:

>
>
> On Mon, May 4, 2015 at 6:03 AM, Andrei Chis 
> wrote:
>
>> Hi,
>>
>>
>> On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck <
>> marianop...@gmail.com> wrote:
>>
>>> Hi guys,
>>>
>>> I am already enjoying GTSpotter every day. I cannot believe how good it
>>> is. And I tell youI have been using this kind of tool since the first
>>> available one we have YEARS ago (Algernon, then Spotlight etc...). And
>>> GTSpotter is a life better than those. So...thank you VERY MUCH.
>>>
>>> My only problem right now is that I am afraid I am not yet using 100% of
>>> it's power. I think it has features that I read randomly in different
>>> emails and posts so I am afraid it has more...
>>>
>>> A couple of questions:
>>>
>>> 1) Is there a way to force GTSpotter preview via preferences or somehow
>>> via code so that I can build it as part of my app images?  I know GTSpotter
>>> then remembers that but I would like to build images directly with that
>>> (some users of my images may now be aware of such features so I want them
>>> to see it out of the box).
>>>
>>
>> Right now there isn't a setting for that, which is a bug.
>> You can still execute 'GTSpotter showPreview' to enable the preview
>>
>>
>
> Thanks, that works perfect.
>
>
>>
>>
>
>>> 2) How does it work regex or similar when you search? I seem to see
>>> things like "M B"  or "M #a" etc...so...which are all symbols (#, * , ^
>>> etc)  allowed?
>>>
>>
>> For the moment the query language that does not support regex. You can
>> just use # to filter the categories that are displayed.
>> If you enter 'copy #i' than you will only get implementors.
>>
>
>  how can I filter the subclasses?  I am trying "Collection #sub" and
> nothing. Then I try even diving into the class and then type "#sub" but
> still nothing. Am I doing something wrong?
>

To filter for the subclasses of a class you have to:
- search for the class
- dive in the class
- enter #all

Right now the category containing subclasses is labeled 'All subclasses'.
Maybe a better name would be 'Subclasses (all)'

 Cheers,
Andrei



>
>>
>> Still you can create your own custom searches that use regex.
>> For example look in spotterForCachedPlaygroundPagesFor:. In your searches
>> instead of GTFilterSubstring you can you GTFilterRegex, GTFilterAlike, etc.
>>
>
> I think it would be super cool if you at least could implement by default
> the # and *. That would give us some power. (similar to what #matches:)
> does.
>
>
>>
>>
>>>
>>> 3) Are there more "actions" than the default action? For example, when
>>> browser classes, methods etc... default action opens a new system browser.
>>> So..are there OTHER possible actions? If true, which ones? How can I know
>>> all of the available ones?
>>>
>>
>> Again for the moment there aren't any extra actions. Just enter that
>> opens the entity in a browser/inspector/etc, and dive-in.
>> Specific actions for each type of element are on the way
>>
>
> Ok, good to hear about that.
>
>
>>
>>
>>>
>>> 4) GTPlayground seems to have tabs and it seems I can even rename a
>>> current playground. However...I cannot seem to be able to add more tabs and
>>> then easily move across tabs. I have to open other playgrounds for it.
>>> So...I am doing something wrong? If multiple tabs are not allow then I
>>> think the tabs are a bit confusing here.
>>>
>>
>> As others said for the moment you cannot add more tabs.
>> You can rename the tab label which will create a file with that name in
>> the play-stash folder in the image directory.
>>
>>
> Cool thanks.
>
>
>
>> Cheers,
>> Andrei
>>
>>
>>>
>>> 5) What are GTPlayground "Bindings" and in which case does the "Refresh"
>>> make sense?
>>>
>>> I probably have more questions but I wanted to ask this at least.
>>>
>>> Thanks in advance,
>>>
>>>
>>>
>>> --
>>> Mariano
>>> http://marianopeck.wordpress.com
>>>
>>
>>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>


Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Mariano Martinez Peck
On Mon, May 4, 2015 at 10:01 AM, Andrei Chis 
wrote:

>
>
> On Mon, May 4, 2015 at 2:52 PM, Mariano Martinez Peck <
> marianop...@gmail.com> wrote:
>
>>
>>
>> On Mon, May 4, 2015 at 6:03 AM, Andrei Chis 
>> wrote:
>>
>>> Hi,
>>>
>>>
>>> On Mon, May 4, 2015 at 2:21 AM, Mariano Martinez Peck <
>>> marianop...@gmail.com> wrote:
>>>
 Hi guys,

 I am already enjoying GTSpotter every day. I cannot believe how good it
 is. And I tell youI have been using this kind of tool since the first
 available one we have YEARS ago (Algernon, then Spotlight etc...). And
 GTSpotter is a life better than those. So...thank you VERY MUCH.

 My only problem right now is that I am afraid I am not yet using 100%
 of it's power. I think it has features that I read randomly in different
 emails and posts so I am afraid it has more...

 A couple of questions:

 1) Is there a way to force GTSpotter preview via preferences or somehow
 via code so that I can build it as part of my app images?  I know GTSpotter
 then remembers that but I would like to build images directly with that
 (some users of my images may now be aware of such features so I want them
 to see it out of the box).

>>>
>>> Right now there isn't a setting for that, which is a bug.
>>> You can still execute 'GTSpotter showPreview' to enable the preview
>>>
>>>
>>
>> Thanks, that works perfect.
>>
>>
>>>
>>>
>>
 2) How does it work regex or similar when you search? I seem to see
 things like "M B"  or "M #a" etc...so...which are all symbols (#, * , ^
 etc)  allowed?

>>>
>>> For the moment the query language that does not support regex. You can
>>> just use # to filter the categories that are displayed.
>>> If you enter 'copy #i' than you will only get implementors.
>>>
>>
>>  how can I filter the subclasses?  I am trying "Collection #sub" and
>> nothing. Then I try even diving into the class and then type "#sub" but
>> still nothing. Am I doing something wrong?
>>
>
> To filter for the subclasses of a class you have to:
> - search for the class
> - dive in the class
> - enter #all
>
>
Ohh right. Stupid me.


> Right now the category containing subclasses is labeled 'All subclasses'.
> Maybe a better name would be 'Subclasses (all)'
>
>
I would yes. In fact, filtering by "All" brings everything filtering by
all...including superclasses and others..



>  Cheers,
> Andrei
>
>
>
>>
>>>
>>> Still you can create your own custom searches that use regex.
>>> For example look in spotterForCachedPlaygroundPagesFor:. In your
>>> searches instead of GTFilterSubstring you can
>>> you GTFilterRegex, GTFilterAlike, etc.
>>>
>>
>> I think it would be super cool if you at least could implement by default
>> the # and *. That would give us some power. (similar to what #matches:)
>> does.
>>
>>
>>>
>>>

 3) Are there more "actions" than the default action? For example, when
 browser classes, methods etc... default action opens a new system browser.
 So..are there OTHER possible actions? If true, which ones? How can I know
 all of the available ones?

>>>
>>> Again for the moment there aren't any extra actions. Just enter that
>>> opens the entity in a browser/inspector/etc, and dive-in.
>>> Specific actions for each type of element are on the way
>>>
>>
>> Ok, good to hear about that.
>>
>>
>>>
>>>

 4) GTPlayground seems to have tabs and it seems I can even rename a
 current playground. However...I cannot seem to be able to add more tabs and
 then easily move across tabs. I have to open other playgrounds for it.
 So...I am doing something wrong? If multiple tabs are not allow then I
 think the tabs are a bit confusing here.

>>>
>>> As others said for the moment you cannot add more tabs.
>>> You can rename the tab label which will create a file with that name in
>>> the play-stash folder in the image directory.
>>>
>>>
>> Cool thanks.
>>
>>
>>
>>> Cheers,
>>> Andrei
>>>
>>>

 5) What are GTPlayground "Bindings" and in which case does the
 "Refresh" make sense?

 I probably have more questions but I wanted to ask this at least.

 Thanks in advance,



 --
 Mariano
 http://marianopeck.wordpress.com

>>>
>>>
>>
>>
>> --
>> Mariano
>> http://marianopeck.wordpress.com
>>
>
>


-- 
Mariano
http://marianopeck.wordpress.com


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

2015-05-04 Thread Ben Coman
+1.  I can't think of any detractions.

On Mon, May 4, 2015 at 8:59 PM, Guillermo Polito 
wrote:

> 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  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 wanted to talk about that with you.
>> > We propose to have always 1 file with all the work inside. That can
>> > use the inputFile tag. For example:
>> >
>> > "${inputFile:Chapter1.pillar}$
>> >
>> > ${inputFile:Chapter2.pillar}$
>> >
>> > ${inputFile:Chapter3.pillar}$
>> >
>> > ${inputFile:Chapter4.pillar}$"
>> >
>> > And the option "separateOutputFiles" will now create 1 file each time
>> > we have a new Chapter. (!Level 1 header).
>> > That will make simpler the way to number everything and to create
>> > anchor because those 2 doesn't work well with the "separateOutputFile"
>> > option.
>> >
>> > What do you thing? That would be good with you?
>>
>> this change proposes to remove the option inputFiles from Pillar. Pillar
>> will now take only 1 Pillar input file that must include the rest. This
>> will simplify pillar.conf, this will simplify compile.sh, this will make
>> it easier for the author to understand the process, and this will
>> simplify Pillar's implementation. With this in place, we think we can
>> fix the problems with anchors and inter-chapter links.
>>
>> --
>> Damien Cassou
>> http://damiencassou.seasidehosting.st
>>
>> "Success is the ability to go from one failure to another without
>> losing enthusiasm." --Winston Churchill
>>
>>


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

2015-05-04 Thread Guillermo Polito
Well, I'm using pillar for static web page generation. In such case, I
don't need a main document.

What would be, more specifically, the impact over me? I know that
 - I will have to move my input files inside a mysite.pillar

and... what else?

El lun., 4 de may. de 2015 a la(s) 3:23 p. m., Ben Coman <
b...@openinworld.com> escribió:

> +1.  I can't think of any detractions.
>
> On Mon, May 4, 2015 at 8:59 PM, Guillermo Polito <
> guillermopol...@gmail.com> wrote:
>
>> 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  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 wanted to talk about that with you.
>>> > We propose to have always 1 file with all the work inside. That can
>>> > use the inputFile tag. For example:
>>> >
>>> > "${inputFile:Chapter1.pillar}$
>>> >
>>> > ${inputFile:Chapter2.pillar}$
>>> >
>>> > ${inputFile:Chapter3.pillar}$
>>> >
>>> > ${inputFile:Chapter4.pillar}$"
>>> >
>>> > And the option "separateOutputFiles" will now create 1 file each time
>>> > we have a new Chapter. (!Level 1 header).
>>> > That will make simpler the way to number everything and to create
>>> > anchor because those 2 doesn't work well with the "separateOutputFile"
>>> > option.
>>> >
>>> > What do you thing? That would be good with you?
>>>
>>> this change proposes to remove the option inputFiles from Pillar. Pillar
>>> will now take only 1 Pillar input file that must include the rest. This
>>> will simplify pillar.conf, this will simplify compile.sh, this will make
>>> it easier for the author to understand the process, and this will
>>> simplify Pillar's implementation. With this in place, we think we can
>>> fix the problems with anchors and inter-chapter links.
>>>
>>> --
>>> Damien Cassou
>>> http://damiencassou.seasidehosting.st
>>>
>>> "Success is the ability to go from one failure to another without
>>> losing enthusiasm." --Winston Churchill
>>>
>>>
>


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

2015-05-04 Thread Damien Cassou

Guillermo Polito  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.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill



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

2015-05-04 Thread Damien Cassou

Guillermo Polito  writes:

> Well, I'm using pillar for static web page generation. In such case, I
> don't need a main document.
>
> What would be, more specifically, the impact over me? I know that
>  - I will have to move my input files inside a mysite.pillar
>
> and... what else?

static web page generation is an important target for us so we won't
forget about this use case. Cyril will give more information when the
picture gets clearer.

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill



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

2015-05-04 Thread Norbert Hartl

> Am 04.05.2015 um 15:52 schrieb Damien Cassou :
> 
> 
> Guillermo Polito  writes:
> 
>> Well, I'm using pillar for static web page generation. In such case, I
>> don't need a main document.
>> 
>> What would be, more specifically, the impact over me? I know that
>> - I will have to move my input files inside a mysite.pillar
>> 
>> and... what else?
> 
> static web page generation is an important target for us so we won't
> forget about this use case. Cyril will give more information when the
> picture gets clearer.
> 
Static web page generation is also interesting for me. Stef seems to work on 
something, too. Maybe it is a good idea to lay out the ideas in the open. 

Norbert





Re: [Pharo-users] [Moose-dev] Issue with GT-Debugger

2015-05-04 Thread Alexandre Bergel
Ok! I will try!

Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



> On May 4, 2015, at 7:37 AM, Andrei Chis  wrote:
> 
> I made a slice for backporting the fix to Pharo 4: 
> https://pharo.fogbugz.com/f/cases/15423/Backport-Pharo4-15422-SHTextStyler-styleInBackgroundProcess-should-not-set-the-text-if-styling-process-was-terminated
>  
> 
> Can you load it and check that it fixes the problem.
> 
> Cheers,
> Andrei
> 
> On Mon, May 4, 2015 at 11:18 AM, Andrei Chis  > wrote:
> I need to double check again that the fix solves this problem and then 
> backport it from Pharo 5 to Pharo 4.
> 
> Cheers,
> Andrei
> 
> On Sun, May 3, 2015 at 10:12 PM, Tudor Girba  > wrote:
> Indeed, it's a known issue and Andrei already investigated it. There is a 
> discussion on the Pharo-dev mailing list.
> 
> Cheers,
> Doru
> 
> On Sun, May 3, 2015 at 11:11 PM, Alexandre Bergel  > wrote:
> Hi!
> 
> When tracing the execution in GT-debugger the text selection does not always 
> reflect the real position of the program counter. Consider the following 
> screenshot:
> 
> 
> I have simply pressed the step-into button, nothing more. The selection is 
> not meaningful.
> Am I the only one to have noticed this?
> It would be great to have it fixed…
> 
> Cheers,
> Alexandre
> 
> -- 
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu 
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> 
> 
> 
> 
> 
> 
> -- 
> www.tudorgirba.com 
> 
> "Every thing has its own flow"
> 
> 
> ___
> Moose-dev mailing list
> moose-...@iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev



[Pharo-users] [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.

Cheers!
Yuriy


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

2015-05-04 Thread Jigyasa Grover
Done !

On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk  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 better understanding of how Code Critics are currently used and how to
> improve them.
>
> Cheers!
> Yuriy
>


Re: [Pharo-users] [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  wrote:
> 
> Done !
> 
> On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk  > 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 better understanding of how Code Critics are currently used and how to 
> improve them.
> 
> Cheers!
> Yuriy
> 



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

2015-05-04 Thread Mark Rizun
Me too :)

2015-05-04 20:45 GMT+03:00 Alexandre Bergel :

> Done!
>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On May 4, 2015, at 12:41 PM, Jigyasa Grover 
> wrote:
>
> Done !
>
> On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk 
> 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 better understanding of how Code Critics are currently used and how
>> to improve them.
>>
>> Cheers!
>> Yuriy
>>
>
>
>


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

2015-05-04 Thread Thomas Heniart
Done :)

2015-05-04 18:58 GMT+02:00 Mark Rizun :

> Me too :)
>
> 2015-05-04 20:45 GMT+03:00 Alexandre Bergel :
>
>> Done!
>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>> On May 4, 2015, at 12:41 PM, Jigyasa Grover 
>> wrote:
>>
>> Done !
>>
>> On Mon, May 4, 2015 at 9:47 PM, Yuriy Tymchuk 
>> 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 better understanding of how Code Critics are currently used and how
>>> to improve them.
>>>
>>> Cheers!
>>> Yuriy
>>>
>>
>>
>>
>


Re: [Pharo-users] How to display a text with a really large font?

2015-05-04 Thread stepharo

Thanks
Of course I was stupid not to see that it was doing a ref to font not 
loaded.


I would like to design a big display showing keybinding the first time 
you open a tool.

A bit like the growl but...
I'm not sure that I should play with that but this is tempting.

Stef


Le 4/5/15 13:31, Nicolai Hess a écrit :
Don't know for sure what the maximum StrikeFont size, but for FT - 
Fonts you can use any (?) size:

(of course, the FT/TTF-font should be in the system/image).

| font1 font2 t1 t2 tMorph|
tMorph := TextMorph new.
font1 := (TextFontReference toFont: (StrikeFont familyName: 'Bitmap 
DejaVu Sans' size: 38)).
font2 := (TextFontReference toFont: (LogicalFont familyName: 'Source 
Sans Pro' pointSize: 81)).

t1 := 'this is font1' asText addAttribute: font1.
t2 := ' and this is font2' asText addAttribute: font2.
tMorph contents: (t1,t2).
tMorph openInHand.



2015-05-04 13:23 GMT+02:00 stepharo >:


Hi

I read the comment of TextMorph

| font1 font2 t1 t2 tMorph|
tMorph := TextMorph new.
font1 := (TextFontReference toFont: (StrikeFont familyName:
'Atlanta' size: 22)).
font2 := (TextFontReference toFont: (StrikeFont familyName:
'Atlanta' size: 11)).
t1 := 'this is font1' asText addAttribute: font1.
t2 := ' and this is font2' asText addAttribute: font2.
tMorph contents: (t1,t2).
tMorph openInHand.

but I could not get it to work.

Now I will ask google to see if I can find an example.

Stef






Re: [Pharo-users] Questions about MetaLink

2015-05-04 Thread Marcus Denker
> 
>> For instance, in order to address a layer with no MetaObjects execution, a
>> layer with MetaObjects for logging or breakpoints, an other layer with
>> custom MetaObjects, etc.
>> I don't see how it would be possible to limit the scope of the active layers
>> configuration, just for a block evaluation for exemple... From RFMetaContext
>> maybe, but how ?…
> 
> One thing I want to add is to make the condition (optionally) into an object
> and then allow reflectivitly to turn on/of links without having to actually 
> change
> the #condition: itself.
> 

This is now in Pharo5… links can be turned on/off reflectively by using
#enable and #disable. 
I works by wrapping the original condition into a RFCondition object. 

#disable puts just “false” as the outer condition, but one could put there
more complex conditions, too

Marcus




Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Offray Vladimir Luna Cárdenas

At least in my Image they do. I send you an screenshot.

Cheers,

Offray

El 04/05/15 a las 01:48, Esteban Lorenzano escribió:



On 04 May 2015, at 03:00, Offray Vladimir Luna Cárdenas mailto:off...@riseup.net>> wrote:

+1 to Sven and Norbert. I will integrate them to my app. By the way the
smallPrintItIcon and the smallDoItIcon look pretty similar, so some kind of
change would be nice.


they don’t:


maybe you are mistaken the images?



Good work,


thanks,

Esteban



Offray


El 30/04/15 a las 05:46, Sven Van Caekenberghe escribió:

Very nice and a super clean install procedure, I love it when things come
together !


On 30 Apr 2015, at 12:11, Esteban Lorenzano mailto:esteba...@gmail.com>> wrote:

Hi,

I made a configuration to install the new Idea Icon Pack from configurations
browser for Pharo 4.
You can install it and then choose your new icon set in settings.

You can also manual install them by:

Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'IdeaIcons';
loadStable.

ThemeIcons current: #IdeaUIThemeIcons asClass new.
 “In Pharo 4, you might need to execute this”
AbstractNautilusUI resetIconCaches.

This icon pack works also for Pharo 3

If you lost it, here a couple of screenshots:

















Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Esteban Lorenzano
ahhh… is “print it”, not “print”… and it is correct like until I find something 
better… because both are more or less same, but changes where they direct 
result of execution :)

> On 04 May 2015, at 21:57, Offray Vladimir Luna Cárdenas  
> wrote:
> 
> At least in my Image they do. I send you an screenshot.
> 
> Cheers,
> 
> Offray
> 
> El 04/05/15 a las 01:48, Esteban Lorenzano escribió:
>> 
>>> On 04 May 2015, at 03:00, Offray Vladimir Luna Cárdenas >> 
>>> >> wrote:
>>> 
>>> +1 to Sven and Norbert. I will integrate them to my app. By the way the
>>> smallPrintItIcon and the smallDoItIcon look pretty similar, so some kind of
>>> change would be nice.
>> 
>> they don’t:
>> 
>> 
>> maybe you are mistaken the images?
>> 
>>> 
>>> Good work,
>> 
>> thanks,
>> 
>> Esteban
>> 
>>> 
>>> Offray
>>> 
>>> 
>>> El 30/04/15 a las 05:46, Sven Van Caekenberghe escribió:
 Very nice and a super clean install procedure, I love it when things come
 together !
 
> On 30 Apr 2015, at 12:11, Esteban Lorenzano  
> >> wrote:
> 
> Hi,
> 
> I made a configuration to install the new Idea Icon Pack from 
> configurations
> browser for Pharo 4.
> You can install it and then choose your new icon set in settings.
> 
> You can also manual install them by:
> 
> Gofer it
> smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
> configurationOf: 'IdeaIcons';
> loadStable.
> 
> ThemeIcons current: #IdeaUIThemeIcons asClass new.
> “In Pharo 4, you might need to execute this”
> AbstractNautilusUI resetIconCaches.
> 
> This icon pack works also for Pharo 3
> 
> If you lost it, here a couple of screenshots:
> 
> 
> 
> 
 
 
 
>>> 
>>> 
>> 
> 
> 



Re: [Pharo-users] Editing Pillar

2015-05-04 Thread Tudor Girba
Take a look at the support from GT-Inspector:

http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector/

Cheers,
Doru



On Mon, May 4, 2015 at 2:09 PM, Norbert Hartl  wrote:

> I know there are few threads about Pillar these days. I'm sorry if I'm
> repeating another present question. What would be the best way to edit a
> pillar file in the image. Is there some nice rubric editor or the like
> where I can edit pillar syntax with highlighting? And has this something
> like the preview the class comment in pillar stuff offers?
>
> thanks,
>
> Norbert
>
>
>


-- 
www.tudorgirba.com

"Every thing has its own flow"


Re: [Pharo-users] Aio Plugin error

2015-05-04 Thread Demian Schkolnik
Hello all again. I updated the VM, but the error still appears. It appears
only the first time I run my tests. I DO have the latest version of
OSProcess-AIO. Any thoughts?
Thanks!

El vie., 1 de may. de 2015 a la(s) 6:38 p. m., Demian Schkolnik <
demianschkol...@gmail.com> escribió:

> Thank you phil & Davorin. I'll try using a newer VM and see how that works.
>
> El vie., 1 de may. de 2015 a la(s) 6:29 p. m., Davorin Rusevljan <
> davorin.rusevl...@gmail.com> escribió:
>
>> On Fri, May 1, 2015 at 11:54 PM, Demian Schkolnik <
>> demianschkol...@gmail.com> wrote:
>>
>>> Hi all!
>>> I get this strange error when executing some tests. What is it? I think
>>> It has something to do with OSProcess. I will be happy to give more
>>> information if needed.
>>> Thanks!
>>>
>>
>>
>> It tells you that you do not have AIO plugin
>>
>> davorin rusevljan
>> http://www.cloud208.com
>>
>


Re: [Pharo-users] Glamorous Toolkit questions

2015-05-04 Thread Sergio Fedi
>
> > - copying an URL with a smalltalk code from Sven's service for sharing
> code in Spotter will show you the code; on enter a playground is opened
> with that code (to try it out: http://ws.stfx.eu/57CRUZKXOUIO)
>
> Ah, I always wondered how to do that. Great!
>
> But, but, impossible to figure out yourself, maybe you guys need to make
> more screencasts, ...
>

The solution should be that the tools are more transparent and obvious
about what they can do, and the functionalitu they provide.

We shouldn't rely on the user to see an external resource prior to using
the tool.


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

2015-05-04 Thread Sergio Fedi
Done!​


Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Offray Vladimir Luna Cárdenas
May be the small icon of the glasses works better now that the print 
preview is not "polluting" the writing of code, but has a tooltip with 
glasses on it.


Cheers,

Offray

El 04/05/15 a las 15:25, Esteban Lorenzano escribió:

ahhh… is “print it”, not “print”… and it is correct like until I find something
better… because both are more or less same, but changes where they direct result
of execution :)


On 04 May 2015, at 21:57, Offray Vladimir Luna Cárdenas mailto:off...@riseup.net>> wrote:

At least in my Image they do. I send you an screenshot.

Cheers,

Offray

El 04/05/15 a las 01:48, Esteban Lorenzano escribió:



On 04 May 2015, at 03:00, Offray Vladimir Luna Cárdenas mailto:off...@riseup.net>
> wrote:

+1 to Sven and Norbert. I will integrate them to my app. By the way the
smallPrintItIcon and the smallDoItIcon look pretty similar, so some kind of
change would be nice.


they don’t:


maybe you are mistaken the images?



Good work,


thanks,

Esteban



Offray


El 30/04/15 a las 05:46, Sven Van Caekenberghe escribió:

Very nice and a super clean install procedure, I love it when things come
together !


On 30 Apr 2015, at 12:11, Esteban Lorenzano mailto:esteba...@gmail.com>
> wrote:

Hi,

I made a configuration to install the new Idea Icon Pack from configurations
browser for Pharo 4.
You can install it and then choose your new icon set in settings.

You can also manual install them by:

Gofer it
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
configurationOf: 'IdeaIcons';
loadStable.

ThemeIcons current: #IdeaUIThemeIcons asClass new.
“In Pharo 4, you might need to execute this”
AbstractNautilusUI resetIconCaches.

This icon pack works also for Pharo 3

If you lost it, here a couple of screenshots:























Re: [Pharo-users] [ANN] Idea icon pack now in Configuration Browser

2015-05-04 Thread Esteban Lorenzano

> On 05 May 2015, at 01:10, Offray Vladimir Luna Cárdenas  
> wrote:
> 
> May be the small icon of the glasses works better now that the print preview 
> is not "polluting" the writing of code, but has a tooltip with glasses on it.

no, because that’s the icon for “inspect” and what you see there is is 
playground specific: is showing the result and offering you the possibility of 
inspect it, yet the glasses. 

Esteban

> 
> Cheers,
> 
> Offray
> 
> El 04/05/15 a las 15:25, Esteban Lorenzano escribió:
>> ahhh… is “print it”, not “print”… and it is correct like until I find 
>> something
>> better… because both are more or less same, but changes where they direct 
>> result
>> of execution :)
>> 
>>> On 04 May 2015, at 21:57, Offray Vladimir Luna Cárdenas >> 
>>> >> wrote:
>>> 
>>> At least in my Image they do. I send you an screenshot.
>>> 
>>> Cheers,
>>> 
>>> Offray
>>> 
>>> El 04/05/15 a las 01:48, Esteban Lorenzano escribió:
 
> On 04 May 2015, at 03:00, Offray Vladimir Luna Cárdenas 
> mailto:off...@riseup.net>
> >
> > wrote:
> 
> +1 to Sven and Norbert. I will integrate them to my app. By the way the
> smallPrintItIcon and the smallDoItIcon look pretty similar, so some kind 
> of
> change would be nice.
 
 they don’t:
 
 
 maybe you are mistaken the images?
 
> 
> Good work,
 
 thanks,
 
 Esteban
 
> 
> Offray
> 
> 
> El 30/04/15 a las 05:46, Sven Van Caekenberghe escribió:
>> Very nice and a super clean install procedure, I love it when things come
>> together !
>> 
>>> On 30 Apr 2015, at 12:11, Esteban Lorenzano >> 
>>> >
>>> > wrote:
>>> 
>>> Hi,
>>> 
>>> I made a configuration to install the new Idea Icon Pack from 
>>> configurations
>>> browser for Pharo 4.
>>> You can install it and then choose your new icon set in settings.
>>> 
>>> You can also manual install them by:
>>> 
>>> Gofer it
>>> smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo40';
>>> configurationOf: 'IdeaIcons';
>>> loadStable.
>>> 
>>> ThemeIcons current: #IdeaUIThemeIcons asClass new.
>>> “In Pharo 4, you might need to execute this”
>>> AbstractNautilusUI resetIconCaches.
>>> 
>>> This icon pack works also for Pharo 3
>>> 
>>> If you lost it, here a couple of screenshots:
>>> 
>>> 
>>> 
>>> 
>> 
>> 
>> 
> 
> 
 
>>> 
>>>