Search found 126 matches

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

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

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

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

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

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

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

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

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

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

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
by vha
08 Jan 2024 11:48
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 572

FIXED: [v16.10] CTRL-RIGHT bug

Have following text: aaa bbb ccc aaa _bbb_ ccc Cursor at the start of the 1st line CTRL-RIGHT -> cursor to the end of aaa, ok CTRL-RIGHT -> cursor to the end of bbb, ok Cursor at the start of the 2nd line CTRL-RIGHT -> cursor to the end of aaa, ok CTRL-RIGHT -> cursor to the end of ccc, not ok vha
by vha
08 Jan 2024 11:39
Forum: Features
Topic: DONE: Move to next/previous word (CTRL+Right/Left)
Replies: 2
Views: 257

DONE: Move to next/previous word (CTRL+Right/Left)

Can you please add an option to have the old behavior back? When you have as text xxx "yyy" with the cursor in between xxx and "yyy" and you press <CTRL>DEL, the result is now xxx " while before it was xxx "yyy" which, too me, is more the expected behavior tx, vha
by vha
14 Sep 2023 08:01
Forum: Bugs
Topic: FIXED: [15.93] Stop responding with "Open file at cursor"
Replies: 2
Views: 1010

Re: FIXED: [15.93] Stop responding with "Open file at cursor"

With 15.94, if the string where the cursor is on is not a file, TextEd still stops responding for about 1 minute

vha
by vha
29 Aug 2023 11:55
Forum: Bugs
Topic: FIXED: [15.93] Stop responding with "Open file at cursor"
Replies: 2
Views: 1010

FIXED: [15.93] Stop responding with "Open file at cursor"

When trying to open a file at cursor that is specified in an HTML file as <A HREF=file>the file</A>, TextEd stops responding during about 1 minute

There are no problems when the file is specified as <A HREF="file">the file</A>


vha
by vha
05 Jul 2023 08:42
Forum: Bugs
Topic: FIXED: "Do you wish to activate..." with Makefile
Replies: 8
Views: 1257

Re: FIXED: "Do you wish to activate..." with Makefile

But for other files without extension it still keeps asking "Do you wish to activate the highlighter for this file type? [ActionScript]", even after clicking the "Yes" button

vha