-
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…
-
NPP allows to change theme from **Settings > Style Configuration** screen.
Seems like NppFTP uses its own styles, it doesn't use the theme style.
![screenshot 2016-06-19 18 24 16](https://cloud.gith…
ramiy updated
9 months ago
-
```
What steps will reproduce the problem?
1. const char * mimeDescription = NP_GetMIMEDescription();
2. ...
3. NPP_New(mime, ...)
What is the expected output? What do you see instead?
I expect the…
-
```
What steps will reproduce the problem?
1. const char * mimeDescription = NP_GetMIMEDescription();
2. ...
3. NPP_New(mime, ...)
What is the expected output? What do you see instead?
I expect the…
-
Recently I had a need to open (for reading) the default session file (`session.xml`) from a PythonScript.
Locating the file was tedious as I first had to figure out where it was.
PS currently ha…
-
```
What steps will reproduce the problem?
1. const char * mimeDescription = NP_GetMIMEDescription();
2. ...
3. NPP_New(mime, ...)
What is the expected output? What do you see instead?
I expect the…
-
```
What steps will reproduce the problem?
1. const char * mimeDescription = NP_GetMIMEDescription();
2. ...
3. NPP_New(mime, ...)
What is the expected output? What do you see instead?
I expect the…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
Last Notepad++ 6.8.9 version disrupts the CustomizeToolbar plugin., where the '…
-
Hello, I have two issues with image generation I am looking for advice on. Anytime I start an execution that involves a RUN_COMMAND that installs software via msiexec my build freezes at 55% before ev…
-
#312 introduced persistence of the console window. I think that code has problems.
---
Try this user startup.py:
```py
try:
startup_already_ran
print('NOT running startup th…