Vitaliy Dovgan
Vitaliy Dovgan
> happy user of Find in Lines, so my incremental search is always via external plugin… Did you mean "Find in Files"? I did not seem to find "Find in...
What is the component that contains all the TATSynEdit controls and the corresponding tabs? Probably the same component also contains the vertical toolbar (or whatever its name is - it's...
I should say I still can't catch the moment when the main window is initially shown. The method `TfmMain.FormShow`, despite of its name, actually does not show the main window...
Hello? I suppose something similar to the following should be possible, no? -- ``` if terminus_console_is_been_using_for_build_output(): use_ctrl_and_page_keys_for_scrolling() ```
Here is a test script. In its current form it takes around 1 second to complete, but once you change the very first line to `npe_console local -- m+`, it...
Seems to be a mistake in Notepad++'s code for NPPM_RELOADFILE. Now it always return TRUE, whereas I was expecting it to return either TRUE on success or FALSE of failure....
Yes, I think so.
The https://github.com/dzhibas/SublimePrettyJson/pull/184 fixes it as well.