Search found 126 matches

by vha
21 Dec 2021 08:41
Forum: Bugs
Topic: FIXED: [15.30]F3 in dual view
Replies: 1
Views: 1228

FIXED: [15.30]F3 in dual view

- Open a file in TextEd
- Clone the file to the right
- Select something in the right view that exists only once
- CTRL-F to open the search window, check "All open files", press enter to find the 1st instance
- F3 to search for the next instance

--> a third view is opened

vha
by vha
20 Oct 2021 17:22
Forum: Bugs
Topic: ??? [15.21] RJ TextEd missing in explorer menu
Replies: 2
Views: 1668

Re: ??? [15.21] RJ TextEd missing in explorer menu

I did the same: uninstall/reinstall and now the context menu is ok

Tx, vha
by vha
20 Oct 2021 07:45
Forum: Bugs
Topic: ??? [15.21] RJ TextEd missing in explorer menu
Replies: 2
Views: 1668

??? [15.21] RJ TextEd missing in explorer menu

On Windows 11, "RJ TextEd" is missing in the context menu of the explorer when right-clicking a file and selecting "Show mor options"

vha
by vha
19 Oct 2021 12:11
Forum: Bugs
Topic: FIXED: Menu items missing in cloned window
Replies: 1
Views: 1316

FIXED: Menu items missing in cloned window

Using 15.20 x64

When opening a json file in a cloned window (outside TextEd's main window), the menu item Format/JSON is missing (I haven't checked other menu items)


vha
by vha
14 Oct 2021 08:45
Forum: Bugs
Topic: FIXED: SHIFT-ALT not working in cloned window
Replies: 1
Views: 1405

FIXED: SHIFT-ALT not working in cloned window

Using 15.20 x64

When opening a file in a cloned window (outside TextEd's main window), SHIFT-ALT + KEYUP/DOWN to select text as being in column mode, does not work

vha
by vha
12 Oct 2021 07:23
Forum: Questions
Topic: How to auto-open new files
Replies: 5
Views: 4159

Re: How to auto-open new files

e.g. when started from command line
by vha
09 Aug 2021 17:29
Forum: Bugs
Topic: FIXED: RJ TextEd 15.0.3.1 does not start on windows 10
Replies: 5
Views: 3757

Re: RJ TextEd 15.0.3.1 does not start on windows 10

vha wrote: 09 Aug 2021 14:30 Try to rename "<AppData>\RJ TextEd" to e.g."<AppData>\RJ TextEd" and start TextEd after that

vha
I meant: rename to "<AppData>\RJ TextEd.old"...
by vha
09 Aug 2021 14:30
Forum: Bugs
Topic: FIXED: RJ TextEd 15.0.3.1 does not start on windows 10
Replies: 5
Views: 3757

Re: RJ TextEd 15.0.3.1 does not start on windows 10

Try to rename "<AppData>\RJ TextEd" to e.g."<AppData>\RJ TextEd" and start TextEd after that

vha
by vha
03 May 2021 09:54
Forum: Bug reports
Topic: FIXED: v14.80 b1: undo issue
Replies: 1
Views: 3437

FIXED: v14.80 b1: undo issue

- Have a file with following code: 1 aa 2 bb 3 - Cursor on the 2nd line (aa) - CTRL-D to duplicate that line - Select the 2 lines with 'aa", CTRL-C - Select the line with 'bb', CTRL-V to replace with the 2 lines with 'aa' - You now have: 1 aa aa 2 aa aa 3 - 3x CTRL-Z to undo - Result is 1 aa aa...
by vha
03 May 2021 09:20
Forum: Bug reports
Topic: FIXED? v14.80 b1: fold issue
Replies: 1
Views: 3377

FIXED? v14.80 b1: fold issue

in following .cpp code

Code: Select all

#if 0
  #define a 1
  #define a 1
#else
  #define a 2
  #define b 2
#endif
only the #else can be folded

vha
by vha
02 Nov 2020 11:25
Forum: Bug reports
Topic: FIXED: v14.70 b1: modified new file closed without warning
Replies: 2
Views: 4432

FIXED: v14.70 b1: modified new file closed without warning

Open TextEd
CTRL-N to open a new file
Make some changes
Click the x in the file tab to close the file

--> the modified file is closed without any warning

vha
by vha
13 Feb 2020 18:38
Forum: Bug reports
Topic: FIXED: v14.40b1: CTRL-INSERT
Replies: 1
Views: 4825

FIXED: v14.40b1: CTRL-INSERT

If nothing is selected, CTRL-INSERT now copies the word under the cursor instead of the whole line, as CTRL-C does.

In previous versions CTRL-INSERT and CTRL-C had the same behavior


vha
by vha
12 Feb 2020 16:22
Forum: Bug reports
Topic: FIXED: v14.40b1: CTRL-F12 is not working anymore
Replies: 1
Views: 5188

FIXED: v14.40b1: CTRL-F12 is not working anymore

CTRL-F12 doesn't close the right view anymore

vha
by vha
11 Jan 2019 13:39
Forum: Bug reports
Topic: FIXED: [13.60b3] Find from cursor in binary mode
Replies: 1
Views: 5913

FIXED: [13.60b3] Find from cursor in binary mode

Find from cursor in binary mode doesn't work: find is always started from the previously found text instead of at the cursor position

vha
by vha
07 Jan 2019 11:10
Forum: Bug reports
Topic: FIXED: [13.60b3] Find & Replace
Replies: 1
Views: 5786

FIXED: [13.60b3] Find & Replace

- Have following text: aaazzz aaa bbb cccddd - put cursor inside the 'aaazzz' - CTRL-F -> searches for 'aaazzz', which is ok - Hit ENTER - click inside 'bbb', CTRL-F: bbb is set as text to find, hit ESCAPE - click inside 'cccddd', CTRL-F: cccddd is set as text to find, hit ESCAPE - click inside 'aaa...