Search found 135 matches

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

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

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

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

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

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

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

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

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

Indent lines

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

Tx, vha
by vha
16 May 2024 09:11
Forum: Bugs
Topic: FIXED: [16.21 b3] MRU & Recently closed
Replies: 1
Views: 697

FIXED: [16.21 b3] MRU & Recently closed

- Enable "Recently closed" in the MRU
- Open a new file that is not yet in the MRU list
- Close TextEd
- Restart TextEd

-> the new file is not listed in the MRU

vha
by vha
07 May 2024 09:51
Forum: Bug reports
Topic: FIXED: [16.20b2] CTRL-DEL issue
Replies: 1
Views: 1877

FIXED: [16.20b2] CTRL-DEL issue

"Delete to beginning of next word" is set "Ignore symbols" is not set - have following text aa a - cursor at the start of the first line - CTRL-DEL -> all spaces up until "aa" is deleted, which is ok - cursor at the start of the second line - CTRL-DEL -> the whole line ...
by vha
06 May 2024 16:48
Forum: Bug reports
Topic: FIXED: [16.20b1] Delete from MRU & Recently closed
Replies: 1
Views: 1372

FIXED: [16.20b1] Delete from MRU & Recently closed

It seems like deleting one or more entries from the MRU list is not working if the option "Recently closed" is checked

vha
by vha
29 Apr 2024 13:51
Forum: Bug reports
Topic: [16.20b1] popup window title
Replies: 0
Views: 1909

[16.20b1] popup window title

The title of the notification window telling a new version is installed is a bit strange:

"Embarcadero.DesktopToasts.5004B6D4"


vha
by vha
09 Apr 2024 10:29
Forum: Bugs
Topic: FIXED: [V16.16b2] Find issue
Replies: 2
Views: 1376

FIXED: [V16.16b2] Find issue

It is not possible to do a search for a character which has to be specified using the Right-ALT key: when pressing the Right-ALT key, the find box looses it's focus

(on a Belgian keyboard, such characters are a.o. |,@ and #)

[edit]Alt should be the Right Alt[/edit]


vha
by vha
08 Apr 2024 10:43
Forum: Bug reports
Topic: FIXED: [16.16b2] CTRL-BACKSPACE crash
Replies: 1
Views: 2701

FIXED: [16.16b2] CTRL-BACKSPACE crash

- Open a new file
- Add following text: " aa"
- Cursor at the end
- CTRL-BACKSPACE 3x

-> Access violation at address 0000000001CCE46D in module 'TextEd.exe'. Read of address 0000000000000002

vha