| Author |
Message |
Topic: Sublime Text Editor - Very nice |
rootey
Replies: 23
Views: 8999
|
Forum: Utilities & Resources Posted: Fri Jul 09, 2010 8:17 pm Subject: [howTo] AHK syntax highlighting in SublimeText editor |
Here is a 5sec install guide for AHK syntax highlighting in SublimeText editor:
AutoHotKey.zip
http://www.sublimetext.com/forum/download/file.php?id=64
unzip this into your user applications fo ... |
Topic: Sublime Text Editor - Very nice |
rootey
Replies: 23
Views: 8999
|
Forum: Utilities & Resources Posted: Sun Nov 01, 2009 12:56 pm Subject: Sublime Text Editor - Very nice |
Here are a few links to start trying to make life easier:
Ctrl + scroll wheel to control text zoom level (like Scite)
http://www.sublimetext.com/forum/viewtopic.php?f=4&t=751&start=0
Usin ... |
Topic: Sublime Text Editor - Very nice |
rootey
Replies: 23
Views: 8999
|
Forum: Utilities & Resources Posted: Mon Oct 26, 2009 8:01 pm Subject: Sublime Text Editor - Very nice |
Yeah I know it's not free, but the guy says "There is no enforced time limit for the evaluation." So for the moment, i'll keep using the release or the beta.
If it keeps developing at it's ... |
Topic: Sublime Text Editor - Very nice |
rootey
Replies: 23
Views: 8999
|
Forum: Utilities & Resources Posted: Sun Oct 25, 2009 11:04 pm Subject: Sublime Text Editor - Very nice |
Here's a couple of screen casts showing some of the hidden features:
Basic HTML tags completion and Snippets:
http://ej12n.com/screencasts/texteditor.html
Multiple Selections and Regex Use:
http ... |
Topic: Sublime Text Editor - Very nice |
rootey
Replies: 23
Views: 8999
|
Forum: Utilities & Resources Posted: Sun Oct 25, 2009 7:52 pm Subject: Sublime Text Editor - Very nice |
screen shot:
http://www.sublimetext.com/screenshots/pythonHeroFull.png
I've tried many text/code/ide editors: vim, scite, eclipse etc...
This one is my current favourite:
http://www.sublimetext.co ... |
Topic: Which mindmapper tool do you recommend and why? |
rootey
Replies: 19
Views: 4638
|
Forum: Utilities & Resources Posted: Tue Oct 06, 2009 8:02 pm Subject: Which mindmapper tool do you recommend and why? |
I was hooked on freemind for a long while.
But since using Vue, I have been very happy. It's free & very slick.
Check it out, it is a little more flexible than most linear mind mapping tools, l ... |
Topic: how to verify sendinput |
rootey
Replies: 6
Views: 679
|
Forum: Ask for Help Posted: Fri Oct 02, 2009 7:37 pm Subject: how to verify sendinput |
@scamper_22
Maybe this will be of use?
Skrommel did a nice ahk script that shows keyboard input here:
http://www.donationcoder.com/Software/Skrommel/index.html#ShowOff |
Topic: AutoComplete for Files and Folders |
rootey
Replies: 20
Views: 2133
|
Forum: Ask for Help Posted: Thu Oct 01, 2009 10:09 pm Subject: AutoComplete for Files and Folders |
Gui, Add, Combobox, x7 y7 w550 h21 Choose1 hwndhSHAC vtFolder, %tFolder%
ControlGet, hMyEdit, hWnd,, Edit1, ahk_id %hSHAC%
DllCall( "ole32\CoInitialize", UInt,0 )
DllCall( &qu ... |
Topic: ListView of folders, with doubleclick action & filter |
rootey
Replies: 10
Views: 1370
|
Forum: Ask for Help Posted: Wed Sep 30, 2009 9:31 pm Subject: ListView of folders, with doubleclick action & filter |
I'm stuck trying to display a subFolder in a new listView.
I've cut the code down, and just added a MsgBox to see if I can get the subFolders to list.
When I double click an entry it just displays t ... |
Topic: Popcorn Movie Db [v3.1.0] |
rootey
Replies: 85
Views: 15555
|
Forum: Scripts & Functions Posted: Wed Sep 30, 2009 8:42 pm Subject: Popcorn Movie Db [v3.1.0] |
Hey Delusion, I really like your script.
As for suggestions:
1)I tried Auto add entries from folder (beta) - this worked, but had to reload script for the entries to show.
2)An options box, so that ... |
Topic: ListView of folders, with doubleclick action & filter |
rootey
Replies: 10
Views: 1370
|
Forum: Ask for Help Posted: Tue Sep 29, 2009 1:26 am Subject: ListView of folders, with doubleclick action & filter |
Thanks to the help from you guys, this script is starting to go somewhere.
Here is the working code v0.9 , with some added features:
rightClick menu operates in current row.
create folders or multi ... |
Topic: [Lib] ini v1.0 - Basic ini string functions |
rootey
Replies: 128
Views: 17610
|
Forum: Scripts & Functions Posted: Sun Sep 27, 2009 9:55 pm Subject: [Lib] ini v1.0 - Basic ini string functions |
| Tuncay, been testing these, and reading through the docs. All appears to work & is clear. But I didn't see a way to do a ini_appendKey(ini, "Section", "key") So that you cou ... |
Topic: ListView of folders, with doubleclick action & filter |
rootey
Replies: 10
Views: 1370
|
Forum: Ask for Help Posted: Sun Sep 27, 2009 9:35 pm Subject: ListView of folders, with doubleclick action & filter |
Thanks fromaroundhere;
so you added:
Gui, ListView, LV1
at the end of If.
and
Gui, ListView, LV2
at the end of Else.
So i guess that reloads the values currently displayed, for the full &am ... |
Topic: Listview select column and start EMAIL,URL,PROGRAM |
rootey
Replies: 4
Views: 8859
|
Forum: Scripts & Functions Posted: Sun Sep 27, 2009 12:49 pm Subject: Listview select column and start EMAIL,URL,PROGRAM |
| Hi garry, I really like this stuff; can you post your test55.txt for Example 3 please? |
Topic: [AHK_L 60+] ListView handle library 1.01 |
rootey
Replies: 18
Views: 3858
|
Forum: Scripts & Functions Posted: Sun Sep 27, 2009 12:01 pm Subject: [AHK_L 60+] ListView handle library 1.01 |
Hi Solar, Could you also post a simple complete example, please?
Is this ListView handle library some that could help me with my current ListView problem here?:
http://www.autohotkey.com/forum/vi ... |
| |