Search found 1091 matches

by Rickard Johansson
08 Sep 2024 14:43
Forum: MPad
Topic: Version 1.37
Replies: 0
Views: 244

Version 1.37

----------------------------------------------------------- Version 1.37 (Sep 7, 2024) ----------------------------------------------------------- CSS (LESS,SCSS) auto completion and hover hints Made several improvements to auto completion when editing CSS files, and inside HTML style tags. Both Ctr...
by Rickard Johansson
31 Aug 2024 17:28
Forum: Next release
Topic: Version 16.30
Replies: 1
Views: 821

Re: Version 16.30

This version has been released!
by Rickard Johansson
28 Aug 2024 13:11
Forum: Bugs
Topic: FIXED: Incorrect highlighting for JS Template Literal
Replies: 1
Views: 289

Re: Incorrect highlighting for JS Template Literal

I made some minor changes in the JS syntax file (JScript.syx) and it seems to work now

js template literal.png
js template literal.png (3.88 KiB) Viewed 282 times

It's fixed in the final release (v16.30). Thanks!
by Rickard Johansson
28 Aug 2024 12:18
Forum: Development - Beta Versions
Topic: Version 16.30 beta 2
Replies: 2
Views: 421

Version 16.30 beta 2

The same Json files, as found in VSCode, are now used with auto completion and hints in CSS and HTML. Also made some changes and fixed a few hint and auto completion issues (since beta 1). ----------------------------------------------------------- Version 16.30 (Aug 23, 2024) ----------------------...
by Rickard Johansson
26 Aug 2024 08:30
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 501

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

The PHP Intelephense server handles HTML/JS/CSS auto completion as well (inside HTML files). So the list you're seeing in <style> blocks are produced by PHP Intelephense...
by Rickard Johansson
25 Aug 2024 14:47
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 501

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

To me it looks like you're using a HTML server. It should use it's own list between style tags, but not inside CSS files... :?

(The HTML server should provide both HTML and CSS auto completion inside HTML files, but ignore other files like CSS files.)
by Rickard Johansson
25 Aug 2024 12:30
Forum: Bugs
Topic: No semicolon after tab in CSS and then some more things
Replies: 8
Views: 501

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

I get the same list in both cases (second one). Are you by any chance using a language server for HTML files?
by Rickard Johansson
24 Aug 2024 18:53
Forum: Bugs
Topic: FIXED: Replace, replace, replace!
Replies: 6
Views: 431

Re: Replace, replace, replace!

Fixed in v16.30 (not beta 1).
by Rickard Johansson
24 Aug 2024 17:15
Forum: Development - Beta Versions
Topic: Version 16.30 beta 1
Replies: 0
Views: 150

Version 16.30 beta 1

----------------------------------------------------------- Version 16.30 (Aug 23, 2024) ----------------------------------------------------------- Export/Import settings and program data Export Added new menu item in the environment menu to export selected settings and program data to a zipped fil...
by Rickard Johansson
22 Aug 2024 12:44
Forum: Next release
Topic: Version 16.30
Replies: 1
Views: 821

Version 16.30

----------------------------------------------------------- Version 16.30 (Aug 30, 2024) ----------------------------------------------------------- CSS (LESS,SCSS) auto completion and hover hints Made several improvements to auto completion when editing CSS files, and inside HTML style tags. Both C...
by Rickard Johansson
12 Aug 2024 14:25
Forum: Bugs
Topic: FIXED: Replace, replace, replace!
Replies: 6
Views: 431

Re: Replace, replace, replace!

That sounds interesting, do you mean something like EditorConfig? No! But perhaps that could be added as well :-D Import/Export program data can be used to create a backup of all your settings, current theme, FTP profiles, text clips... Or you can use it to copy your settings to a different machine.
by Rickard Johansson
11 Aug 2024 17:12
Forum: Features
Topic: DONE - RJTextEd Feature Request: Markup/HTML side-by-side realtime display
Replies: 5
Views: 648

Re: RJTextEd Feature Request: Markup/HTML side-by-side realtime display

1. Synchronized scrolling is not supposed to be used with any panels (including the preview panel).
2. Auto update doesn't seem to work with Markdown files :? I'll see if I can fix it...
3. The current version is 16.26. Just saying :wink:
by Rickard Johansson
11 Aug 2024 08:33
Forum: Bugs
Topic: FIXED: Replace, replace, replace!
Replies: 6
Views: 431

Re: Replace, replace, replace!

:-D
It only happens when you're using the standalone window. The bottom-bar search works fine :?

I'm currently working on some new features (import/export settings and program data, and maybe a snapshot feature for open documents), but I'll fix it when I get the time...