Good news...
Posted: 07.06.2020 09:42
... some more suggestions Nothing of the following is really important, just some ideas.
1. I am not sure how the tabs in the switch-tab dialog are sorted but whatever sort order there may be I find it not very intuitive. For me it would be perfect if there was an option to order the lines in the dialog the same as the actual tab order (ie first line in dialog is left-most tab, second line is left-most+1, ..., last line is right-most).
2. How can I edit a .cuda-session file from the command line? If I start cudatext with "cudatext test.cuda-session" this just loads the files in the session. Would a command-line option make sense? (It's possible to load a .cuda-session file via File>>Open... so it's not that important.) EDIT: Perhaps a better idea is to add an Edit file... command to the Session plugin... I could do that on my own.
3. An idea for the Lua lexer, although it may be usable for other, similar lexers as well. There is probably some work involved so see this as a modest suggestion for some future expansion. Like Cud, AkelPad has a Lua lexer and this lexer has a nice way of highlighting Lua syntactical blocks (keywords like function if then else end etc.), see the short video here: https://imgur.com/a/Qqa5WPx . I think that Cud has all (or almost all) the required information as this is a prerequisite for the code folding but I have no idea how hard it would be to implement this sort of thing.
Just an
And thanks @Alexey for the lexer line length thing... it always amazes me how fast you do these things.
1. I am not sure how the tabs in the switch-tab dialog are sorted but whatever sort order there may be I find it not very intuitive. For me it would be perfect if there was an option to order the lines in the dialog the same as the actual tab order (ie first line in dialog is left-most tab, second line is left-most+1, ..., last line is right-most).
2. How can I edit a .cuda-session file from the command line? If I start cudatext with "cudatext test.cuda-session" this just loads the files in the session. Would a command-line option make sense? (It's possible to load a .cuda-session file via File>>Open... so it's not that important.) EDIT: Perhaps a better idea is to add an Edit file... command to the Session plugin... I could do that on my own.
3. An idea for the Lua lexer, although it may be usable for other, similar lexers as well. There is probably some work involved so see this as a modest suggestion for some future expansion. Like Cud, AkelPad has a Lua lexer and this lexer has a nice way of highlighting Lua syntactical blocks (keywords like function if then else end etc.), see the short video here: https://imgur.com/a/Qqa5WPx . I think that Cud has all (or almost all) the required information as this is a prerequisite for the code folding but I have no idea how hard it would be to implement this sort of thing.
Just an
And thanks @Alexey for the lexer line length thing... it always amazes me how fast you do these things.