Search found 554 matches

by pjj
05 Sep 2024 10:19
Forum: Bugs
Topic: TAB key bug?
Replies: 3
Views: 276

Re: TAB key bug?

Quick way of expanding snippets into HTML code, cf. https://docs.emmet.io/ (see the demo there for a quick introduction).
by pjj
05 Sep 2024 09:08
Forum: Bugs
Topic: TAB key bug?
Replies: 3
Views: 276

Re: TAB key bug?

This is Emmet in action, and you have tab defined as a trigger key (it is default setting, I guess). Go to Format > Abbreviations > Allow Trigger Keys and uncheck tab.
by pjj
02 Sep 2024 08:16
Forum: Questions
Topic: CURRENT LINE COLOR
Replies: 1
Views: 303

Re: CURRENT LINE COLOR

Is there a way other than the "current line highlight color" to define the font color of the current line? I believe that this setting relates to the color of top and bottom borders of the current line highlight; this line is displayed using the current highlighter. In addition to definin...
by pjj
26 Aug 2024 09:22
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 502

Re: No semicolon after tab in CSS and then some more things

You're right, it takes care about CSS :shock: So now what seems to be the problem ("What seems to be a problem, Officer?" -- Ed Harris in A History of Violence ) is how I make my CSS LSP server work on CSS files. (I need to start it, and I can't.) OK, I'll do some tests. Btw. when I add th...
by pjj
25 Aug 2024 20:02
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 502

Re: No semicolon after tab in CSS and then some more things

Maybe my HTML server is pretending to be CSS one? lsp-1.png Please notice it's saying that the server is not running, but it is! When I start the server and restart the editor, the message is the same (i.e. it's not running). lsp-2.png Perhaps sometime later I'll remove all LSP servers and reinstall...
by pjj
25 Aug 2024 13:14
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 502

Re: No semicolon after tab in CSS and then some more things

Ha! I do, in fact, use CSS server. In another project, where I don't have any LSP registered, I get the same list for CSS. So for some reason CSS LSP server is not used for .css files (nor .scss), and when it is used (in <style> section), it displays its own hints, that are different than hints from...
by pjj
25 Aug 2024 10:36
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 502

Re: No semicolon after tab in CSS and then some more things

Yes it does -- https://c.tenor.com/H4hl0RQOsVQAAAAC/tenor.gif -- apart from point no 4. For "colo" in autocompletion window I get: <style> section: color, color-adjust, color-interpolation-filters CSS file: color, color-interpolation-filters, color-scheme The second list seems to be better...
by pjj
13 Aug 2024 11:57
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 502

No semicolon after tab in CSS and then some more things

When I press tab in CSS context (CSS file, <style> tag in HTML file, style attribute of HTML tag), colon and space are inserted, and this is cool. However, it used to be colon, space and semicolon, and it was even cooler. Can we get semicolon back, please? And while we are @ it: autocomplete (Ctrl-S...
by pjj
12 Aug 2024 16:37
Forum: Bugs
Topic: FIXED: Replace, replace, replace!
Replies: 6
Views: 431

Re: Replace, replace, replace!

Rickard Johansson wrote: 12 Aug 2024 14:25
That sounds interesting, do you mean something like EditorConfig?
No! But perhaps that could be added as well :-D
FWIW I have no idea how practical this EditorConfig thing is, but I guess it'll do RJ TE good for the discoverability, i.e. more people would learn about its existence.
by pjj
12 Aug 2024 14:40
Forum: Bugs
Topic: FIXED: Replace, replace, replace!
Replies: 6
Views: 431

Re: Replace, replace, replace!

I reckon this is a very good idea!
Image
by pjj
12 Aug 2024 10:43
Forum: Bugs
Topic: FIXED: Replace, replace, replace!
Replies: 6
Views: 431

Re: Replace, replace, replace!

Rickard Johansson wrote: 11 Aug 2024 08:33 I'm currently working on some new features (import/export settings and program data
That sounds interesting, do you mean something like EditorConfig?
by pjj
08 Aug 2024 15:03
Forum: Bugs
Topic: FIXED: Replace, replace, replace!
Replies: 6
Views: 431

FIXED: Replace, replace, replace!

So, I decided to rejuvenate myself in a most quick and easy way! I put this text into an empty document: I am 100 years old. Then I hit ^R, put 100 in "Text to find" and 12 in "Replace with" and hit "Replace." ...Whoa, now I am 12 years old. Cool! Very cool. Then, being...
by pjj
27 Jul 2024 09:42
Forum: General discussion
Topic: Close non-modal window on Replace All?
Replies: 0
Views: 474

Close non-modal window on Replace All?

I switched on non-modal search window and after some time it stroke me as odd that after "replace all" action had been completed said window remained on top. Shouldn't it be closed, as modal window is? After all, the whole idea of having non-modal search window was to be able to temporaril...
by pjj
17 Jul 2024 06:04
Forum: Questions
Topic: Accelerator key for "Replace All"
Replies: 6
Views: 1059

Re: Accelerator key for "Replace All"

Hey, no problem 8) Anyway, this could be a real can of worms Yes it is. E.g. in "Find in Files" Alt-A would mean Find All or Replace All? (Btw. Alt-B for Backup on this tab doesn't work, and there is a reason for that...) But: default option on each tab (Find, Replace, Replace, Goto) can b...
by pjj
16 Jul 2024 14:52
Forum: Questions
Topic: Accelerator key for "Replace All"
Replies: 6
Views: 1059

Re: Accelerator key for "Replace All"

I didn't say it was consistent; to the contrary, I suggested it was not. I use non-modal search window; on Replace tab it's Alt-A, while on Find in files tab it's Alt-E. I guess for the user this inter-tab consistency is more important than consistency between window and bottom bar (the latter is mo...