AutoHotkey Community

It is currently May 27th, 2012, 11:33 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 24 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: October 17th, 2010, 4:15 pm 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
Quote:
All done. Ready to use.
Thank you :!:

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 20th, 2010, 6:22 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
"HelloWorld" wrote:
great, now where is the setting for getting rid of the horrible (to me) black background and having a white one instead?!
[...] The spell checker (on this site not in Sublime text) keeps telling me I am typing colour wrongly. I am not. There is the uk way and the us way.

I dislike black backgrounds as well... I am glad I can use Firebug or Stylish to invert the colors on some sites...

Spell checking: there is none on the site, it is probably on your browser!
I use Firefox with several dictionaries installed: English US, English UK, French and I can switch, depending on which site I am on. I even have an extension, Dictionary Switcher, showing the current one and providing a one-click change.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject: sublimetext
PostPosted: November 20th, 2010, 7:53 am 
Offline

Joined: October 21st, 2010, 12:52 pm
Posts: 490
The rot13 tool is interesting to use, and toggle back.

_________________

~C'est La Vie~
I like AHK_L and Unicode ;-)
Joined : Oct 11, 2010


Report this post
Top
 Profile  
Reply with quote  
PostPosted: May 1st, 2011, 5:51 am 
SoggyDog wrote:
Nice;
This works;
Thank you very much for the update.

For anyone new to SublimeText, there's one more step beyond "All done. Ready to use."

Click View > Apply Syntax Highlighting > AutoHotKey

[edit] This step isn't required, I don't think, if you open the AHK file from the context menu.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2011, 12:53 am 
How do you get two views of the same document and split it on the screen, like in the screenshot you provided? All I managed to do is open another view below the current one, not next to it.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2011, 2:37 pm 
Offline

Joined: May 2nd, 2006, 11:16 pm
Posts: 800
Location: Greeley, CO
Anonymous wrote:
How do you get two views of the same document and split it on the screen, like in the screenshot you provided? All I managed to do is open another view below the current one, not next to it.

Alt + 2 will get you double vertical pane, then move your files (tabs) around between them.

[edit]
By the way, that's View > Layout > {select desired view}

_________________
Image
SoggyDog
Dwarf Fortress:
"The most intriguing game I've ever played."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 18th, 2011, 6:54 am 
Offline

Joined: March 16th, 2006, 5:01 pm
Posts: 150
First, congrats, you did something I thought impossible. Windows is tolerable again.

Second, a request. I usually move to next desktop with win + left/right arrows. This is the default in both xmonad and awesome. Surprisingly, I could not find it in bug.n. Since it's ahk, I looked at the code. At first sight, we may need a global variable that keeps the current desktop. This is a bad design, so before I implement it...
To you have a better solution? Do you want to implement it yourself? Is it there, and I've missed it?

Thanks
EDIT: Sorry, wrong forum...


Last edited by urlwolf on May 19th, 2011, 8:22 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 18th, 2011, 10:34 pm 
Offline

Joined: February 14th, 2011, 2:05 am
Posts: 27
I downloaded Alpha version 2.
...This could be an interesting editor to replace SciTE4AutoHotKey, which is not perfect but doing the job for now.

As for Sublime Text, I don't know how to set a project, build and debug a .AHK file. And this simple problem is a huge slow down.

Can someone please explain this to me?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 28th, 2011, 10:40 pm 
Offline

Joined: February 22nd, 2009, 7:24 pm
Posts: 21
Location: Dallas TX
EzBlue, here is the build file for Sublime Text 2 beta:

Code:
{
   "cmd": ["C:/Program Files/AutoHotkey/AutoHotkey.exe", "$file"],
   "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
   "selector": "source.ahk"
}

To open a formatted example to start with, go to Tools>Build System>New Build System
This is tested to support autodetection based on the .ahk file extension.
If AHK is installed in a non-standard location change the path in the file.
See http://www.sublimetext.com/docs/build for more info on these build files.
Mine is installed as stand alone, in that case these build files go in "%SUBLIME TEXT FOLDER%\Data\Packages\AutoHotKey\"
The syntax highlight on the first page of this post still works
For debugging use the normal debug dialog by doubleclicking the icon in the systray.

_________________
"lol, i made this thing, but it didn't work... so I read the forums and now it does!"


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 24 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, Yahoo [Bot] and 1 guest


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group