Search found 134 matches

by vha
23 Sep 2025 15:09
Forum: Bugs
Topic: [16.45] Crash in Text Compare mode
Replies: 0
Views: 4995

[16.45] Crash in Text Compare mode

- Open a 1st file in the left pane
- Open a 2nd file in the left pane
- Right click the tab of the left file
- Select Text Comparison/Compare with right document
- Click somewhere in the right pane to select the 2nd file
- Click the x in the tab of the left pane to close the file (while still in ...
by vha
23 Sep 2025 14:58
Forum: Bugs
Topic: [16.45] Search issue
Replies: 2
Views: 10881

[16.45] Search issue

- have following text aaa
bbb
ccc - cursor at the end of "ccc"
- CTRL-F, text to search: aaa
-> popup: "Could not find the string: aaa" although "aaa" is highlighted

Is seems the popup is displayed if the text to find is before the current cursor position in the file


vha
by vha
18 Sep 2025 16:33
Forum: Bugs
Topic: [16.45] ESC doesn't close the Find dialog box
Replies: 0
Views: 5292

[16.45] ESC doesn't close the Find dialog box

- Non modal search window
- F3
- Enter text to find, ENTER
- Text found is highlighted
- ESC to close the dialog box doesn't work anymore

vha
by vha
17 Jul 2025 10:12
Forum: Bugs
Topic: FIXED: [16.42] BUG: Lines disappearing
Replies: 5
Views: 15444

FIXED: [16.42] BUG: Lines disappearing

when editing a file (.txt, .cpp) and saving it, the lines at position 201, 402, 603, ... are stripped.

no idea why


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

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: 56702

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: 56702

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 ...
by vha
03 Dec 2024 09:39
Forum: Development - Beta Versions
Topic: Version 16.35 beta 1/beta 2/beta 3
Replies: 18
Views: 56702

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: 56702

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: 13395

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: 13652

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: 14291

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: 14291

[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: 13923

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: 10133

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