You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
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.