AutoHotkey Community

It is currently May 27th, 2012, 5:02 am

All times are UTC [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 155 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11  Next
Author Message
 Post subject: thanks!
PostPosted: April 13th, 2010, 9:56 pm 
Offline

Joined: August 8th, 2009, 2:25 am
Posts: 14
fincs wrote:
@stansult: SciTE uses configuration files (*.properties) instead of a GUI, so you have to edit the following line of AutoHotkey\SciTE\SciTEGlobal.properties:
Code:
# Wrapping of long lines
wrap=0
wrap.style=1...

Thanks a lot, it works!
Sorry, I forgot to answer immediately


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 14th, 2010, 2:31 pm 
Offline

Joined: August 27th, 2009, 1:36 pm
Posts: 296
Is there anyway I could get the source? I play a game called Starcraft and I do map making for it and the triggers can be done in text format and this could help a lot if I could modify the auto-fill feature in your program to the triggers for the map!

Let me know :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 14th, 2010, 9:15 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
The source code for Scintilla/SciTE is in the official website:
http://www.scintilla.org/SciTEDownload.html

The source code for the AHK-specific stuff is here:
http://www.autohotkey.net/~fincs/SciTE4AutoHotkey_2/web/download.htm

_________________
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: April 20th, 2010, 10:04 pm 
Offline

Joined: August 27th, 2009, 1:36 pm
Posts: 296
Thanks a lot, I'll look into this! :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2010, 2:59 pm 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1713
Location: Somewhere near you
How can I disable/alter the directory of the backup option? If I save a script, scite always makes a .bak file in the same location.

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2010, 3:32 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
To disable backups: open ahk.properties and change the line that says:
Code:
make.backup=1

to
Code:
make.backup=0

_________________
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: April 24th, 2010, 3:47 pm 
Offline
User avatar

Joined: April 4th, 2009, 8:19 pm
Posts: 1143
Location: Croatia
Hi fincs,
about two and a half months ago you wrote: SciTE4AutoHotkey v2.1 is currently more or less "ready" for a beta version.
What's the status now? Is it ready to be released soon?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 24th, 2010, 5:02 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Well, I have to admit I've been lazy ;p
Anyway, Scintilla/SciTE 2.11 are out and I need to update in order to make a beta release.

_________________
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: May 13th, 2010, 6:19 pm 
Offline

Joined: February 13th, 2010, 3:52 pm
Posts: 175
I noticed a bug with the editor. When you hit return to take a new line, the cursor moves to the end of the line after inserting a blank line, meaning if you hit enter twice, the first new line will be before the line, and the second will be after. This is annoying as I usually put the cursor to the start of a line I wish to move down and hit enter twice. Any chance you could fix this behaviour?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 13th, 2010, 6:30 pm 
Offline

Joined: May 27th, 2007, 9:41 am
Posts: 4999
@sifjar: just delete your post in the other thread, there is a button if you edit your post to do so.

_________________
AHK FAQ
TF : Text files & strings lib, TF Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 13th, 2010, 6:41 pm 
Offline

Joined: February 13th, 2010, 3:52 pm
Posts: 175
Oh, thanks, never realized there was an option to do that.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 29th, 2010, 5:09 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
I've successfully updated SciTE/Scintilla to 2.11 and ported everything to Unicode:
Image

As you can see in the picture:
  • SciTE now accepts Unicode paths.
  • TillaGoto got integrated.
  • Tools got new icons.
Expect a Beta release in a few days :)

_________________
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: May 30th, 2010, 10:03 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
Looks nice!

So far I have been using Notepad++, but I could really use some debugging features and "real" autocompletion, not for build-in commands only.
Any support for tabs planned?

Sorry if this has been asked before, I didn't have time to read the whole thread right now.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2010, 10:34 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
fragman wrote:
Any support for tabs planned?


SciTE already has tabs support.

_________________
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: May 31st, 2010, 1:35 am 
Offline

Joined: March 25th, 2009, 2:04 pm
Posts: 24
looks very nice! Thanks for your good work!
Besides, i want to know does this editor support snippet (like textmate) or do you have plan to support this feature someday?


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 155 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Stigg and 9 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