Search found 95 matches

by crtrubshaw
26 Apr 2024 15:40
Forum: Features
Topic: Recent files
Replies: 0
Views: 7

Recent files

Hi Rickard, I'm jus trying to understand the recent files list, it sppears to show files in the order they were opened, and also shows currently opened files - is that how it works? Might it be possible to somehow see a list of recently closed files?

Thank you.
by crtrubshaw
22 Feb 2024 13:13
Forum: Features
Topic: DONE: Emmet indentation using preferences
Replies: 3
Views: 290

Re: DONE: Emmet indentation using preferences

Hi Rickard, this change only makes the initial indent(s) as tabs, but if the expression is already indented a few tabs (where I was editing) then the previous leading space is still being made up with spaces. Is it possible to change this?

Many thanks :-D
by crtrubshaw
22 Feb 2024 12:54
Forum: Features
Topic: DONE: Capitalize
Replies: 5
Views: 474

Re: DONE: Capitalize

Hi again Rickard, please can you add it to the regular (editor) toolbar?

Thank you.

20240222-1150.png
20240222-1150.png (5.9 KiB) Viewed 339 times
by crtrubshaw
19 Feb 2024 14:40
Forum: Features
Topic: DONE: Capitalize
Replies: 5
Views: 474

Re: DONE: Capitalize

Hi Rickard, was this included in v16.12, I can't see it in the editor toolbar?

Editor Toolbar.png
Editor Toolbar.png (32.41 KiB) Viewed 383 times
by crtrubshaw
09 Feb 2024 17:27
Forum: Features
Topic: DONE: Emmet indentation using preferences
Replies: 3
Views: 290

DONE: Emmet indentation using preferences

Hi Rickard, I use tabs for indentation in the preferences but Emmet abbreviations are always indented using spaces. Is it possible to make Emmet use tabs instead if that is the selection in preferences?

Thank you.
by crtrubshaw
30 Jan 2024 16:46
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 813

Re: FIXED: [v16.10] CTRL-RIGHT bug

You're welcome :) Just to let you know - it's not required, if you use the settings below the behaviour is the same.

opt.png
opt.png (54.09 KiB) Viewed 487 times
kbd.png
kbd.png (45.71 KiB) Viewed 487 times
by crtrubshaw
23 Jan 2024 13:50
Forum: Bugs
Topic: FIXED: [v16.10] CTRL-RIGHT bug
Replies: 10
Views: 813

Re: [v16.10] CTRL-RIGHT bug

Here is a little script which will move the cursor to the start of the next word, it's like PreviousWordNoSymbolsAction in reverse. You can add it as a tool and assign the Ctrl+Right shortcut.

CursorWordRight.zip
(316 Bytes) Downloaded 37 times
by crtrubshaw
18 Jan 2024 18:14
Forum: Features
Topic: DONE: Move to next/previous word (CTRL+Right/Left)
Replies: 2
Views: 347

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

Hi Rickard, please give us an option to use the old behaviour :?
by crtrubshaw
26 Jun 2023 11:31
Forum: Bugs
Topic: DONE: Don't show hidden folders in treeview (File Explorer panel)
Replies: 1
Views: 1020

DONE: Don't show hidden folders in treeview (File Explorer panel)

Hi Rickard, if a folder is hidden in WIndows, please can you hide it in the treeview as well? Maybe add an option to show hidden folders?

Many thanks.
by crtrubshaw
23 Jun 2023 15:24
Forum: Bugs
Topic: FIXED: Tooltips in Code Explorer
Replies: 2
Views: 1075

FIXED: Tooltips in Code Explorer

All the tooltips for the symbol filters are the same, they all say "Symbol filter".

Cheers Rickard :wink:
by crtrubshaw
12 Jun 2023 12:29
Forum: Features
Topic: Sidebar Toggle
Replies: 5
Views: 1710

Re: Sidebar Toggle

Maybe a keyboard shortcut can help?

20230612-1228.png
20230612-1228.png (108.47 KiB) Viewed 1599 times
by crtrubshaw
25 May 2023 13:10
Forum: Bugs
Topic: FIXED: Emmet bug - grouping/multiplier
Replies: 1
Views: 1306

FIXED: Emmet bug - grouping/multiplier

Hi Rickard, Emmet is not correctly handling grouping and multiplier options. If I expand this snippet: table>(tr>td*2)*2 I would expect to get: <table> <tr> <td></td> <td></td> </tr> <tr> <td></td> <td></td> </tr> </table> Thanks for checking.
by crtrubshaw
19 May 2023 16:04
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 2453

Re: DONE: ability to change highlight/style of unmatched brace

That was for All Languages, I'll try setting it per language...
by crtrubshaw
19 May 2023 16:03
Forum: Bugs
Topic: FIXED? Highlight CSS color values is highlighting HTML entities
Replies: 6
Views: 1773

Re: Highlight CSS color values is highlighting HTML entities

20230519-1600.png
20230519-1600.png (22.65 KiB) Viewed 1706 times

P.S. I know I should style this properly to achieve the spacing, don't judge me :?
by crtrubshaw
19 May 2023 09:34
Forum: Bugs
Topic: FIXED? Highlight CSS color values is highlighting HTML entities
Replies: 6
Views: 1773

Re: Highlight CSS color values is highlighting HTML entities

Yes, but if the # is preceded by an &, it's an entity, not a colour code.