AutoHotkey Community

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

All times are UTC [ DST ]




Post new topic Reply to topic  [ 582 posts ]  Go to page Previous  1 ... 30, 31, 32, 33, 34, 35, 36 ... 39  Next

Looking good?
Yes
No
File not found
You may select 1 option

View results
Author Message
 Post subject:
PostPosted: February 5th, 2012, 12:50 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Cerberus wrote:
So is there a way to change the font in Scite4AHK to Code2000?

Yes. Open SciTE, then go to Options > Open (style name).style.properties. Change the line that contains "font:" and save it.
Cerberus wrote:
2. Is there a way to use code folding for things other than code blocks?

No. Currently I plan on adding ;{ and ;}, if it turns out not to be difficult.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2012, 11:46 pm 
Offline

Joined: July 20th, 2009, 6:01 am
Posts: 166
Location: Amsterdam
Thank you, choosing a different font worked perfectly! I picked Dejavu Sans Mono in the end, because it is the only font I know of that can display IPA symbols in monospace.

I do hope the ;{ works out well! That would be the only thing keeping me from making a full switch, though of course S4AHK already is a GREAT program.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2012, 1:46 am 
Offline
User avatar

Joined: August 23rd, 2010, 6:22 pm
Posts: 781
Location: Ontario, Canada
Cerberus wrote:
though of course S4AHK already is a GREAT program.


Agreed.

The RC looks rock solid, hope we can see a release soon!

Oh, and it would be nice to have class listings in TillaGoto, but I'm not sure how nested classes could be displayed...

_________________
AutoHotkey.net | GitHub

My default license.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Indentation Checker
PostPosted: February 7th, 2012, 3:58 am 
Inserting the following (from v1.73; also works in v2.0) into 'SciTEUser.properties'
Code:
# Indentation checker
command.name.3.*.ahk=Indentation checker
command.mode.3.*.ahk=subsystem:lua,savebefore:no
command.3.*.ahk=IndentationChecker

throws the error:
Code:
> Lua: error checking global scope for command


Can this be fixed to work in v3.0?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2012, 8:44 am 
Offline

Joined: December 2nd, 2010, 11:14 pm
Posts: 214
Location: Poland
trismarck wrote:
Thank you for this wonderful AHK editor fincs.
I've read only a few first pages of this topic and I was wondering if there is a way to add function prototypes of external libraries, so the function prototypes would display as tooltips?


Use the %MyDocuments%\Autohotkey\ahk.api file. This is a user-specific file to define the syntax. For examples, check the %ProgramFiles%\Autohotkey\SciTE_rc1\ahk.api file (global, read-only syntax file).


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Indentation Checker
PostPosted: February 7th, 2012, 9:14 am 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7503
Location: Australia
Anonymous wrote:
command.mode.3.*.ahk=subsystem:lua,savebefore:no
command.3.*.ahk=IndentationChecker
My wild guess is that you need to copy the IndentationChecker function from the Lua script bundled with v1.73 or v2.0 into your user Lua script. (Right click the AutoHotkey part of the toolbar and click Edit User Lua script.)


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Indentation Checker
PostPosted: February 8th, 2012, 2:45 am 
Lexikos wrote:
Anonymous wrote:
command.mode.3.*.ahk=subsystem:lua,savebefore:no
command.3.*.ahk=IndentationChecker
My wild guess is that you need to copy the IndentationChecker function from the Lua script bundled with v1.73 or v2.0 into your user Lua script. (Right click the AutoHotkey part of the toolbar and click Edit User Lua script.)


Duh. It didn't occur to me that the entire function had been stripped out...
Thanks!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2012, 5:01 pm 
Offline

Joined: October 11th, 2010, 6:15 pm
Posts: 1211
Location: Right behind you
Getting an error message when I try to download the .exe that it contains a trojan. I wouldn't be surprised if my computer is falsely identifying it but better safe than sorry.

If someone could verify if the file is safe I'd appreciate it. :)

_________________
COM Tutorial for Webpages
COM Tutorial for Excel


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 8th, 2012, 8:01 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
The installer is a compiled and compressed AutoHotkey script. The compression (MPRESS) is known to make AVs raise false positives.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 12:22 am 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
I've just implemented a updating system which I thought that might be good to backport to the current RC, especially because of a bugfix I wanted to roll out. So here it is:

Download S4AHK Updater for v3.0.00 (Release Candidate)

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 12:17 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Support for AutoHotkey v1.1.06.01's new features has been just added, and it's available through the SciTE4AutoHotkey updater.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 12:23 pm 
There is a bak file here SciTE_rc1\tools\updater\SciTEUpdate.ahk.bak in the S4AHK_Updater.zip


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 12:27 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
@Guest: thanks for reporting; I also used the chance to deploy a fix for a (very) minor bug in SciTEUpdate.ahk.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 4:49 pm 
Offline
User avatar

Joined: August 23rd, 2010, 6:22 pm
Posts: 781
Location: Ontario, Canada
Will there be the option of disabling updates? I use the portable builds at places like schools, and the firewall popup every time SciTE is launched is a bit irritating.

Updating went very smoothly otherwise, it works perfectly.

_________________
AutoHotkey.net | GitHub

My default license.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 4:59 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Uberi wrote:
Will there be the option of disabling updates?

Yes. In the mean time, you can hack the global Autorun.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 582 posts ]  Go to page Previous  1 ... 30, 31, 32, 33, 34, 35, 36 ... 39  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: rrhuffy and 60 guests


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