Search found 1050 matches

by Rickard Johansson
13 Apr 2024 17:54
Forum: Bugs
Topic: COMMON WORD HIGHLIGHT - SMART HIGHLIGHT
Replies: 1
Views: 134

Re: COMMON WORD HIGHLIGHT - SMART HIGHLIGHT

Tim

Instead of writing an essay, would you mind giving steps to reproduce the issues.

E.g.

1. Do this.
2. Now do this...
3. You should see ...

And if warranted, maybe post a screenshot.
by Rickard Johansson
13 Apr 2024 17:39
Forum: Questions
Topic: HIGHLIGHT ALL INSTANCES
Replies: 1
Views: 157

Re: HIGHLIGHT ALL INSTANCES

I think the option you are looking for is "General -> Editing -> Enable smart highlighting while selecting".
by Rickard Johansson
13 Apr 2024 17:30
Forum: Bugs
Topic: SOLVED? SPACE BETWEEN LINES
Replies: 12
Views: 321

Re: SPACE BETWEEN LINES

What is you Windows display scaling setting?
by Rickard Johansson
13 Apr 2024 14:58
Forum: Bugs
Topic: SOLVED: SYNTAX HIGHLIGHTER ENAB CHKBX MISSING
Replies: 7
Views: 303

Re: SYNTAX HIGHLIGHTER ENAB CHKBX MISSING

Would you mind posting a screenshot?

It should look something like below:

addons.png
addons.png (14.33 KiB) Viewed 300 times
by Rickard Johansson
13 Apr 2024 07:34
Forum: Bugs
Topic: Alternate Font Toggling When Ctrl + Mouse Scroll to Zoom
Replies: 5
Views: 233

Re: Alternate Font Toggling When Ctrl + Mouse Scroll to Zoom

1. What happens if you use Ctrl+Num Plus/Sub to zoom?
2. What happens if you change the keyboard shortcut for Ctrl+Plus to something else? Does the mouse wheel zoom work?
3. Does it help to remove the keyboard shortcuts for zoom?
by Rickard Johansson
13 Apr 2024 07:29
Forum: Bugs
Topic: FIXED: Brace Highlight Operation misbehaving
Replies: 6
Views: 250

Re: Brace Highlight Operation misbehaving

Thanks!

It seems to misbehave with underlining and framing, but not when only using background color.

I'll fix it!
by Rickard Johansson
12 Apr 2024 16:47
Forum: Bugs
Topic: FIXED: Brace Highlight Operation misbehaving
Replies: 6
Views: 250

Re: Brace Highlight Operation misbehaving

Maybe you could send me the settings file (RJ TextEd\TextEd.ini), from the installation that caused most issues?
by Rickard Johansson
12 Apr 2024 14:37
Forum: Bugs
Topic: FIXED: Brace Highlight Operation misbehaving
Replies: 6
Views: 250

Re: Brace Highlight Operation misbehaving

I need more info. Exact steps to reproduce would be nice :wink:
by Rickard Johansson
12 Apr 2024 14:34
Forum: Bugs
Topic: Alternate Font Toggling When Ctrl + Mouse Scroll to Zoom
Replies: 5
Views: 233

Re: Alternate Font Toggling When Ctrl + Mouse Scroll to Zoom

I can't reproduce that. It zooms fine at my end (without switching to the alt font).

I'm going to need more information to solve your issue...
by Rickard Johansson
12 Apr 2024 14:28
Forum: Bugs
Topic: SOLVED? Tab Insert Spaces Option Not Working Correctly
Replies: 7
Views: 324

Re: Tab Insert Spaces Option Not Working Correctly

"Preserve tabs characters" should be set when you're not using "Tab inserts spaces" (if you're using tab characters you obviously want them preserved when you open or save the document). I'll fix that in a later release. tim_crouse: Please check you setting when the C++ highlight...
by Rickard Johansson
11 Apr 2024 19:01
Forum: MPad
Topic: Version 1.33
Replies: 0
Views: 625

Version 1.33

----------------------------------------------------------- Version 1.33 (Apr 11, 2024) ----------------------------------------------------------- Move cursor to next/previous word (Ctrl+left/right) Made some changes to make sure the text cursor stops at the same positions when using the option to ...
by Rickard Johansson
10 Apr 2024 14:01
Forum: Next release
Topic: Version 16.16
Replies: 1
Views: 671

Version 16.16

----------------------------------------------------------- Version 16.16 (Apr 5, 2024) ----------------------------------------------------------- Move cursor to next/previous word (Ctrl+left/right) Made some changes to make sure the text cursor stops at the same positions when using the option to ...
by Rickard Johansson
10 Apr 2024 12:40
Forum: Bugs
Topic: FIXED: Find-Replace Default Text bug
Replies: 2
Views: 259

Re: Find-Replace Default Text bug

Ctrl+F/Ctrl+R was fixed when using a search-bar and Ctrl+F when using a dialog window. But not Ctrl+R.

It's fixed now in the final version. Thanks!
by Rickard Johansson
09 Apr 2024 17:04
Forum: Syntax files
Topic: 'Problem' with PHP
Replies: 2
Views: 248

Re: 'Problem' with PHP

I've updated the PHP syntax file (PHP.syx) in v16.16 (final release).

If you want, you can make the change yourself. In PHP.syx change the #Methods=... to

Code: Select all

#Methods=[\w-_]+(?=[\s(])
by Rickard Johansson
09 Apr 2024 16:54
Forum: Bugs
Topic: FIXED: [V16.16b2] Find issue
Replies: 2
Views: 240

Re: [V16.16b2] Find issue

Fixed in final release. Thanks!