I just thought of a couple more things, I hope other people would find useful if they are implemented..
Hopefully these two would only take minor edits to do, but then again, I don't know what goes into maintaining this stuff!
Apologies if any of this has been addressed by past questions, etc. Hope its not a tiring rehash a.k.a OOP requests
1) I think it would be useful if, when you decide to change the name of a variable, procedure, or whatever, the IDE picks up on the fact you changed it and asks you if you would like to refactor your source code to update all occurrences of the old name, to the new name.
This would be very useful if I decided to rename something that is referenced in a dozen different spots, across a dozen project files! It can work equally well whether your use a Single file, or a handful of files in a Project by using file Include statements as a guide for what files to check in addition to the currently open source file.
2) Has anyone ever brought up block comments? I really miss having the ability to write huge blocks of commented text with simple Open/Close symbols like are available in a lot of other languages. I realize not every language allows for block comments but I was wondering if there is any specific reason PB does not offer this. I will probably start a new thread to ask if there are workarounds for this via some IDE plugin/tool or other method. But just thought I would ask about this too.