Search found 131 matches

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

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

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

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

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

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

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

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

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

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

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

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

Re: Cloning a document

Tooooooo gooooooood...

Tx, vha
by vha
13 Dec 2022 15:07
Forum: Questions
Topic: Cloning a document
Replies: 5
Views: 2437

Re: Cloning a document

But the split is only for one document and when you're using TextEd with 2 panes, vertically splitting a document creates a 3rd pane instead of opening it in the right pane

vha
by vha
13 Dec 2022 09:23
Forum: Questions
Topic: Cloning a document
Replies: 5
Views: 2437

Cloning a document

Using 15.68 64-bit In older versions, when opening a clone, changes in one of the 2 windows were also applied in the other window. Now it is opened as "filename.ext (1).ext" and modifications in one window are not applied in the other window. If this is not a bug, can you add an option to ...
by vha
04 Apr 2022 14:09
Forum: Bugs
Topic: FIXED: /L:X command line switch doesn't work
Replies: 6
Views: 2180

Re: /L:X command line switch doesn't work

If TextEd is already running, it opens the "15" file

vha