orbitalquark

Results 98 comments of orbitalquark
trafficstars

Thanks for the suggestion :)

Thanks for the report. The reST lexer really needs a refactor, and I'm not even sure significant newlines can be lexed properly since Scintillua doesn't always backtrack over newlines. Does...

Unfortunately, this is currently not supported by Scintilla (Textadept's editing component). For reference: https://groups.google.com/g/scintilla-interest/c/vPVto8c7tuo/m/_Ddln2Z0CAAJ

Thanks for sharing! Perhaps a link to a resource would be helpful for anyone trying to complete this.

It does help. Thanks for the info!

`buffer.indent` is the width (number of spaces) in a level of indentation, when the indentation is composed of spaces. `buffer.tab_width` is the width (number of spaces) in a level of...

Scintilla (the editor component Textadept uses) does not restore caret position as part of an "undo" operation. There has been some discussion on the mailing list regarding this, but nothing...

Thanks so much for your support! It's quite possible that the features you're asking about have been baked into the editor as options in the meantime. There are a couple...

Thanks for the report about some menu items being disabled. Settings are stored in *~/.textadept/init.lua*, which is empty by default: https://orbitalquark.github.io/textadept/manual.html#textadept The various settings and options available are covered throughout...

Textadept's process spawning is asynchronous, and when a process sends output to both stdout and stderr in a very short period of time, it becomes a matter of which gets...