Search found 22 matches
- 29.07.2024 01:55
- Forum: Issues solved
- Topic: Request for option to set any newly opened tab as current/active
- Replies: 7
- Views: 9611
Re: Request for option to set any newly opened tab as current/active
confirmed working correctly
- 29.07.2024 01:50
- 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: 8371
- 28.07.2024 14:13
- Forum: General - CudaText
- Topic: changed encoding
- Replies: 3
- Views: 7105
Re: changed encoding
So would it be possible for the prompt to include a cancel button to prevent it saving as UTF-8?
- 28.07.2024 14:08
- Forum: Lexers
- Topic: Synwrite lexer properties parser tab regular expression confined to a single line
- Replies: 3
- Views: 8898
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
- 28.07.2024 13:45
- Forum: General - CudaText
- Topic: opening cp1252 encoded text files occassionally replaces characters
- Replies: 5
- Views: 7462
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...
- 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: 8371
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.
- 28.07.2024 11:51
- Forum: Issues solved
- Topic: Request for option to set any newly opened tab as current/active
- Replies: 7
- Views: 9611
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...
- 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: 8371
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...
- 28.07.2024 07:04
- 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: 8371
Re: opening text file using command line parameters to line and column occassionally doesn't scroll the file for cursor
I'm using the 32 bit version, I'll have to download the 64 bit to test and confirm
- 28.07.2024 06:24
- Forum: General - CudaText
- Topic: cudatext editor window Windows API messaging support eg WM_PASTE, WM_COPY
- Replies: 3
- Views: 6609
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...