AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 19 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Sublime Text Editor - Very nice
rootey

Replies: 11
Views: 1525

PostForum: Utilities & Resources   Posted: Sun Nov 01, 2009 1: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: 11
Views: 1525

PostForum: Utilities & Resources   Posted: Mon Oct 26, 2009 9: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: 11
Views: 1525

PostForum: Utilities & Resources   Posted: Mon Oct 26, 2009 12:04 am   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: 11
Views: 1525

PostForum: Utilities & Resources   Posted: Sun Oct 25, 2009 8: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: 2326

PostForum: Utilities & Resources   Posted: Tue Oct 06, 2009 9: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: 270

PostForum: Ask for Help   Posted: Fri Oct 02, 2009 8: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: 19
Views: 1459

PostForum: Ask for Help   Posted: Thu Oct 01, 2009 11: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: 621

PostForum: Ask for Help   Posted: Wed Sep 30, 2009 10: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: Movie Launcher - Keep Track of your Movies Easily
rootey

Replies: 50
Views: 6932

PostForum: Scripts & Functions   Posted: Wed Sep 30, 2009 9:42 pm   Subject: Movie Launcher - Keep Track of your Movies Easily
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: 621

PostForum: Ask for Help   Posted: Tue Sep 29, 2009 2: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 v0.15.1 - Basic ini string functions
rootey

Replies: 70
Views: 6844

PostForum: Scripts & Functions   Posted: Sun Sep 27, 2009 10:55 pm   Subject: [Lib] ini v0.15.1 - 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: 621

PostForum: Ask for Help   Posted: Sun Sep 27, 2009 10: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: 3
Views: 6292

PostForum: Scripts & Functions   Posted: Sun Sep 27, 2009 1: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: ListView handle library 0.91
rootey

Replies: 6
Views: 1780

PostForum: Scripts & Functions   Posted: Sun Sep 27, 2009 1:01 pm   Subject: ListView handle library 0.91
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 ...
  Topic: ListView of folders, with doubleclick action & filter
rootey

Replies: 10
Views: 621

PostForum: Ask for Help   Posted: Sun Sep 27, 2009 12:21 pm   Subject: ListView of folders, with doubleclick action & filter
Ok, so here is the first problem fixed, I changed to this:
Gui, Add, ListView, Checked grid r20 w450 vLV1 gMyListView Hidden, FileName ;this is the search view
Gui, Add, ListView, Checked grid Backg ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group