cshnik
cshnik
> > Do we need to make Notepad2e itself provide details on his locked file (looks useless since it almost never use exclusive file lock) > > I don't want...
Please consider the following: 1. Switching of the EOL mode is made in two steps: I. Modification of the internal EOL flag (``SCI_SETEOLMODE`` message). II. Applying the EOL flag (``SCI_CONVERTEOLS``...
I was able to reproduce the same behavior using SciTE 4.2.0 (Jul 5 2019). However, in this tool EOL mode is splitted up into 2 different menu commands: 1. "Line...
I made few additional tests and found specified behavior is expected. Please consider the following: 1. Enable "Show Line Endings" option (Ctrl+Shift+9) and repeat all the steps. 2. Now it...
@Anton-V-K Please consider the following: 1. Dynamic graphics scaling for UI controls (when using pixel images for buttons/toolbars) is not a good practice since it does not allow to provide...
1. Optimization for size allow to decrease binary size for ~300KiB. You've already decided not to use this option by default. 2. Switching to "Multi-threaded DLL" runtime library (/MD option)...
> > n2e_SelectionEditIsVisibleOnScreen() > > What is this check for? ``n2e_SelectionEditIsVisibleOnScreen()`` will check if there are any visible entries (related to Edit mode) on current page. 1. If there are...