Search found 132 matches

by vha
01 Feb 2024 12:01
Forum: Bugs
Topic: long delay when editing
Replies: 3
Views: 1812

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

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

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

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

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

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

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

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
by vha
24 Feb 2023 08:20
Forum: Bugs
Topic: FIXED: [15.81] Copy/Paste/Undo bug in column mode
Replies: 1
Views: 1745

FIXED: [15.81] Copy/Paste/Undo bug in column mode

- Have following text (with the blank line at the end)

Code: Select all

aa
bbbb
cc

- CTRL-A, CTRL-C
- Switch to Column mode
- Select the 4 chars of the 2nd line
- CTRL-V
--> inserted text is wrong
- CTRL-Z
--> "We have encountered an undo issue. The undo buffer will be cleared"

vha
by vha
22 Feb 2023 10:58
Forum: Bugs
Topic: FIXED: [15.80] Undo bug in column mode
Replies: 1
Views: 1694

FIXED: [15.80] Undo bug in column mode

- Have following code

Code: Select all

aa
bbbb
cc
- CTRL-A, CTRL-C
- switch to column mode, put the cursor between the 2nd and 3rd 'b'
- CTRL-V, CTRL-Z
--> 2nd line is missing 2 chars

vha
by vha
02 Feb 2023 11:56
Forum: Bugs
Topic: FIXED: [15.75] Undo bug in column mode
Replies: 1
Views: 1311

FIXED: [15.75] Undo bug in column mode

- have following text aaaa bbbb - select aaaa and copy it to the clipboard - switch to column mode - CTRL-F, bb, <ENTER> -> 'bb' in the second line is selected - CTRL-V -> 2nd line is now "aaaabb" - CTRL-Z -> 2nd line is now "bbaabb" instead of "bbbb" vha
by vha
20 Dec 2022 07:58
Forum: Bugs
Topic: FIXED: [15.70 R2] Ctrl-F12 closes TextEd
Replies: 2
Views: 1275

Re: [15.70 R2] Ctrl-F12 closes TextEd

And if the left pane contains 2 files, CRTL-F12 closes the right pane and the most right tab in the left pane

vha
by vha
20 Dec 2022 07:55
Forum: Bugs
Topic: FIXED: [15.70 R2] Ctrl-F12 closes TextEd
Replies: 2
Views: 1275

FIXED: [15.70 R2] Ctrl-F12 closes TextEd

- Open a file TextEd
- Split to right document view
- CTRL-F12 to close the dual document view

-> both instances of the file (and TextEd) are closed

vha
by vha
19 Dec 2022 17:11
Forum: Bugs
Topic: FIXED: [15.70] Crash when closing TextED
Replies: 1
Views: 1141

FIXED: [15.70] Crash when closing TextED

- Open file in TextED
- Split file to right document view
- CTRL-12 to close the right view, select Close file
- CTRL-W to close left view

-> crash: Access violation at address 0000000001EB6B4A in module 'TextEd.exe'. Read of address FFFFFFFFFFFFFFFF.

vha
by vha
14 Dec 2022 10:00
Forum: Questions
Topic: Cloning a document
Replies: 5
Views: 4359

Re: Cloning a document

Tooooooo gooooooood...

Tx, vha