Development
: K-Meleon Forum
K-Meleon development related discussions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=baysao] In main.kmm, there is function "Open as URL" selected text in focus windows(tab). Sometime i want to open this text in other tab. So i wrote this macro . Hoping useful. [quote] [i]# Macro name: OpenAsURLInNew.kmm # Author: Thanh Vu(baysao@gmail.com) # Macro help open selected text in new tab # Macro depend macro main.kmm Open_TextAsURLInNew{ $OpenURL=$SelectedText; $OpenURL==""?0:opentab($OpenURL); } # - PRIVATE _OpenAsURLInNew_BuildMenu{ setmenu(Selection,macro,"Open As URL in &New",Open_TextAsURLInNew); } $OnInit=$OnInit."_OpenAsURLInNew_BuildMenu;";[/i][/quote][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development