Search found 131 matches

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

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

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
by vha
08 Apr 2024 10:30
Forum: Bug reports
Topic: FIXED: [16.16b1] CTRL-DEL
Replies: 4
Views: 118

Re: [16.16b1] CTRL-DEL

Looks perfect!

Tx, vha
by vha
05 Apr 2024 14:36
Forum: Bug reports
Topic: FIXED: [16.16b1] CTRL-DEL
Replies: 4
Views: 118

Re: [16.16b1] CTRL-DEL

For me, that is indeed 1 word...
by vha
05 Apr 2024 13:57
Forum: Bug reports
Topic: FIXED: [16.16b1] CTRL-DEL
Replies: 4
Views: 118

FIXED: [16.16b1] CTRL-DEL

with the cursor at the start of "aaa_bbb_ccc", CTRL-DEL only deletes "aaa_", while in VS Code it deletes everything up until the end of the word (not including the spaces past the word)

vha
by vha
25 Mar 2024 10:27
Forum: Bugs
Topic: FIXED: [v16.15] - Find bug
Replies: 2
Views: 200

FIXED: [v16.15] - Find bug

The "Text to find" field is not (always) filled anymore with the word under the cursor when using CTRL-F

Can't reproduce it for 100%: when starting TextEd it works, but after a while the field is left empty on CTRL-F


vha
by vha
18 Mar 2024 18:19
Forum: Bug reports
Topic: [v16.15b1] CTRL-LEFT vs CTRL-RIGHT
Replies: 1
Views: 248

[v16.15b1] CTRL-LEFT vs CTRL-RIGHT

- Have following text: abc%p"), def - with the cursor at the start of the line and hitting CTRL-RIGHT, the cursor stops behind abc, p, ", ) and , and at the end of the line - with the cursor at the end of the line, and hitting CTRL-LEFT, the cursor stops in front of def, p, % and at the st...
by vha
18 Mar 2024 08:17
Forum: Bug reports
Topic: SOLVED? [16.15b1] Cursor keys in Find/Replace not working
Replies: 1
Views: 85

SOLVED? [16.15b1] Cursor keys in Find/Replace not working

- CTRL-F to open the find/replace dialog box, focus is on text to find
- LEFT and RIGHT cursor keys work
- UP and DOWN keys only work after first hitting F4

[Edit]
Seems to be working again...
[/Edit]

vha
by vha
17 Mar 2024 17:38
Forum: Bug reports
Topic: FIXED: [16.15b1] CTRL-DEL
Replies: 1
Views: 79

FIXED: [16.15b1] CTRL-DEL

- have a line ending with e.g. "************************"
- put the cursor somewhere inside the '*'s
- hit CRTR-DEL

-> the CRLF at the end of the line is also deleted (which is not the case if the line contains characters or digits)

vha
by vha
17 Mar 2024 09:56
Forum: Bugs
Topic: [v16.12] - CTRL-DEL bug
Replies: 2
Views: 169

Re: [v16.12] - CTRL-DEL bug

Rickard Johansson wrote: 16 Mar 2024 13:25 I'm not entirely sure I like it though. Maybe Ctrl+Del should delete one or more spaces. And only delete words if the next character is a non-space character...
Totaly agree with that!

vha
by vha
15 Mar 2024 15:13
Forum: Bugs
Topic: FIXED: [v16.12] - CTRL-DEL bug (bis)
Replies: 1
Views: 109

FIXED: [v16.12] - CTRL-DEL bug (bis)

with the cursor somewhere in the middle of e.g. "********************":
- CTRL-RIGHT goes to the next word past the "*"s
- CTRL-DEL only deletes one "*" at a time
--> this used to delete all "*"s up until the next word

vha
by vha
13 Mar 2024 13:00
Forum: Bugs
Topic: [v16.12] - CTRL-DEL bug
Replies: 2
Views: 169

[v16.12] - CTRL-DEL bug

Have following text: aaa bbb ccc aaa _bbb ccc Cursor at the end of "aaa" on the 1st line CTRL-DEL -> all spaces up to "bbb" are deleted -> OK Cursor at the end of "aaa" on the 2nd line CTRL-DEL -> all characters up to "ccc" are deleted -> Not OK vha
by vha
01 Feb 2024 12:01
Forum: Bugs
Topic: long delay when editing
Replies: 3
Views: 387

Re: long delay when editing

Do you have network drives mapped?

vha
by vha
26 Jan 2024 08:15
Forum: Bugs
Topic: FIXED: NextWordNoSymbolsAction - tweak requested
Replies: 4
Views: 383

Re: FIXED: NextWordNoSymbolsAction - tweak requested

Just do a search for 'move' in the search box of the environment options

vha
by vha
16 Jan 2024 08:13
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 716

Re: [v16.10] CTRL-RIGHT bug

Code: Select all

for (i=start ; i< finish ; i++) {
Tested that one with Visual Code, Visual Studio and Notepad and CTRL-RIGHT has more or less the old behaviour of TextEd, stopping at almost every position (which I like way more than the new behaviour)

vha