miinx wrote: > http://www.ppsr.info/
My first impression is verrry positive! Big thanks. It doesn't look like it's a replacement for the help file. It complements it very nicely, similarly to the PPST. I like to be able to look up online with my browser, in addition to having my local copies of documentation. One thing to watch for is the base url for lookups. For lookups I would provide a base url that doesn't rely on the logical categories 'functions' 'builtins' 'plugins' etc. Just the keyword dot syntax is enough, with dots separated by slashes. Your current arrangement comes pretty close already, just drop the initial category path element. http://www.ppsr.info/new/builtin_commands/clip/copy.htm http://www.ppsr.info/new/clip/copy.htm this allows for automating online lookups, here's a button that does just that (LCmd4 all on one line) [4] Label = lookup PPS&R Tooltip = copy and lookup selection in PPRS Icon = icons\ppsr.ico Lcmd1 = clip.copy ; code below supports Opera Portable and silently downgrades to ; the default system browser when Opera can't be started ; keys ... is my hotkey combination to start Opera Portable ; replace LCmd2 and LCmd3 with your combination to run & wait for ; your favorite browser - or simply set Lcmd2 and LCmd3 =; ; to run the default system browser LCmd2 = ;keys {toany =PowerPro}{shift}{win}o LCmd3 = ;wait.for( 10000,anywindow("=opera") ) LCmd4 = do(win.exepath("=opera"), "http://www.ppsr.info/new/builtin_commands/"++ word(clip.get,1,". ")++if(word(clip.get,0,". ")>1,"/")++ word(clip.get,2,". ")++".htm") Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
