Search found 131 matches

by vha
24 Mar 2022 13:06
Forum: Bugs
Topic: FIXED: [15.47] Matching bracket
Replies: 1
Views: 1123

FIXED: [15.47] Matching bracket

CTRL-M (find matching bracket) is not working if the option "Highlight braces" is switched off

vha
by vha
02 Mar 2022 10:50
Forum: Bugs
Topic: Explorer context menu item missing (again)
Replies: 5
Views: 2053

Re: Explorer context menu item missing (again)

I had to execute it again after the latest update

vha
by vha
14 Feb 2022 18:20
Forum: Bugs
Topic: Explorer context menu item missing (again)
Replies: 5
Views: 2053

Re: Explorer context menu item missing (again)

Fixed it for me on Windows 11

Tx, vha
by vha
14 Feb 2022 16:58
Forum: Bugs
Topic: Explorer context menu item missing (again)
Replies: 5
Views: 2053

Re: Explorer context menu item missing (again)

Same here (Windows 11)

vha
by vha
07 Jan 2022 17:15
Forum: Bugs
Topic: RJ TextEd not opening up
Replies: 5
Views: 2302

Re: RJ TextEd not opening up

Check if there is a file in "%APPDATA%\RJ TextEd\shared". If so, delete it and try launching TextED

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

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

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

??? [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: 1660

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

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

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

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

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

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

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