Search found 1048 matches

by Rickard Johansson
23 Jan 2024 14:53
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 1956

Re: [v16.10] CTRL-RIGHT bug

Fixed in next version (v16.11). Also added new options to change the behavior.
by Rickard Johansson
23 Jan 2024 14:43
Forum: Features
Topic: DONE: Move to next/previous word (CTRL+Right/Left)
Replies: 2
Views: 1343

Re: Move to next/previous word (CTRL+Right/Left)

Already done in next version (v16.11). Thanks!
by Rickard Johansson
04 Jan 2024 15:22
Forum: Bugs
Topic: Incorrect icon for Terminal window
Replies: 2
Views: 3599

Re: Incorrect icon for Terminal window

Are you using your own modified image list? If so - make sure it contains the same number of images as the original image list.
by Rickard Johansson
04 Jan 2024 14:58
Forum: Next release
Topic: Version 16.10
Replies: 0
Views: 4718

Version 16.10

----------------------------------------------------------- Version 16.10 (Jan 4, 2024) ----------------------------------------------------------- Font Weight (Boldness) The editor can now handle different font weights for different syntax elements like comments, strings, numbers... E.g. you could ...
by Rickard Johansson
24 Dec 2023 10:53
Forum: News
Topic: Marry Christmas 2023
Replies: 1
Views: 5297

Marry Christmas 2023

https://scontent-cph2-1.xx.fbcdn.net/v/t39.30808-6/412610860_690340893207701_7859429457164886772_n.jpg?_nc_cat=109&ccb=1-7&_nc_sid=3635dc&_nc_ohc=PJhw-TU73SgAX_AWo3Q&_nc_oc=AQkLlCGN8-8twwmlElfaejUamIhfP3bE-EDbbMHLO7PFoQxtWCTDvxD4jSV9JklipS8QVxL17hkgS0omXnCcBY0U&_nc_ht=scontent-c...
by Rickard Johansson
18 Dec 2023 13:59
Forum: Development - Beta Versions
Topic: Version 16.10 beta
Replies: 1
Views: 3947

Re: Version 16.10 beta

Version 16.10 beta 2
Made some minor changes and fixed issues in beta 1.
by Rickard Johansson
17 Dec 2023 20:50
Forum: Bug reports
Topic: FIXED? [16.10b1] Font weights
Replies: 2
Views: 4562

Re: [16.10b1] Font weights

All issues fixed, except the b checkbox. I still think it's intuitive and it too indicates a font style change.

2023-12-17_204815.png
2023-12-17_204815.png (5.28 KiB) Viewed 4542 times

Selecting "Normal" will just uncheck the checkbox...
by Rickard Johansson
17 Dec 2023 19:36
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 6294

Re: FIXED? minor bug in cursor movement

You can assign Shift+Ctrl+Left to SelectPreviousWordNoSymbolsAction instead of SelectPreviousWordAction, if you want the same behavior when selecting words.
by Rickard Johansson
17 Dec 2023 14:20
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 6294

Re: FIXED? minor bug in cursor movement

To me it seems most editors doesn't work that way. I tried your example in a few editors. NotePad++ : 13 steps VSCode : 11 steps Sublime : 10 steps (worked exactly like RJ TextEd) But I've added new keyboard actions to the final release. PreviousWordNoSymbolsAction NextWordNoSymbolsAction SelectPrev...
by Rickard Johansson
16 Dec 2023 15:10
Forum: Development - Beta Versions
Topic: Version 16.10 beta
Replies: 1
Views: 3947

Version 16.10 beta

----------------------------------------------------------- Version 16.10 (Dec 16, 2023) ----------------------------------------------------------- Font Weight (Boldness) The editor can now handle different font weights for different syntax elements like comments, strings, numbers... E.g. you could...
by Rickard Johansson
16 Dec 2023 14:21
Forum: Bugs
Topic: FIXED? Set Font... -- Odd Behavior?
Replies: 3
Views: 2781

Re: Set Font... -- Odd Behavior?

If I remember correctly, I think the menu items to set a font was added before it was possible to set both a universal font and an individual one. At that point it made sense to have the menu item. I'm not sure it does anymore. It really is impossible for anyone to know if this will set an individua...
by Rickard Johansson
16 Dec 2023 14:11
Forum: Bugs
Topic: FIXED: Undo/Redo odd behavior using hotkeys
Replies: 2
Views: 2308

Re: Undo/Redo odd behavior using hotkeys

Fixed in next release (v16.10). Thanks!
by Rickard Johansson
10 Dec 2023 20:43
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 6294

Re: minor bug in cursor movement

Just for reference. I tested against Sublime, VS Code, NotePad++ and Delphi IDE. Sublime and VS Code jumps very differently compared to RJ TextEd. When going to the left - it jumps to the beginning of a word, and when going right - it jumps to the end of the word. NotePad++ seems work like RJ TextEd...
by Rickard Johansson
10 Dec 2023 20:18
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 6294

Re: minor bug in cursor movement

I'll fix it in the next release. Please test the beta version when released.

BTW. I noticed some issues with ctrl+right as well...
by Rickard Johansson
10 Dec 2023 19:44
Forum: Features
Topic: DONE: Allow for more weights in fonts to choose from
Replies: 2
Views: 2618

Re: Allow for more weights in fonts to choose from

Added in next release (v16.10). Delphi VCL can not handle font weight. It can only handle bold, or not bold. I had to create some workaround and I wasn't sure it was going to work, but... 2023-12-10_193613.png The keyword "push" is drawn using ExtraBold font weight, while the comments use ...