Dominik Picheta
Dominik Picheta
Use Tab/Shift+Tab?
Menu command? You want to click twice each time you indent/dedent?
I have not seen a text editor designed for programming that does that yet, can you name some?
Hrm, I'm guessing this is either Linux or Windows-specific. I can't reproduce this on Mac OS X.
Ctrl+F supports style insensitive search already. I agree that "find in all files" would be a useful feature though.
This is more likely a bug with Nim's idetools than with Aporia.
@LB-- Aporia doesn't support stdin but your process is waiting for stdin input hence it freezes.
Possibly not flushed yet. On Sunday, 16 November 2014, LB-- [email protected] wrote: > @dom96 https://github.com/dom96 Shouldn't it at least display the > initial prompt, or has that not been flushed?...
I'm not sure what DeleteByIndent actually does?
Couldn't you just emulate a press of Shift+Tab when Backspace is pressed? I'm also now not certain I like the keeping of whitespace in empty lines, is it really that...