Extensions
: K-Meleon Forum
All about K-Meleon extensions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=disrupted] updated to display in text filed and open in notepad as you've requested.. download from same link [color=green][sub]# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ---------- edit selected text $_archedit=getfolder(RootFolder)."\\Tools\\archivedit"; archivedit{ setclipboard(""); id(ID_EDIT_COPY); exec($_archedit."\\archivedit.exe "); } archivfield{ setclipboard(""); id(ID_EDIT_SELECT_ALL); id(ID_EDIT_COPY); exec($_archedit."\\archivedit.exe "); } archivedit_BuildMenu{ setmenu(Selection,inline,t_chiver,4); setmenu(t_chiver,macro,"Archive Edit",archivedit); setmenu("TextPopup",macro,"Archive Edit",archivfield,3); } $OnInit=$OnInit."archivedit_BuildMenu;"; #------------------------------------------- $macroModules=$macroModules."txtarchiveditor;";[/sub][/color] [color=blue][sub]; AutoIt Version: 3.3.0 ; Language: English ; Platform: Win9x/NT ; Author: yanni #NoTrayIcon #Include <Clipboard.au3> #Include <File.au3> $textarchive=ClipGet() $pendedit=(@tempdir & "\kmtextedit.txt") $txteditor=(@scriptdir & "\notepad2.exe") _FileCreate(@tempdir & "\kmtextedit.txt") $defaultpath=(@ScriptDir) FileWriteLine ($pendedit, "" ) FileWriteLine ($pendedit, $textarchive) sleep(88) $runner=($txteditor & " " & $pendedit) run($runner) exit[/sub][/color] also check this thread [url=http://kmeleon.sourceforge.net/forum/read.php?1,88206,88435]http://kmeleon.sourceforge.net/forum/read.php?1,88206,88435[/url][img][img][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development