Search found 10 matches

by Layerprogg
02.05.2024 07:39
Forum: General - CudaText
Topic: External Tools Plugin- get rid of control characters
Replies: 3
Views: 2104

Re: External Tools Plugin- get rid of control characters

I found it. There is a compile switch --no-color in the arduino-cli command which disables the colored output.
Thank you Alexey
by Layerprogg
02.05.2024 07:31
Forum: General - CudaText
Topic: External Tools Plugin- get rid of control characters
Replies: 3
Views: 2104

Re: External Tools Plugin- get rid of control characters

Hi,
i found it by myself, these are codes for coloured output.
Not a problem that can be solved by the External Tool Plugin
by Layerprogg
02.05.2024 07:17
Forum: General - CudaText
Topic: External Tools Plugin- get rid of control characters
Replies: 3
Views: 2104

External Tools Plugin- get rid of control characters

Hi, i use the External Tools Plugin for compiling Arduino source code.
It works, but control characters are displayed in the output window.
I tried different encodings (UTF8 in the screenshot) but couldn't get rid off these annoying control characters.
What can i do?
best regards, Jost
by Layerprogg
09.11.2023 10:34
Forum: General - CudaText
Topic: Align inline comments to a certain column
Replies: 17
Views: 1310

Re: Align inline comments to a certain column

Hurray, that's it. Thank you very much
by Layerprogg
09.11.2023 10:14
Forum: General - CudaText
Topic: Align inline comments to a certain column
Replies: 17
Views: 1310

Re: Align inline comments to a certain column

Perhaps i didn't say it clear enough. For me there are two numbers of interest: 1st: the column number to which the comments should be aligned. 2nd: a column number that says: ignore this line if a comment starts to the left of this column. For my example this means: Align all comments to column 80 ...
by Layerprogg
09.11.2023 09:48
Forum: General - CudaText
Topic: Align inline comments to a certain column
Replies: 17
Views: 1310

Re: Align inline comments to a certain column

Hi Alexey, works! But there should be a treshold value for the algorithm. All existing comments left of that threshold value should be ignored. Example: I often use a little comment at the end of a switch command to better identify the ending parenthesis. I don't want this comment to be aligned with...
by Layerprogg
03.11.2023 14:41
Forum: General - CudaText
Topic: Align inline comments to a certain column
Replies: 17
Views: 1310

Re: Align inline comments to a certain column

Hi Alexey, as i noticed donation is buying a license of "Universal Viewer". I just bought a license, (order number: 29674694)
by Layerprogg
24.10.2023 12:51
Forum: General - CudaText
Topic: Align inline comments to a certain column
Replies: 17
Views: 1310

Re: Align inline comments to a certain column

Review is a problem for me, i can make a donation. Let me say 50 EUR.
by Layerprogg
18.10.2023 07:01
Forum: General - CudaText
Topic: delete_line_if_no_sel
Replies: 1
Views: 359

delete_line_if_no_sel

Hi,
I would find it helpful, if there was such an option i could choose. It should work as "copy_line_if_no_sel".
Then i can delete a line with a easy Ctrl-X
best regards, Josef
by Layerprogg
18.10.2023 06:12
Forum: General - CudaText
Topic: Align inline comments to a certain column
Replies: 17
Views: 1310

Re: Align inline comments to a certain column

Thank you for the suggestions.
I'll try, although I'm not the great programmer.