I tend to like to document some things in a separate document, but still contained in the project directory. Think of it as a simple scratch pad, or notes that aren't really comments about specific code.
In the case of B4X it's simple to put a notes.txt in the project dir and then use Sublime Text or whatever to edit it. But considering that B4X works with text, it kind of makes sense to allow editing of said file from within the IDE.
So I propose to add editing support for text files that are not code. My best guess is that the simplest way to handle this would be to simply create a new # directive, for instance #IGNORE. That way we could add a new code module (for instance) and start the file with #IGNORE and then happily type away without the IDE trying to parse or use what's in the file.
In the case of B4X it's simple to put a notes.txt in the project dir and then use Sublime Text or whatever to edit it. But considering that B4X works with text, it kind of makes sense to allow editing of said file from within the IDE.
So I propose to add editing support for text files that are not code. My best guess is that the simplest way to handle this would be to simply create a new # directive, for instance #IGNORE. That way we could add a new code module (for instance) and start the file with #IGNORE and then happily type away without the IDE trying to parse or use what's in the file.