Opening ~/ and low priority commands
Neil Hodgson <[email protected]> Fri, 24 Nov 2023 03:16:15 -0800 (PST)
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Open Selected Filename now works with paths that start with ~/ referencing the user's home directory. https://sourceforge.net/p/scintilla/feature-requests/1504/ On Windows, external commands can be executed with lower than normal priority with the "lowpriority" command.mode option like: command.name.3.*.bat=Low Priority Execute command.3.*.bat="$(FileNameExt)" command.mode.3.*.bat=lowpriority:yes I often run multi-process and multi-threaded check builds and lints which are quite heavy and take a long time to run so this option keeps the system a bit more responsive to interaction while running. This wasn't implemented on Unix as the 'nice' command is easy to use, unlike Windows 'start' which has side effects. If anyone wants to implement an equivalent for Unix, it can be added. The committed changes can be examined either in the repository: hg clone http://hg.code.sf.net/p/scintilla/scite or from https://www.scintilla.org/scite.zip Source https://www.scintilla.org/wscite.zip Windows executable (64-bit) Neil -- You received this message because you are subscribed to the Google Groups "scite-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/bd244fd3-9f6c-4297-a1bb-1f0cf68aa4a7n%40googlegroups.com.