Page 1 of 1

IDE procedure browser

Posted: Thu May 17, 2012 2:31 pm
by michel
Hi Fred,

It would be fine to have the possibility to view the procedure list either in the logical order, or in an alphabetical sorted list
More a program grows, more this would help.
kind regards

michel

Re: IDE procedure browser

Posted: Thu May 17, 2012 4:33 pm
by Tenaja
michel wrote:Hi Fred,

It would be fine to have the possibility to view the procedure list either in the logical order, or in an alphabetical sorted list
More a program grows, more this would help.
kind regards

michel
+1

Re: IDE procedure browser

Posted: Thu May 17, 2012 5:05 pm
by skywalk
Preferences -> ToolsPanel -> Select Procedure Browser -> Configuration - Procedure Browser -> Un/Check Sort Procedures by name :wink:

Re: IDE procedure browser

Posted: Thu May 17, 2012 5:23 pm
by Tenaja
That is much too laborious for an option that one would need to change instantaneously.

Re: IDE procedure browser

Posted: Thu May 17, 2012 5:26 pm
by michel
absolutely correct, I have in mind a button above the list so that the user can alternate between alphabetical and logical order

michel

Re: IDE procedure browser

Posted: Thu May 17, 2012 5:51 pm
by skywalk
I see :?: The original post was not explicit.
Maybe edit the post to say "One Button Procedure Browser Order".
Laborious or not, the functionality currently exists.

One way, would be to have a simple code tool that edits the preferences file and re-applies the preferences.
I don't know if the preferences can be re-applied after the IDE is open?
C:\Users\YourUserNameHere\AppData\Roaming\PureBasic\PureBasic.prefs wrote:[ProcedureBrowser]
Sort = 2 ; Alphabetical
;Sort = x ; ? whatever you want