Pistos
Pistos
Have a setting where you can set a maximum number of files (buffers) opened. Once reached, opening a new file would close the least-recently-opened file. (FIFO). Or perhaps auto-close by...
For example, when editing `.vue` files, make commenting and uncommenting sensitive to whether you're editing the `` or the `` or the ``.
Create some sort of Diakonos extension system which leverages the Internet so that people can browse, choose and install extensions from within Diakonos. Developers should be able to submit extensions...
A way to search and replace multiple regexp => replacement pairs at once. Useful for replacing a word with multiple cases. ``` ruby { /car/ => 'truck', /Car/ => 'Truck',...
Probably using a highlight of the first column. But other display alternatives might be better.
Options: - always - never - when at first non-whitespace character of the current line
When grepping-as-you-type, the interface locks up after each keystroke. Make the grep asynchronous, so this UX problem doesn't occur. Use a spinner or something, perhaps. Make it apply to all...
STR: 1. Open a file 2. Position the cursor somewhere specific 3. Make an external change to that file (outside of Diakonos) 4. Type a letter or some other character...