My wishlist (IDE, various)

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Al_the_dutch
User
User
Posts: 70
Joined: Mon Nov 11, 2013 11:07 am
Location: Portugal

My wishlist (IDE, various)

Post by Al_the_dutch »

Hi,

I have worked for a year with PureBasic now and I like it a lot. I got some wishes for the IDE and the documentation.

IDE I. Search and Replace: It would be nice if you can
- Replace within a selection without having to use "Replace all". If you do "Find" the selection disappears after the first find.
- Choose to do your action in all the opened files (prompted) and not just in the current file
- Use wildcards

IDE II. Procedure list. It would be nice if
- The current procedure (where your cursor is) is highlighted green or bold. The blue highlighting remains usefull.
- You can view it sorted by name too

Documentation: I would like all the code examples to be with Enable Explicit. And syntax too: Result.l = ...()

Thx!
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: My wishlist (IDE, various)

Post by Danilo »

Al_the_dutch wrote:IDE II. Procedure list. It would be nice if
[...]
- You can view it sorted by name too
See Preferences > ToolsPanel > Procedure Browser:
[X] Sort Procedures by name

It is there, but I would make it more accessible. Right-click menu or small icon to change sorting order quickly.
Post Reply