Search found 22 matches

by cydonia
28.07.2024 14:13
Forum: General - CudaText
Topic: changed encoding
Replies: 3
Views: 2898

Re: changed encoding

So would it be possible for the prompt to include a cancel button to prevent it saving as UTF-8?
by cydonia
28.07.2024 14:08
Forum: Lexers
Topic: Synwrite lexer properties parser tab regular expression confined to a single line
Replies: 3
Views: 3963

Re: Synwrite lexer properties parser tab regular expression confined to a single line

I have provided a screen shot attachment of Synwrite v6.41.2780 lexer properties parser tab that shows that a sample long regex does not wordwrap but is confined to a single line requiring the user to scroll using the horizontal scrollbar to only see portions of the regex
by cydonia
28.07.2024 13:45
Forum: General - CudaText
Topic: opening cp1252 encoded text files occassionally replaces characters
Replies: 5
Views: 2961

Re: opening cp1252 encoded text files occassionally replaces characters

I have been able to recreate the issue: Due to the autoconversion of cp1252 to UTF8 by cudatext when saving or autosave when unicode characters are present I don't always notice thats its encoded as UTF8 after removing the unicode characters and forget to convert to cp1252 If I create an ANSI text f...
by cydonia
28.07.2024 12:13
Forum: Issues solved
Topic: opening text file using command line parameters to line and column occassionally doesn't scroll the file for cursor to b
Replies: 9
Views: 3164

Re: opening text file using command line parameters to line and column occassionally doesn't scroll the file for cursor

I created a test text file and 3 batch files to illustrate but strangely these are behaving correctly, sorry I'll have to examine the scenario more closely and get back to you on this.
by cydonia
28.07.2024 11:51
Forum: Issues solved
Topic: Request for option to set any newly opened tab as current/active
Replies: 7
Views: 4150

Re: Request for option to set any newly opened tab as current/active

Using both my configured 32 bit version as well as a clean 64 bit install I have confirmed the scenario in which this behaviour occurs using a test file and batch file in windows 10 that causes the reported issue: when a file is opened without any flags via the commandline the file is opened in a ne...
by cydonia
28.07.2024 10:58
Forum: Issues solved
Topic: opening text file using command line parameters to line and column occassionally doesn't scroll the file for cursor to b
Replies: 9
Views: 3164

Re: opening text file using command line parameters to line and column occassionally doesn't scroll the file for cursor

I've installed cudatext-windows-amd64-1.214.6.4.zip and used the cudatext-w.zip cudatext.exe and py/cudatext.py and tested and found the following: When a file is opened via commandline to a particular line and column that although the cursor is located on the correct line and column but the last li...
by cydonia
28.07.2024 06:24
Forum: General - CudaText
Topic: cudatext editor window Windows API messaging support eg WM_PASTE, WM_COPY
Replies: 3
Views: 2543

Re: cudatext editor window Windows API messaging support eg WM_PASTE, WM_COPY

A method that I successfully used with EditPadPro7 was using Findwindow API and the class TEditPadProEditorMain and enumerating child windows to get the editor window handle With Cudatext I can find the application window by caption (or partial caption with more apis) and tried enumerating child win...