Search found 2779 matches

by jupe
22 Mar 2024 20:21
Forum: Tips & Tricks, Questions & Answers
Topic: How to set the file encoding type in the tooltip?
Replies: 7
Views: 359

Re: How to set the file encoding type in the tooltip?

No, no problem, I just thought I'd double check before the change left beta because usually you seem to word it differently in the changelog if it is a default change.
by jupe
22 Mar 2024 03:58
Forum: Tips & Tricks, Questions & Answers
Topic: How to set the file encoding type in the tooltip?
Replies: 7
Views: 359

Re: How to set the file encoding type in the tooltip?

Was this meant to be default enabled for upgraders?
by jupe
20 Mar 2024 21:44
Forum: Tips & Tricks, Questions & Answers
Topic: Toolbars - new line
Replies: 49
Views: 1259

Re: Toolbars - new line

I've noticed an issue when there is a double row with menu/text btns on top, if the buttons underneath are of the style that has a drop down menu on the RHS (as arrows below indicate) the menu text above those icons can go missing (as pictured) Once the text has gone missing, mouseover the blank are...
by jupe
20 Mar 2024 20:11
Forum: Bug Reports
Topic: Breadcrumb Bar colors can become out of sync
Replies: 1
Views: 138

Breadcrumb Bar colors can become out of sync

I noticed that if you have "Match breadcrumb bar with custom colored tab" enabled, and drag/move a custom colored tab to the other pane, the breadcrumb colors become out of sync on both panes until tab switch.
by jupe
14 Mar 2024 01:53
Forum: Wishes
Topic: Padding file names with 0
Replies: 12
Views: 316

Re: Padding file names with 0

I have noticed a crash can occur if for example you type in the address bar an empty variable and then pad, while this may not be something that people would do intentionally, it could still occur, to repro in fresh, Enter something like the following in the AB: <a><pad 1 XY will crash at this point...
by jupe
09 Mar 2024 21:57
Forum: Bug Reports
Topic: SC property
Replies: 3
Views: 228

Re: SC property

Not sure if it matters because there are alternatives, but FYI the n flag doesn't work for the new #image.width/height
by jupe
09 Mar 2024 20:25
Forum: Tips & Tricks, Questions & Answers
Topic: Scripting a file picker / file chooser
Replies: 2
Views: 72

Re: Scripting a file picker / file chooser

Not sure how you found input, but not inputfile()
by jupe
09 Mar 2024 18:38
Forum: Bug Reports
Topic: Bug with FVS
Replies: 16
Views: 1274

Re: Bug with FVS

I edited last post (while u were posting), I meant icon not btn, I may get it right eventually. :eh:
by jupe
09 Mar 2024 18:33
Forum: Bug Reports
Topic: Bug with FVS
Replies: 16
Views: 1274

Re: Bug with FVS

I think I worded that badly, I meant the icon :id, not cmd. As to the manage FVS changes in .0108, what do you think about having the VF overlay (like used on tabs/catalog) instead, or would that be difficult/unnecessary, anyway it's just a suggestion.
by jupe
09 Mar 2024 06:29
Forum: Tips & Tricks, Questions & Answers
Topic: modifying user folder in tree?
Replies: 5
Views: 99

Re: modifying user folder in tree?

Yeah I was unsure. Check these items then.

View | Show Items | Show Hidden Files and Folders
by jupe
09 Mar 2024 06:19
Forum: Tips & Tricks, Questions & Answers
Topic: modifying user folder in tree?
Replies: 5
Views: 99

Re: modifying user folder in tree?

Maybe you mean this:

Configuration | General | Tree and List | Items in Tree and List | Select Items...
by jupe
09 Mar 2024 06:17
Forum: Bug Reports
Topic: Bug with FVS
Replies: 16
Views: 1274

Re: Bug with FVS

Just reusing suitable topic title.
Not really a bug, but FYI I noticed that since icons were added to manage FVS, when a VF is set within, the icon shown is the dual loc icon, unsure if you wanted it like that. (also what is the :id for dual?)
by jupe
09 Mar 2024 02:00
Forum: Tips & Tricks, Questions & Answers
Topic: How to write copy/tags to a NEW file
Replies: 2
Views: 92

Re: How to write copy/tags to a NEW file

When you create a new file in current folder, orig selection is lost, so you need to make sure tagitems is getting orig tags from a valid filename, eg.

replace this:
$tags = tagitems("tags");

with this:
$tags = tagitems("tags", , $file);