Hi Andrey, questions about commands in CudaExt plugin:
Previous/Next changed/saved lines is obvious, but what is working lines?
What does Reindent Selected Lines do?
In the readme there is no mention of MarkAll/CountAll/FindFirst(w/o dialog)/FindPrevious(w/o dialog)/FindNext(w/o dialog)/Replace&Find(w/o dialog)/Replace&Stay(w/o dialog)/ReplaceAll(w/o dialog). The functions are obvious, but what is the source/target? Is it the word under the cursor, or the current selection, or the clipboard contents, or something else?
CudaExt Commands
1. "Reindent Selected Lines" changes count of heading spaces into selected lines.
Can you propose more clear name for the command?
2. "MarkAll/CountAll/FindFirst(w/o dialog)/FindPrevious(w/o dialog)/FindNext(w/o dialog)/Replace&Find(w/o dialog)/Replace&Stay(w/o dialog)/ReplaceAll(w/o dialog)"
All these names are commented in install.inf. The commands were planed but not released yet.
Can you propose more clear name for the command?
2. "MarkAll/CountAll/FindFirst(w/o dialog)/FindPrevious(w/o dialog)/FindNext(w/o dialog)/Replace&Find(w/o dialog)/Replace&Stay(w/o dialog)/ReplaceAll(w/o dialog)"
All these names are commented in install.inf. The commands were planed but not released yet.
CudaText 1.163, TC9.51x32, Win10x64(1920x1080)
Thank you.Alexey wrote:WOrking lines == any non default state of lines
The name is fine, but the command doesn't seem to do anything. The dialog box gives the examples "2b", ".." and "t", but when I use any of those, or "4b" or other, nothing changes. It is as though the command just doesn't do anything (using 64-bit version, if that makes any difference.)kvichans wrote:1. "Reindent Selected Lines" changes count of heading spaces into selected lines.
Can you propose more clear name for the command?
Ah, yes, sorry. These aren't active yet.2. "MarkAll/CountAll/FindFirst(w/o dialog)/FindPrevious(w/o dialog)/FindNext(w/o dialog)/Replace&Find(w/o dialog)/Replace&Stay(w/o dialog)/ReplaceAll(w/o dialog)"
All these names are commented in install.inf. The commands were planed but not released yet.
Pls more detailsqwerky wrote:The name is fine, but the command doesn't seem to do anything. The dialog box gives the examples "2b", ".." and "t", but when I use any of those, or "4b" or other, nothing changes. It is as though the command just doesn't do anything (using 64-bit version, if that makes any difference.)kvichans wrote:1. "Reindent Selected Lines" changes count of heading spaces into selected lines.
Can you propose more clear name for the command?
CudaText 1.163, TC9.51x32, Win10x64(1920x1080)
Okay, now it make sense what it is supposed to do--you must enter the current indent step, and the replacement step. However, it seems to have a problem:kvichans wrote:Pls more details
1. Have three lines selected, have tab stops set to two spaces, and to use spaces
2. Indent the selected lines twice (four spaces)
3. Reindent: set old step to 2b, set new step to either t (tab), or 4b, then enter
Result: the existing four spaces are changed to two tabs (correct), or to eight spaces (correct), but the first character of each line has been deleted. Use Undo, and the first character of each line reappears.