BasicPawn icon indicating copy to clipboard operation
BasicPawn copied to clipboard

[Feature Request] Notes Tab

Open dragokas opened this issue 4 years ago • 5 comments

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.

dragokas avatar Jun 05 '21 10:06 dragokas

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?

Timocop avatar Jun 05 '21 11:06 Timocop

No,

I mean the new tab here:

image

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).

dragokas avatar Jun 05 '21 13:06 dragokas

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 ...

dragokas avatar Jun 05 '21 13:06 dragokas

So a "Notes" tab to write notes in if i understand you correctly?

Timocop avatar Jun 07 '21 03:06 Timocop

Yeah, you are! That's more logical.

dragokas avatar Jun 07 '21 07:06 dragokas