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 

[ARCHIVED THREAD] SciTE4AutoHotkey v2 Stable - Released.
Goto page Previous  1, 2, 3 ... , 9, 10, 11  Next
 
This topic is locked: you cannot edit posts or make replies.    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
stansult



Joined: 08 Aug 2009
Posts: 14

PostPosted: Tue Apr 13, 2010 8:56 pm    Post subject: thanks! Reply with quote

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
Back to top
View user's profile Send private message
Damein



Joined: 27 Aug 2009
Posts: 296

PostPosted: Wed Apr 14, 2010 1:31 pm    Post subject: Reply with quote

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 Smile
Back to top
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 1163
Location: Seville, Spain

PostPosted: Wed Apr 14, 2010 8:15 pm    Post subject: Reply with quote

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
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
Damein



Joined: 27 Aug 2009
Posts: 296

PostPosted: Tue Apr 20, 2010 9:04 pm    Post subject: Reply with quote

Thanks a lot, I'll look into this! Smile
Back to top
View user's profile Send private message
tomoe_uehara



Joined: 05 Sep 2009
Posts: 1591
Location: Somewhere near you

PostPosted: Sat Apr 24, 2010 1:59 pm    Post subject: Reply with quote

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.
_________________

The quick onyx goblin jumps over the lazy dwarf
Back to top
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 1163
Location: Seville, Spain

PostPosted: Sat Apr 24, 2010 2:32 pm    Post subject: Reply with quote

To disable backups: open ahk.properties and change the line that says:
Code:
make.backup=1

to
Code:
make.backup=0

_________________
fincs
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
Learning one



Joined: 04 Apr 2009
Posts: 1001
Location: Croatia

PostPosted: Sat Apr 24, 2010 2:47 pm    Post subject: Reply with quote

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?
Back to top
View user's profile Send private message Visit poster's website
fincs



Joined: 05 May 2007
Posts: 1163
Location: Seville, Spain

PostPosted: Sat Apr 24, 2010 4:02 pm    Post subject: Reply with quote

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
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
SifJar



Joined: 13 Feb 2010
Posts: 170

PostPosted: Thu May 13, 2010 5:19 pm    Post subject: Reply with quote

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?
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Thu May 13, 2010 5:30 pm    Post subject: Reply with quote

@sifjar: just delete your post in the other thread, there is a button if you edit your post to do so.
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
SifJar



Joined: 13 Feb 2010
Posts: 170

PostPosted: Thu May 13, 2010 5:41 pm    Post subject: Reply with quote

Oh, thanks, never realized there was an option to do that.
Back to top
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 1163
Location: Seville, Spain

PostPosted: Sat May 29, 2010 4:09 pm    Post subject: Reply with quote

I've successfully updated SciTE/Scintilla to 2.11 and ported everything to Unicode:


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 Smile
_________________
fincs
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
fragman



Joined: 13 Oct 2009
Posts: 1199

PostPosted: Sun May 30, 2010 9:03 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 1163
Location: Seville, Spain

PostPosted: Sun May 30, 2010 9:34 pm    Post subject: Reply with quote

fragman wrote:

Any support for tabs planned?


SciTE already has tabs support.
_________________
fincs
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
gongchao6330



Joined: 25 Mar 2009
Posts: 24

PostPosted: Mon May 31, 2010 12:35 am    Post subject: Reply with quote

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?
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... , 9, 10, 11  Next
Page 10 of 11

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group