3P
3P copied to clipboard
🐞Bugs: max-close, go to def, toggle progress
Description of the Issue
- The maximized and close buttons for the options dialog has checkered filled icons.
- Go to definition does not work. [Repro-Steps] Open a CPP file in a folder containing a C++ project. Select a function name being called in another function. Select "Go to Definitions.
- Toggles Current File as Progress removes syntax coloring, and when the option is selected again, the coloring remains removed. [Repro-Steps] Open a CPP file. Select Toggles Current File as Progress. Text color changes. Now select the option again. The color does not come back to original format. See snapshots for details.
Expected Behavior
- Expect dialog box to display standard windows close and maximize icons.
- It should either jump to where the function is declared in the header (*.h) file, or where the function is implemented in the *.cpp file.
- When Toggles Current File as Progress is toggled off, the original syntax color should return. See snapshots for details.
Actual Behavior
-
- Jumps to a few spaces behind the first placed the function is called from a previous function.
- Original syntax color does not return no matter how many times Toggles Current File as Progress is selected. Have to restart NPP to get color back.
Snapshots
Before Progress
After Progress and after Progress is toggled off.
Environment:
3P Version: v1.8.8 x64 OS: Windows 11 Notepad Version: v8.5.7 (64bit) C++ project : https://github.com/Axter-com/SQLiteClassBuilder
The first point is probably related to this issue: https://github.com/jcaillon/3P/issues/86