Search found 524 matches

by pjj
19 Feb 2024 15:10
Forum: Features
Topic: DONE: Capitalize
Replies: 5
Views: 308

Re: DONE: Capitalize

It has been added to Mini Toolbar (that shows on user selection), not to any regular editor toolbar.
by pjj
06 Feb 2024 11:02
Forum: Bugs
Topic: FIXED: [V16.11] Last options are ignored in search
Replies: 2
Views: 215

Re: [V16.11] Last options are ignored in search

There are more options ignored in search, e.g. "multi-" doesn't find Search > Search string options > Use multi-line selection as search string; "never" doesn't find Search > Search string options > Never use selection as search string; "hard" doesn't find General > Wor...
by pjj
06 Feb 2024 09:22
Forum: Questions
Topic: Search-Find-Find_All popup window has disappeared
Replies: 2
Views: 507

Re: Search-Find-Find_All popup window has disappeared

Genuine question: was it ever a thing? I mean, did it ever work this way (modal window showing the number of results, as in Replace or Find in Files)? :?

...I can see it can be displayed through the rightmost icon (one with a clock), when you open a search as a bar; is this what you meant?
by pjj
25 Jan 2024 09:35
Forum: Bugs
Topic: Syntax Editor Color Weirdness
Replies: 2
Views: 241

Re: Syntax Editor Color Weirdness

This can be a wider problem, I'm afraid; this is how top menu looks with "Windows 10 Blue" program style:
windows10blue.png
windows10blue.png (2.85 KiB) Viewed 238 times
(Well, I then randomly checked a few other styles, but they're OK.)
by pjj
23 Jan 2024 21:51
Forum: Bugs
Topic: CHM Help file
Replies: 3
Views: 166

Re: CHM Help file

by pjj
04 Jan 2024 16:02
Forum: Bugs
Topic: Incorrect icon for Terminal window
Replies: 2
Views: 2308

Re: Incorrect icon for Terminal window

Do you mean *.bin file with icons for the toolbars, modified with ImageListEditor.exe? No, I don't, I like PureFlat set :)
by pjj
29 Dec 2023 11:43
Forum: Bugs
Topic: Incorrect icon for Terminal window
Replies: 2
Views: 2308

Incorrect icon for Terminal window

Since sometime ago (before the latest betas) Terminal window icon has been incorrect: terminal-window.png This is the icon of a script (of SCSS processor) I run as a tool; it is also present in "Code" section of my User toolbar. It's not the first icon in the Tools dropdown menu, but the f...
by pjj
18 Dec 2023 10:06
Forum: Bug reports
Topic: FIXED? [16.10b1] Font weights
Replies: 2
Views: 3223

Re: FIXED? [16.10b1] Font weights

This will be very helpful (both for setting and further testing); many thanks!
by pjj
16 Dec 2023 21:00
Forum: Bug reports
Topic: FIXED? [16.10b1] Font weights
Replies: 2
Views: 3223

FIXED? [16.10b1] Font weights

Thanks a lot for implementing it so quickly and so swiftly! :-D I use FiraCode, which has 5 weights: Light -- Normal -- Medium -- SemiBold -- Bold. Of course I started to experiment with them, but when I don't like certain choice and want to change it, I need to remember which weight I used, which I...
by pjj
16 Dec 2023 15:15
Forum: Bugs
Topic: FIXED? Set Font... -- Odd Behavior?
Replies: 3
Views: 1414

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

Rickard Johansson wrote: 16 Dec 2023 14:21 Fonts should probably only be set in options. It's less confusing that way...
Absolutely! (I completely forgot about these menu entries.)
by pjj
11 Dec 2023 09:28
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4255

Re: minor bug in cursor movement

BTW, I believe that my interpretation is correct, and yours is mistaken. If I use PreviousWordAction on regular text (with space delimiters), it *only* jumps to beginning of word, not end of word. So I'm pretty sure that in my code situation, it is misinterpreting what "words" are, or pos...
by pjj
11 Dec 2023 09:18
Forum: Features
Topic: DONE: Allow for more weights in fonts to choose from
Replies: 2
Views: 1469

Re: DONE: Allow for more weights in fonts to choose from

The keyword "push" is drawn using ExtraBold font weight, while the comments use SemiBold and Italic. So, you pushed some extra weight, eh? :-D https://cdn02.plentymarkets.com/zkz64ybyye6y/item/images/3866/full/XXXX-T-PRO-Gewichtsschlitten-ziehenundschieben-01-collage.jpg I'm thrilled to g...
by pjj
10 Dec 2023 09:00
Forum: Bugs
Topic: FIXED: minor bug in cursor movement
Replies: 15
Views: 4255

Re: minor bug in cursor movement

But RJTE includes every single symbol in the line!! What exactly do you mean? Using your code (or my own PHP code), caret goes to: beginning of the word "flag" -- end of "idx" -- beginning of "idx" -- end of "data_flags" -- beginning of "data_flags"...
by pjj
02 Dec 2023 12:22
Forum: Bugs
Topic: FIXED? Set Font... -- Odd Behavior?
Replies: 3
Views: 1414

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

There is this setting: Options > Fonts and tabs > Highlighters, where you can set Font Settings (subsequent section) to "All Languages". It works for me as advertised. I could then alter these settings for any individual highlighter I would want -- but I don't, since I prefer universal look.
by pjj
30 Nov 2023 11:39
Forum: Features
Topic: DONE: Allow for more weights in fonts to choose from
Replies: 2
Views: 1469

DONE: Allow for more weights in fonts to choose from

At the moment, when customizing a theme, one can only set normal or bold weight for a given font; however, modern editor fonts come with more than these two weights: up to 9, if I'm not mistaken (cf. Thin - ExtraLight - Light - Regular - Medium - SemiBold - Bold - ExtraBold - Heavy in Iosevka ). Of ...