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
IDE procedure browser
Re: IDE procedure browser
+1michel 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
Re: IDE procedure browser
Preferences -> ToolsPanel -> Select Procedure Browser -> Configuration - Procedure Browser -> Un/Check Sort Procedures by name 

The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Re: IDE procedure browser
That is much too laborious for an option that one would need to change instantaneously.
Re: IDE procedure browser
absolutely correct, I have in mind a button above the list so that the user can alternate between alphabetical and logical order
michel
michel
Re: IDE procedure browser
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?

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
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum