textredux icon indicating copy to clipboard operation
textredux copied to clipboard

Text-based interfaces for Textadept

Results 8 textredux issues
Sort by recently updated
recently updated
newest added

File browser filters list by latin input, but doesn't ever respond on non-latin (e.g russian) one.

Hi! Is it possible to show file sizes in file browser aligned to the right of file names? In human-readable format like so: ``` ~/.textadept/modules/textredux/core : 8/8 items ../ buffer.lua...

Currently it's possible to "stack" open dialogs on top of each other. Would it be a good idea to only allow one open dialog at a time? Do you happen...

Got two questions on intended behavior. First, when switching between say the buffer list and some other buffer the current cursor position inside the buffer list will be reset (i.e....

Hi I have modified (https://github.com/loomer/.textadept/tree/master/modules/tr_fif) to create an unsorted list of all lines from all open buffers - and then filter exact matches (its near the end of the attached...

There files (sorted) : ``` $ ls -1 core buffer.lua filteredlist.lua indicator.lua init.lua list.lua style.lua ui.lua ``` when I type `lua`, I'd like to have all that files, **keeping the...

Can you confirm this error on the latest version of Textadept? `textadept_nightly_2022-10-10/init.lua:283: bad argument #2 to 'connect' (function expected, got nil)` Happens with the latest alpha as well. init.lua used...

The width of margin 2, the marker margin is based upon the width of margin 1, the line number margin. Which doesn't make much sense and results in it being...