Results 12 issues of Vince

### Description of the Issue First off great plugin-in, I use it all the time developing on Linux but using N++ on Windows. Right-click on a file in the NppFTP...

enhancement

Using antenna profiles and directional antennas for RFPipe model, I'm able to close a link when I apply the correct pointing angles for both nodes: node-1(NEM1) -->

### Description of the Issue The keyword `define` (used as `#define`) and `include` (used as `#include`) in C/C++ files is missing from the 'autoCompletion/c.xml' and 'autoCompletion/cpp.xml' files. The keyword `#define`...

language-support

### Description of the Issue Somewhat related to #10061, but this dealing with background vs foreground coloring. Not using Dark Mode, just a dark theme (Obsidian), the Function List highlight,...

### Description of the Issue Folder as Workspace dialog does not process the `ESC` key. It should - like Function List for example, switch focus from FAW back to the...

I have: ```csharp public void OnNotification(ScNotification notification) { if (notification.Header.Code == (uint)SciMsg.SCN_UPDATEUI) { if ((notification.Updated & (uint)SciMsg.SC_UPDATE_V_SCROLL) == (uint)SciMsg.SC_UPDATE_V_SCROLL) { ... ``` Trying to match if the notification [`updated` field...

**Is your feature request related to a problem? Please describe.** When now using the new full tree mode, and having a long list of files / folders, when I use...

I'm testing latest pre-release Notepad++ 64-bit dev builds and find an issue with this commit: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/bb278b26fc9a772242e702d2fac40c18c6cc21b9 Using the latest 8.8 NppExec, the `NPP_OPEN` command does not seem to work for...

I see the new experimental menu search feature. Is the intent to make is something like: https://github.com/peter-frentrup/NppMenuSearch If so, I think this plugin could be the closest to "universal search"...

enhancement

The new Scintilla upgrade [changes how external lexers](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/121a396bf0917b97c3776c88dabbf0a14b80a1b2) are imported and configured. When using PythonScript 3.0.13 with Notepad 8.3.3 latest dev build, I no longer get file links in the...