Search found 136 matches

by vha
16 Dec 2024 17:29
Forum: Bugs
Topic: FIXED: Send mail fails
Replies: 1
Views: 1159

FIXED: Send mail fails

Sending a mail after an exception of TextEd fails with error "ERROR: SSL negotiation failed"

vha
by vha
10 Dec 2024 08:14
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 9493

Re: Version 16.35 beta 1/beta 2/beta 3

Same for me: no issues anymore for me

vha
by vha
03 Dec 2024 11:33
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 9493

Re: Version 16.35 beta 1/beta 2/beta 3

Sorry, but I think it's not fixed. I reproduce it by launching TextEd on one screen and opening several files using dual view. Then I switch to another application (e.g. browser) on anther screen during 10 minutes or more. After that, I click the close button (without first switching to/activating T...
by vha
03 Dec 2024 09:39
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 9493

Re: Version 16.35 beta 1/beta 2/beta 3

Here you have it

vha
by vha
02 Dec 2024 09:48
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 9493

Re: Version 16.35 beta 1/beta 2/beta 3

Here you have one where I had to click twice to close TextEd

vha
by vha
25 Nov 2024 11:40
Forum: Bugs
Topic: FIXED: 3x click on last line
Replies: 1
Views: 1205

FIXED: 3x click on last line

If the last line of a file does not end with a CRLF, clicking 3 times somewhere in the line does not select the whole line

vha
by vha
26 Jun 2024 09:40
Forum: Bug reports
Topic: FIXED: [16.25b1] Undo bug
Replies: 1
Views: 1509

FIXED: [16.25b1] Undo bug

- have following text

Code: Select all

aaa
bbb
ccc
- select aaa, CTRL-C
- switch to column mode
- put the cursor between the 1st and 2nd b on the 2nd line
- SHIFT-LEFT to select the 1st b
- CTRL-V -> bbb becomes aaabb
- CTRL-Z -> aaabb becomes abb instead of bbb

vha
by vha
26 Jun 2024 07:39
Forum: Bug reports
Topic: [16.25b1] Keyboard shortcuts disappearing
Replies: 2
Views: 1725

Re: [16.25b1] Keyboard shortcuts disappearing

Switch back = click the main window

But I can't reproduce it here anymore either...


vha
by vha
21 Jun 2024 15:47
Forum: Bug reports
Topic: [16.25b1] Keyboard shortcuts disappearing
Replies: 2
Views: 1725

[16.25b1] Keyboard shortcuts disappearing

- CTRL-F to open the non-modal search window
- Switch back to TextEd
- CTRL-F again to open the non-modal search window

-> ALT-shortcuts in the dialog box are gone

vha
by vha
20 Jun 2024 14:30
Forum: Bug reports
Topic: FIXED: [16.25b1] Non-modal search & focus
Replies: 1
Views: 1463

FIXED: [16.25b1] Non-modal search & focus

- Select a word
- CTRL-F to open the non-modal search window
- ENTER to find the next instance
- ESC to close the search window
- F3 does nothing (focus is not returned to TextEd)

vha
by vha
19 Jun 2024 09:09
Forum: Bugs
Topic: FIXED: [16.21] Undo bug
Replies: 2
Views: 1952

FIXED: [16.21] Undo bug

Have following code:

Code: Select all

Hello
"Hello"
Put the cursor on the 1st line
CTRL-C to copy the whole line to the clipboard
Double click the Hello on the 2nd line to select the word
CTRL-V
CTRL-Z --> the 2nd double quote is missing

vha
by vha
10 Jun 2024 07:16
Forum: Questions
Topic: Indent lines
Replies: 5
Views: 3095

Re: Indent lines

I changed the color and it looks better now

tx, vha
by vha
10 Jun 2024 07:12
Forum: Questions
Topic: Indent lines
Replies: 5
Views: 3095

Re: Indent lines

I already have line width set to 1, and show "as dotted"

vha
by vha
07 Jun 2024 15:47
Forum: Questions
Topic: Indent lines
Replies: 5
Views: 3095

Re: Indent lines

Check the attachment: left one is TextEd, right one is VsCode

vha
by vha
31 May 2024 08:17
Forum: Questions
Topic: Indent lines
Replies: 5
Views: 3095

Indent lines

Is it possible to make the indent lines smaller (as e.g. in Visual Code)?

Tx, vha