Improvement requests
: K-Meleon Forum
Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=JujuLand] @desga2, here is an hard-copy of the [url=http://pagesperso-orange.fr/jujuland/tempo/tabulation.png]hex content of the clipboard[/url] The separator is chr(9)chr(0) (UTF-8), it's an horizontal tabulation. I'm not sure , but I think it's \t I have tried this: [code]CopyLayerURLs{ setclipboard(pluginmsgex(layers,GetLayersInWindow,"",STRING)); $_layers_url=gsub("\n", "\t", getclipboard()); setclipboard($_layers_url); }[/code] And it doesn't works anymore. I think it's perhaps a macros.dll bug due to UTF-8 encoding. Other problem perhaps due to the same reason, accelerators (Co&py = p here) doesn't work anymore in the menu. Last point, since we have localized K-Meleon), it's important to directly insert localization mechanisms in kmm files. Replace this [code]$__m="Co&py All Layer URLs";[/code] by [code]$__m=_("Co&py All Layer URLs");[/code] and the macro will be localized with a LayerURLCopier.kml put to in locales\xx-YY folder (sample in french :) [code]# LANGUAGE DEFINITION FILE #-------------------------------------------------------- # Added by LayerURLColier Extension (don't edit this comment) #-------------------------------------------------------- Co&py All Layer URLs=Co&pier les URL des onglets #--------------------------------------------------------[/code] A+[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development