topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday November 21, 2025, 8:23 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 87 88 89 90 91 [92] 93 94 95 96 97 ... 113next
2276
FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.4.2
« Last post by ewemoa on February 10, 2010, 06:19 AM »
What about the output of a executable? That would be interesting...

That does sound interesting.  Haven't thought of a good use for it yet though :)
2277
FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.4.2
« Last post by ewemoa on February 10, 2010, 06:02 AM »
It's not currently possible. If not absolute, relative to what would you like to specify it?

Ok, thanks for the answer.

By "without specifying absolute paths" I was hoping for something along the lines of what's described below.  Sorry for the vagueness.

  • One idea is to be able to specify a path using FARR's "virtual folder" functionality as mentioned in the "Variable Replacements, Virtual Folder Names, Env Paths" section of the help file.  For example, being able to use %APPDRIVE%, %PLUGINDIR%, and the like as part of the path specification.  For reference, I believe "resolve" described in the "Values Getable by Plugins" section of the FARR help file can help with this.
  • Another is to be able to apply user variables.  For example, I have something like the following defined in the [Paths] section of my user variables:

      par=%APPDRIVE%\apps

    So using:

      %uservar.Paths.par%

    as part of a path.
  • The last idea is for non-absolute paths to be resolved relative the FarrWebMetaSearch plugin (or perhaps searches) directory.

Any of these would help with my portable set up :)
2278
FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.4.2
« Last post by ewemoa on February 09, 2010, 07:34 AM »
You mean instead of searching in a file downloaded from the web, you want to search in a local file?

Exactly.
2279
FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.4.2
« Last post by ewemoa on February 09, 2010, 05:29 AM »
I'd like to be able to specify local files for searchUrl (e.g. for a local copy of the autohotkey script listing page).

Is it possible to do this already and if so, is there a way to do it without specifying absolute paths?
2280
FARR Plugins and Aliases / Re: Everything plugin for FARR
« Last post by ewemoa on February 07, 2010, 02:32 AM »
I tried to follow my interpretation of the instructions in the OP.  Unfortunately, it seems for some reason downloading the dll for FarrEverything doesn't work from my IP address.
2281
Find And Run Robot / Re: last window id
« Last post by ewemoa on February 06, 2010, 09:21 PM »
It worked. :P Now it will switch to the chosen folder if Directory Opus is open, or start Directory Opus if not.

Glad to hear it worked out for you  :Thmbsup:

FARR is great.

I concur...and DC, mouser, and others too ;)
2282
FARR Plugins and Aliases / Re: DevCheatSheets Alias
« Last post by ewemoa on February 05, 2010, 07:22 PM »
Sorry for being obscure -- I was alluding to the "Funny" cheat sheet category ;)

BTW, since there seems to be at least one category w/ 5 pages, what do you think about enhancing the .conf to work w/ 5 pages (perhaps you have already done so)?
2283
FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.4.2
« Last post by ewemoa on February 05, 2010, 07:59 AM »
If you do something like the following (that is adding author to the caption) you can also search by author  :)

Nice!


You can also add simple html to the output if you like, and add context menus...
-Perry Mowbray

Thank you for your generous teachings, master  ;D
2284
FARR Plugins and Aliases / Re: DevCheatSheets Alias
« Last post by ewemoa on February 05, 2010, 07:50 AM »
Great idea to use http://devcheatsheet...com/browse/?view=tag as searchUrl  :Thmbsup:

The context menu functionality is interesting.  FWIW, some multi-page categories I found included:

  • Adobe Dreamweaver
  • Adobe Flash
  • Adobe Illustrator
  • Apache
  • Google
  • JavaScript
  • jQuery
  • Microsoft Windows
  • Microsoft Excel
  • Oracle
  • PHP
  • Python
  • Regular Expressions
  • Ruby on Rails
  • Security
  • SQL
  • Unix
  • Vim

IIRC, these all had 2 pages.

I finally found some w/ more than 2 pages:

  Adobe Photoshop had 4
  HTML had 5

Hmm...what's this "Funny" one?
2285
FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.4.2
« Last post by ewemoa on February 05, 2010, 07:22 AM »
Thanks a lot, Perry  :Thmbsup:

Below is the modified and tested (err, slightly) .conf file.
description=AutoHotkey Script Listing
searchUrl=http://www.autohotkey.com/wiki/index.php?title=Script_Listing
resultPattern=<p><a href="([^"]+)" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a> by <a href="[^"]+" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a>
farrCaption=$2
farrGroup=$3
farrPath=$1
isFeed=true


It may be obvious, but just in case: one can get an icon for AHK via http://www.autohotkey.com/favicon.ico
2286
FARR Plugins and Aliases / Re: FARR plugin: FarrWebMetaSearch 1.4.2
« Last post by ewemoa on February 05, 2010, 06:51 AM »
I tried my hand at creating a .conf [1] for a page that's got static results:

  http://www.autohotke...title=Script_Listing

This didn't seem to work -- using Wireshark, noticed that FarrWebMetaSearch seems to append the query string to the end of searchUrl.  This makes a lot of sense for non-static searches of course :)  Is there a way to not have it do that?  (Sorry if I missed the discussion of how to do this if it has already been mentioned -- I did scan this topic and the help file, FWIW  8) )

Below is the .conf so far:

description=AutoHotkey Script Listing
searchUrl=http://www.autohotkey.com/wiki/index.php?title=Script_Listing
resultPattern=<p><a href="([^"]+)" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a> by <a href="[^"]+" class="external text" title="[^"]+" rel="nofollow">([^>]+)</a>
farrCaption=$2
farrGroup=$3
farrPath=$1


[1] I'm slightly confused -- I noticed the docs say .config, but only see .conf files.  Would someone mind straightening me out?
2287
FARR Plugins and Aliases / Re: DevCheatSheets Alias
« Last post by ewemoa on February 05, 2010, 04:54 AM »
Good luck ;)
2288
FARR Plugins and Aliases / DevCheatSheets Alias
« Last post by ewemoa on February 05, 2010, 02:56 AM »
Below is the result of applying Target's post, Greasemonkey, and XPath Checker.  The intended destination is the result(s) text area of an Edit Alias Group dialog.  (FWIW, I use 'devcs' for the name of the alias group.)

Sorry it isn't in a convenient form for importing/use.  Perhaps it can be improved  8)

Click Me?
3D Studio Max | http://devcheatsheet...m/tag/3d-studio-max/
Accessibility | http://devcheatsheet...m/tag/accessibility/
ActionScript | http://devcheatsheet...om/tag/actionscript/
ActiveRecord | http://devcheatsheet...om/tag/activerecord/
Ada | http://devcheatsheet.com/tag/ada/
Adobe Acrobat | http://devcheatsheet...m/tag/adobe-acrobat/
Adobe Dreamweaver | http://devcheatsheet...com/tag/dreamweaver/
Adobe Fireworks | http://devcheatsheet.com/tag/fireworks/
Adobe Flash | http://devcheatsheet.com/tag/flash/
Adobe Flex | http://devcheatsheet.com/tag/adobe-flex/
Adobe Framemaker | http://devcheatsheet...ag/adobe-framemaker/
Adobe Illustrator | http://devcheatsheet...g/adobe-illustrator/
Adobe InCopy | http://devcheatsheet...om/tag/adobe-incopy/
Adobe InDesign | http://devcheatsheet.com/tag/indesign/
Adobe Integrated Runtime (AIR) | http://devcheatsheet.com/tag/adobe-air/
Adobe Photoshop Elements | http://devcheatsheet...-photoshop-elements/
Adobe Photoshop | http://devcheatsheet...tag/adobe-photoshop/
AJAX | http://devcheatsheet.com/tag/ajax/
Apache | http://devcheatsheet.com/tag/apache/
AppleWorks | http://devcheatsheet.com/tag/appleworks/
apt-get | http://devcheatsheet.com/tag/apt-get/
ASCII | http://devcheatsheet.com/tag/ascii/
Ask.com | http://devcheatsheet.com/tag/ask/
ASP | http://devcheatsheet.com/tag/asp/
ASP.NET | http://devcheatsheet.com/tag/aspnet/
awk | http://devcheatsheet.com/tag/awk/
BackTrack | http://devcheatsheet.com/tag/backtrack/
Bash | http://devcheatsheet.com/tag/bash/
Bazaar | http://devcheatsheet.com/tag/bazaar/
Blender | http://devcheatsheet.com/tag/blender/
Blogger | http://devcheatsheet.com/tag/blogger/
Blueprint CSS | http://devcheatsheet.com/tag/blueprint/
BPMN | http://devcheatsheet.com/tag/bpmn/
C | http://devcheatsheet.com/tag/c/
C# | http://devcheatsheet.com/tag/c-sharp/
C++ | http://devcheatsheet.com/tag/cpp/
CakePHP | http://devcheatsheet.com/tag/cakephp/
Capistrano | http://devcheatsheet.com/tag/capistrano/
CFScript | http://devcheatsheet.com/tag/cfscript/
Character Codes | http://devcheatsheet...tag/character-codes/
chmod | http://devcheatsheet.com/tag/chmod/
Cinema 4D | http://devcheatsheet.com/tag/cinema-4d/
Clojure | http://devcheatsheet.com/tag/clojure/
COBOL | http://devcheatsheet.com/tag/cobol/
CodeIgniter | http://devcheatsheet...com/tag/codeigniter/
ColdFusion | http://devcheatsheet.com/tag/coldfusion/
Colors | http://devcheatsheet.com/tag/colors/
Common Lisp | http://devcheatsheet...com/tag/common-lisp/
Country Codes | http://devcheatsheet...m/tag/country-codes/
CSS | http://devcheatsheet.com/tag/css/
CVS | http://devcheatsheet.com/tag/cvs/
DB2 | http://devcheatsheet.com/tag/db2/
Delphi | http://devcheatsheet.com/tag/delphi/
Design Patterns | http://devcheatsheet...tag/design-patterns/
Django | http://devcheatsheet.com/tag/django/
Doctrine | http://devcheatsheet.com/tag/doctrine/
DOM | http://devcheatsheet.com/tag/dom/
DOS | http://devcheatsheet.com/tag/dos/
Drupal | http://devcheatsheet.com/tag/drupal/
DTD | http://devcheatsheet.com/tag/dtd/
E Text Editor | http://devcheatsheet...m/tag/e-text-editor/
Eclipse | http://devcheatsheet.com/tag/eclipse/
ed | http://devcheatsheet.com/tag/ed/
emacs | http://devcheatsheet.com/tag/emacs/
Enterprise JavaBeans (EJB) | http://devcheatsheet...prise-javabeans-ejb/
Erlang | http://devcheatsheet.com/tag/erlang/
Exim | http://devcheatsheet.com/tag/exim/
ExpressionEngine | http://devcheatsheet...ag/expressionengine/
F# | http://devcheatsheet.com/tag/f-sharp/
Fgdump | http://devcheatsheet.com/tag/fgdump/
Final Cut Pro | http://devcheatsheet...m/tag/final-cut-pro/
Fonts | http://devcheatsheet.com/tag/fonts/
Fortran | http://devcheatsheet.com/tag/fortran/
Front Row | http://devcheatsheet.com/tag/front-row/
Funny | http://devcheatsheet.com/tag/funny/
Fusebox | http://devcheatsheet.com/tag/fusebox/
Git | http://devcheatsheet.com/tag/git/
Gmail | http://devcheatsheet.com/tag/gmail/
GNU Debugger (GDB) | http://devcheatsheet...ag/gnu-debugger-gdb/
GNU Readline | http://devcheatsheet.com/tag/readline/
Google Adwords | http://devcheatsheet.../tag/google-adwords/
Google Analytics | http://devcheatsheet...ag/google-analytics/
Google Docs | http://devcheatsheet...com/tag/google-docs/
Google Maps | http://devcheatsheet...com/tag/google-maps/
Google Reader | http://devcheatsheet...m/tag/google-reader/
Google Voice | http://devcheatsheet...om/tag/google-voice/
Google Wave | http://devcheatsheet...com/tag/google-wave/
Google | http://devcheatsheet.com/tag/google/
Haskell | http://devcheatsheet.com/tag/haskell/
Hibernate | http://devcheatsheet.com/tag/hibernate/
Hping | http://devcheatsheet.com/tag/hping/
htaccess | http://devcheatsheet.com/tag/htaccess/
HTML | http://devcheatsheet.com/tag/html/
IBM AIX | http://devcheatsheet.com/tag/aix/
iCal | http://devcheatsheet.com/tag/ical/
IDA Pro | http://devcheatsheet.com/tag/ida-pro/
IIS | http://devcheatsheet.com/tag/iis/
Incanter | http://devcheatsheet.com/tag/incanter/
Informix | http://devcheatsheet.com/tag/informix/
Ingres | http://devcheatsheet.com/tag/ingres/
Internationalization (I18N) | http://devcheatsheet...ationalization-i18n/
Internet Explorer | http://devcheatsheet...g/internet-explorer/
Intuit Quickbooks | http://devcheatsheet...g/intuit-quickbooks/
iTunes | http://devcheatsheet.com/tag/itunes/
Java | http://devcheatsheet.com/tag/java/
JavaScript | http://devcheatsheet.com/tag/javascript/
Joomla! | http://devcheatsheet.com/tag/joomla/
jQuery | http://devcheatsheet.com/tag/jquery/
JSP | http://devcheatsheet.com/tag/jsp/
JSTL | http://devcheatsheet.com/tag/jstl/
Keynote | http://devcheatsheet.com/tag/keynote/
LaTeX | http://devcheatsheet.com/tag/latex/
Lift | http://devcheatsheet.com/tag/lift/
Lime Testing Framework | http://devcheatsheet.com/tag/lime/
LINQ | http://devcheatsheet.com/tag/linq/
Linux | http://devcheatsheet.com/tag/linux/
Lisp | http://devcheatsheet.com/tag/lisp/
Lotus Notes | http://devcheatsheet...com/tag/lotus-notes/
Lua | http://devcheatsheet.com/tag/lua/
Macromedia Freehand | http://devcheatsheet...macromedia-freehand/
Marketing | http://devcheatsheet.com/tag/marketing/
MathML | http://devcheatsheet.com/tag/mathml/
MATLAB | http://devcheatsheet.com/tag/matlab/
Mercurial | http://devcheatsheet.com/tag/mercurial/
Metasploit | http://devcheatsheet.com/tag/metasploit/
Microformats | http://devcheatsheet...om/tag/microformats/
Microsoft .NET Framework | http://devcheatsheet.com/tag/dotnet/
Microsoft Entourage | http://devcheatsheet...microsoft-entourage/
Microsoft Excel | http://devcheatsheet.com/tag/excel/
Microsoft FrontPage | http://devcheatsheet.com/tag/frontpage/
Microsoft InfoPath | http://devcheatsheet.com/tag/infopath/
Microsoft Office | http://devcheatsheet...ag/microsoft-office/
Microsoft OneNote | http://devcheatsheet.com/tag/onenote/
Microsoft Outlook | http://devcheatsheet.com/tag/outlook/
Microsoft PowerPoint | http://devcheatsheet.com/tag/powerpoint/
Microsoft Project | http://devcheatsheet...g/microsoft-project/
Microsoft Publisher | http://devcheatsheet...microsoft-publisher/
Microsoft SQL Server | http://devcheatsheet.com/tag/sql-server/
Microsoft Visio | http://devcheatsheet...tag/microsoft-visio/
Microsoft Visual Studio | http://devcheatsheet...m/tag/visual-studio/
Microsoft Visual Web Developer | http://devcheatsheet...isual-web-developer/
Microsoft Windows | http://devcheatsheet.com/tag/windows/
Microsoft Word | http://devcheatsheet.com/tag/ms-word/
mod_rewrite | http://devcheatsheet...com/tag/mod_rewrite/
MODx | http://devcheatsheet.com/tag/modx/
MooTools | http://devcheatsheet.com/tag/mootools/
Movable Type | http://devcheatsheet...om/tag/movable-type/
Mozilla Firefox | http://devcheatsheet...tag/mozilla-firefox/
Mozilla Thunderbird | http://devcheatsheet...mozilla-thunderbird/
MPlayer | http://devcheatsheet.com/tag/mplayer/
MS Access | http://devcheatsheet.com/tag/ms-access/
Mutt | http://devcheatsheet.com/tag/mutt/
MySQL | http://devcheatsheet.com/tag/mysql/
Nessus | http://devcheatsheet.com/tag/nessus/
Netcat | http://devcheatsheet.com/tag/netcat/
NetHack | http://devcheatsheet.com/tag/nethack/
Networking | http://devcheatsheet.com/tag/networking/
Nmap | http://devcheatsheet.com/tag/nmap/
OAuth | http://devcheatsheet.com/tag/oauth/
OllyDbg | http://devcheatsheet.com/tag/ollydbg/
OpenSSL | http://devcheatsheet.com/tag/openssl/
Oracle | http://devcheatsheet.com/tag/oracle/
OS X | http://devcheatsheet.com/tag/os-x/
Outlook Express | http://devcheatsheet...tag/outlook-express/
Pages | http://devcheatsheet.com/tag/pages/
Papervision 3D | http://devcheatsheet.../tag/papervision-3d/
Pascal | http://devcheatsheet.com/tag/pascal/
Perforce | http://devcheatsheet.com/tag/perforce/
Perl | http://devcheatsheet.com/tag/perl/
PGP | http://devcheatsheet.com/tag/pgp/
PHP | http://devcheatsheet.com/tag/php/
PL/pgSQL | http://devcheatsheet.com/tag/pl-pgsql/
PL/SQL | http://devcheatsheet.com/tag/pl-sql/
PostgreSQL | http://devcheatsheet.com/tag/postgresql/
PowerShell | http://devcheatsheet.com/tag/powershell/
Prolog | http://devcheatsheet.com/tag/prolog/
Propel | http://devcheatsheet.com/tag/propel/
Prototype | http://devcheatsheet.com/tag/prototype/
Python | http://devcheatsheet.com/tag/python/
QuarkXPress | http://devcheatsheet...com/tag/quarkxpress/
R | http://devcheatsheet.com/tag/r/
RDFa | http://devcheatsheet.com/tag/rdfa/
Regular Expressions | http://devcheatsheet.com/tag/regex/
Reverse Engineering | http://devcheatsheet...reverse-engineering/
Robocopy | http://devcheatsheet.com/tag/robocopy/
rpm | http://devcheatsheet.com/tag/rpm/
RSS | http://devcheatsheet.com/tag/rss/
rsync | http://devcheatsheet.com/tag/rsync/
Ruby on Rails | http://devcheatsheet...m/tag/ruby-on-rails/
Ruby | http://devcheatsheet.com/tag/ruby/
Safari | http://devcheatsheet.com/tag/safari/
Scala | http://devcheatsheet.com/tag/scala/
Scalable Vector Graphics (SVG) | http://devcheatsheet.com/tag/svg/
Schematron | http://devcheatsheet.com/tag/schematron/
Scheme | http://devcheatsheet.com/tag/scheme/
screen | http://devcheatsheet.com/tag/screen/
Scriptaculous | http://devcheatsheet...m/tag/scriptaculous/
Security | http://devcheatsheet.com/tag/security/
sed | http://devcheatsheet.com/tag/sed/
SEO | http://devcheatsheet.com/tag/seo/
Server Side Includes (SSI) | http://devcheatsheet.com/tag/ssi/
SharePoint Server | http://devcheatsheet...g/sharepoint-server/
SimpleTest | http://devcheatsheet.com/tag/simpletest/
Smarty | http://devcheatsheet.com/tag/smarty/
Spring | http://devcheatsheet.com/tag/spring/
SQL Injection | http://devcheatsheet...m/tag/sql-injection/
SQL | http://devcheatsheet.com/tag/sql/
SQLite | http://devcheatsheet.com/tag/sqlite/
SSH | http://devcheatsheet.com/tag/ssh/
SSL | http://devcheatsheet.com/tag/ssl/
Subversion (SVN) | http://devcheatsheet.com/tag/svn/
Sybase | http://devcheatsheet.com/tag/sybase/
Symfony | http://devcheatsheet.com/tag/symfony/
T-SQL | http://devcheatsheet.com/tag/t-sql/
Tcl | http://devcheatsheet.com/tag/tcl/
TCP/IP | http://devcheatsheet.com/tag/tcp-ip/
tcpdump | http://devcheatsheet.com/tag/tcpdump/
TeX | http://devcheatsheet.com/tag/tex/
TextMate | http://devcheatsheet.com/tag/textmate/
Twitter | http://devcheatsheet.com/tag/twitter/
TypePad | http://devcheatsheet.com/tag/typepad/
UML | http://devcheatsheet.com/tag/uml/
Unicode | http://devcheatsheet.com/tag/unicode/
Unix | http://devcheatsheet.com/tag/unix/
Usability | http://devcheatsheet.com/tag/usability/
VB.NET | http://devcheatsheet.com/tag/vbnet/
VBScript | http://devcheatsheet.com/tag/vbscript/
Vi | http://devcheatsheet.com/tag/vi/
Vim | http://devcheatsheet.com/tag/vim/
Vimperator | http://devcheatsheet.com/tag/vimperator/
Virtual Private Network (VPN) | http://devcheatsheet.com/tag/vpn/
Visual Basic (VB) | http://devcheatsheet.com/tag/vb/
Visualization | http://devcheatsheet...m/tag/visualization/
Win32 | http://devcheatsheet.com/tag/win32/
Wireshark | http://devcheatsheet.com/tag/wireshark/
WordPress | http://devcheatsheet.com/tag/wordpress/
WPF | http://devcheatsheet.com/tag/wpf/
x-emacs | http://devcheatsheet.com/tag/x-emacs/
x86 | http://devcheatsheet.com/tag/x86/
XAML | http://devcheatsheet.com/tag/xaml/
Xcode | http://devcheatsheet.com/tag/xcode/
XHTML | http://devcheatsheet.com/tag/xhtml/
XML | http://devcheatsheet.com/tag/xml/
Xmonad | http://devcheatsheet.com/tag/xmonad/
XPath | http://devcheatsheet.com/tag/xpath/
XQuery | http://devcheatsheet.com/tag/xquery/
XSLT | http://devcheatsheet.com/tag/xslt/
XSS | http://devcheatsheet.com/tag/xss/
Yahoo! Query Language (YQL) | http://devcheatsheet.com/tag/yql/
Yahoo! Search BOSS | http://devcheatsheet...g/yahoo-search-boss/
Yahoo! | http://devcheatsheet.com/tag/yahoo/
YUI | http://devcheatsheet.com/tag/yui/


Edited to fix an error (thanks for pointing it out mouser!) and changed the sort order.
2289
Find And Run Robot / Re: last window id
« Last post by ewemoa on February 04, 2010, 04:01 PM »
I'll try to look at it.

Good luck with trying to make suitable changes!

FWIW, when I downloaded the latest version, one of my first thoughts was along the lines of "Oh no!  No more source :(". ;)
2290
Find And Run Robot / Re: FARR alt tab 2.0 beta
« Last post by ewemoa on February 04, 2010, 04:08 AM »
No hurry, no problem!

Thanks for the response :)
2291
Find And Run Robot / Re: last window id
« Last post by ewemoa on February 03, 2010, 08:33 PM »
I don't have a good answer to your important question, however, regarding:

the latest FarrFolders only comes with a compiled version any way

IIUC, the ahk files were moved into a subfolder named "AHK files".  Do you see such a folder?
2292
Find And Run Robot / Re: last window id
« Last post by ewemoa on February 03, 2010, 08:05 PM »
Hmm...I don't have those things, but I did give GVimPortable a try.  

With the following code appropriately added to FarrFolders.ahk (followed by compiling the script and placing it in the appropriate location), I observed that opening files for editing seemed to work:

Code: AutoIt [Select]
  1. else if f_class = Vim
  2. {
  3.   WinActivate ahk_id %f_window_id%
  4.   Send, {Escape}:e %f_path%{enter}
  5. }

I tried using:

  :n .

followed by the enter key to do directory browsing in vim, but this didn't work here.

Edit: Ah, when I try w/ version 7.2, directory browsing seems to work...and the code snippet above seems to work as-is :)

FWIW, I used the AU3_Spy utility that comes w/ AutoHotkey to determine a value for ahk_class (used in the snippet above -- the value was Vim).
2293
Developer's Corner / Re: developers cheatsheets
« Last post by ewemoa on February 03, 2010, 06:50 PM »
Nice  :Thmbsup:

Thanks for sharing.
2294
General Software Discussion / Re: Cache My Work: reopen your Apps after reboot
« Last post by ewemoa on February 03, 2010, 06:46 PM »
Since FF is widely known [1] and has something close [2] (if not adequate) and they seem to call it "Session Restore", may be that's not a bad choice...especially when asking developers and companies to support the functionality :)

Even nicer would be multiple sessions -- didn't K-Meleon have something like this?


[1] It is, isn't it?
[2] Didn't know you could do about:sessionrestore in FF...
2295
Find And Run Robot / FarrFolders Demo
« Last post by ewemoa on February 03, 2010, 06:31 PM »
This is a series of screenshots intended to give a taste of what FarrFolders (latest at the time of this writing) can do.

Credits: FarrFolders was conceived of/developed by cardboard42 and rulfzid -- with contributions from others: mouser, nitrix-ud, skajfes, and TucknDar (if I missed someone or didn't credit appropriately, please let me know).  Please see this topic for details.

While interfacing with a save dialog, have you ever thought: "I wish I could just use FARR to find the folder to save to!".  Well, you can with FarrFolders :)

1. About to click on a link to download this interesting looking application...
0. Starting.png

2. Time to confirm the download.
1. Confirm Download.png

3. Hmm, none of these easily accessible save locations look good...
2. Save Dialog.png

4. I'll bring up FARR, find the directory to save to, apply the FarrFolders magic (+fao), press the Enter key and...
3. Find folder to save to using FARR...and add magic_ +fao.png

5. Lo and behold!  FARR has changed the directory in the save dialog box :)
4. Observe the results of pressing the enter key.png
2296
Find And Run Robot / Re: FARR alt tab 2.0 beta
« Last post by ewemoa on February 03, 2010, 05:05 PM »
I'm using FARR 2.80.02 and not having much luck getting this plugin to run.

My Troubleshooting Log says:

*Loading plugin: FARRAltTab\FARRAltTab.dll
 Failed.
*Loading plugin: FARRAltTab\FARRAltTabRCW.dll
 Failed.

Is this likely to be a case of -- try uninstalling other plugins?

Edit: I tried a FARR installation with only the plugin in question, but got similar results.
2297
General Software Discussion / Re: Cache My Work: reopen your Apps after reboot
« Last post by ewemoa on February 03, 2010, 04:52 PM »
So...has anyone coined a nice short phrase or word to describe this functionality?  :)

Resumable?  Hmm, perhaps that suffers from similar potential confusion like that generated by "portable"...

I guess there is already the idea of "sessions".
2298
Find And Run Robot / Re: last window id
« Last post by ewemoa on February 03, 2010, 04:47 PM »
VERY interesting....  Does something similar exist for Vi/Vim bindings?

Not as far as I know.

If I recall correctly, it might be slightly tricky because of the modal-ness.  BTW, which Vi/Vim are you using?
2299
Living Room / Re: Tech Talk: Linus Torvalds on git
« Last post by ewemoa on February 03, 2010, 06:19 AM »
Unfortunately, git has a pretty high complexity level, and it's pretty easy to shoot yourself in the foot.

This is one of the reasons I'm looking at Mercurial :)  From what I read though, git seems to be much less complex now than it was originally (though that may still be too much).

I haven't started looking at Bazaar yet, but their Bazaar Explorer looks enticing for trying to learn their system.
2300
General Software Discussion / Re: "Pointer" Directories in Windows
« Last post by ewemoa on February 02, 2010, 09:17 PM »
I recently came across the following article and found it helpful:

  http://shell-shocked.org/article.php?id=284

One of the few non-portable things I've been using is:

  http://elsdoerfer.name/=ntfslink

I believe this tool helps (in some cases?) w/ the problem that f0dder mentioned about deletion.

(I'm thinking of applying some of this to moving my profile to another partition or drive.)
Pages: prev1 ... 87 88 89 90 91 [92] 93 94 95 96 97 ... 113next