dail8859

Results 249 comments of dail8859

FYI: The Notepad++ API provides [`NPPM_SAVECURRENTSESSION`](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/854acae4a1f149624aba0d4637f9fa50c3d49a1e/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h#L79) and [`NPPM_LOADSESSION`](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/854acae4a1f149624aba0d4637f9fa50c3d49a1e/PowerEditor/src/MISC/PluginsManager/Notepad_plus_msgs.h#L140) which works independently of Notepad++'s built in session saving. In *theory* it should be as simple as: 1. Before restart, save the...

@chcg You would have to ask Don about it.

What about SCI_GRABFOCUS? Guessing this would be something like `editor.grabFocus()` in PythonScript?

Definitely a good idea. I use this kind of feature alot when searching in a web browser :) > Also potentially have a setting to only enable this feature for...

Does it do it for all files? Ones of a certain type (e.g. XML, Python, etc)? Different sized files? (Large files are likely a performance issue)

I don't use Mac at all so hopefully someone else can help troubleshoot.

I know you opened this a while ago but I did see it and have given it some thought. The reason being that in some of the examples above, this...

I think the `macos-latest` was updated and is not able to compile Qt 5.15 as easily. MacOS + Qt 5.15 will probably be dropped unless someone can get the GH...

@SimLV Definitely appreciate the PR and nice to see people interested in developing the application more. My schedule is pretty erratic so I'll try to get to this when I...

So would you care to describe this new functionality in a few sentences from a _user's_ perspective? E.g. describe a use-case were they would use it, what can they expect...