alankilborn

Results 817 comments of alankilborn

Should have been listed in the "What's Changed" section for the release, but wasn't. :-( https://github.com/bruderstein/PythonScript/releases/tag/v3.0.20

Maybe something like this?: ![image](https://github.com/notepad-plus-plus/notepad-plus-plus/assets/77065706/9ce5be30-5817-4d66-9570-236ecb0e3741)

Still a problem, as of today, in version: 3.0.21.0. :-(

I had forgotten that N++ does have the [NPPN_SNAPSHOTDIRTYFILELOADED](https://npp-user-manual.org/docs/plugin-communication/#1018nppn_snapshotdirtyfileloaded) message which maybe could solve this issue, but some testing I did a bit ago indicates that PythonScript has some trouble...

>Lock/Unlock All to the Right That functionality seems like it might be "enough", and is easily scripted: ```py from Npp import * curr_view = notepad.getCurrentView() curr_index = notepad.getCurrentDocIndex(curr_view) for (pathname,...

To use the script above with PythonScript 3.0.23 or later (implying Notepad++ 8.8.2 or later), `MENUCOMMAND.EDIT_SETREADONLY` will need to be changed to `MENUCOMMAND.EDIT_TOGGLEREADONLY`.

I've noticed that if you uncheckmark the _Append extension_ checkbox in the _Save As_ dialog box, it will remember that state, and every time after that, when you do a...

Suggest using a PythonScript plugin based solution as discussed here: https://community.notepad-plus-plus.org/post/73841 as this plugin allows direct support via `notepad.hideTabBar()` and `notepad.showTabBar()` functions.

These seem like very reasonable requests...but...this behavior is governed by Scintilla (I don't know if these items are "configurable" things for the Scintilla implementation).

@anthonyleestark > I think it's completely OK, even N++ uses a modified version of Scintilla, not the original one. Not OK, see https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16566#issuecomment-2888950835