BasicPawn
BasicPawn copied to clipboard
[Feature Request] Notes Tab
Hi,
I think It would be useful to have a ~~"Debug"~~ "Notes" Tab at the bottom pane (next to "Bookmarks" Tab) for service purposes.
Time to time, it's handy to temporarily copy some data, switch to various tabs, and always have access to that copied data. So, debug Tab could be convenient place to paste and temporarily store there various buffer.
Im a little confused with this request.
Do you mean like #define-like behavior via UI? Also what type of data do we speak of here?
No,
I mean the new tab here:

to be able to paste or print there anything I want.
So, when you navigate code or switching between sp tabs, you can always have an access to that data.
Imagine, you need to "remember" 2 names of variables and paste them somewhere in code. So, you copy that names to Debug window, switch tabs, navigate code, take those name from Debug window in Clipboard again, and past where you need. Later, you need those data again, and it is always located in your hands (no need to open separate Notepad++ and hold temporarily data there).
Actually, "Debug" - is just arbitrary name. I called it that way, because I used to use "Debug" console in other IDE's for that purposes - to be able to paste arbitary data there. But, maybe in future you may find for it more suitable functionality to add, like in VB6 or VBA, those window is used to execute some command by pressing ENTER button ...
So a "Notes" tab to write notes in if i understand you correctly?
Yeah, you are! That's more logical.