[Pharo-project] How i can sorting category in the system browser
Hi, a stupid question: i work with: Pharo-1.0 Latest update: #10517 I'm interested to sorting the category in the system browser based on the relative name. In the browser i select the menu command reorganize category but don't do anything. Any idea ? Thank, Dario
This is a bit shitty for me. You can try to evaluate: "Smalltalk organization sortCategories." Or....from OB right click, "Reorganize category" as you said...but you should see in the code panel all the list of categories...then you can reorder by hand and save it (I think, maybe I am wrong) cheers mariano On Fri, Sep 24, 2010 at 3:22 PM, Dario Trussardi <dario.trussardi@tiscali.it
wrote:
Hi,
a stupid question:
i work with:
Pharo-1.0 Latest update: #10517
I'm interested to sorting the category in the system browser based on the relative name.
In the browser i select the menu command reorganize category but don't do anything.
Any idea ?
Thank,
Dario _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi Dario, If you update OB, you will find the command 'promote category'. I personally cannot use OB without it. Alexandre On 24 Sep 2010, at 09:22, Dario Trussardi wrote:
Hi,
a stupid question:
i work with:
Pharo-1.0 Latest update: #10517
I'm interested to sorting the category in the system browser based on the relative name.
In the browser i select the menu command reorganize category but don't do anything.
Any idea ?
Thank,
Dario _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I've noticed, that if you only have some to sort, you can just drag the categories. The category being dropped gets insert under the one you've dropped it. I'm using Pharo 1.1 for this ... Regards, Bart On Fri, Sep 24, 2010 at 4:31 PM, Alexandre Bergel <alexandre@bergel.eu>wrote:
Hi Dario,
If you update OB, you will find the command 'promote category'. I personally cannot use OB without it.
Alexandre
On 24 Sep 2010, at 09:22, Dario Trussardi wrote:
Hi,
a stupid question:
i work with:
Pharo-1.0 Latest update: #10517
I'm interested to sorting the category in the system browser based on the relative name.
In the browser i select the menu command reorganize category but don't do anything.
Any idea ?
Thank,
Dario _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- imagination is more important than knowledge - Albert Einstein Logic will get you from A to B. Imagination will take you everywhere - Albert Einstein Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning. - Albert Einstein The true sign of intelligence is not knowledge but imagination. - Albert Einstein However beautiful the strategy, you should occasionally look at the results. - Sir Winston Churchill It's not enough that we do our best; sometimes we have to do what's required. - Sir Winston Churchill
participants (4)
-
Alexandre Bergel -
Bart Gauquie -
Dario Trussardi -
Mariano Martinez Peck