| View previous topic :: View next topic |
| Do you use SciTE4AutoHotkey? |
| Yes, it's great! |
|
65% |
[ 26 ] |
| I'm currently using a better editor (please describe the features) |
|
10% |
[ 4 ] |
| It needs more features |
|
12% |
[ 5 ] |
| No, I don't need/want |
|
12% |
[ 5 ] |
|
| Total Votes : 40 |
|
| Author |
Message |
JonnyRocks
Joined: 31 Jan 2008 Posts: 1
|
Posted: Thu Jan 31, 2008 4:26 pm Post subject: |
|
|
| When I downloaded from the "Download" link in the first post Avast found Win32:Agent-QYH [Trj] |
|
| Back to top |
|
 |
mandiom
Joined: 03 Mar 2008 Posts: 34
|
Posted: Sat Mar 15, 2008 1:03 am Post subject: |
|
|
Excellent work! Really well done! Chris should seriously consider this project as the "standard" AHK editor for download
Two issues:
1. Intellisense works differently than Rajat's: I type
| Code: |
WinActivate , Untitled - Notepad, |
And a space after the hyphen, instellisense disappears and I cannot continue reading the help message.
2. Ctrl + 2 doesn't work for Smart GUI - none of the shortcuts works.
Any ideas?
Again, congratulations for this! |
|
| Back to top |
|
 |
Tuncay
Joined: 07 Nov 2006 Posts: 383 Location: Berlin
|
Posted: Sat Mar 15, 2008 8:04 pm Post subject: |
|
|
I have voted for "Yes,it's great!", but currently use Vim as standard editor. I will definetley switch. Before Vim, PSPad was my standard Editor, like the one of many others here.
Scite4AutoHotkey should be the default editor suggested by the community and included in the installer of AutoHotkey (or at least a link in main download page should be found).
I like it really. Thanx for your work. |
|
| Back to top |
|
 |
mandiom
Joined: 03 Mar 2008 Posts: 34
|
Posted: Sun Mar 16, 2008 6:33 pm Post subject: |
|
|
I figured out how to use the shortcuts! It's not Ctrl AND 2 , it is Ctrl + 2 !
I really like how everything is setup and after searching a bit more , I realized it doesn't use intellisense but ISense. However, it does not seem to be version 1.5..
Could you please tell me how to change the ISENSE script? I did not find it with the zip file, so I supposed it is included somewhere.
Thanks |
|
| Back to top |
|
 |
Lucida Guest
|
Posted: Fri Apr 04, 2008 3:13 am Post subject: How can i change look and feel? |
|
|
i've found some screenshot of SciTE with syntax highlighting enabled
from : http://www.autohotkey.com/forum/topic9656.html
and opened SciTEGlobal.Properties and changed font related line
| Code: | # Global default styles for all languages
# Default
style.*.32=font:Lucida Console,size:10 |
it changes font except .ahk files
i couldn't find property for change font in Ahk.properties
how can i change the look and feel like that screenshot? |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2472 Location: Australia, Qld
|
Posted: Fri Apr 04, 2008 5:14 am Post subject: |
|
|
| It is probably overridden by ahk.properties. Try using style.ahk1 instead of style.*. |
|
| Back to top |
|
 |
TheJay Guest
|
Posted: Tue Apr 15, 2008 4:33 am Post subject: |
|
|
Hey,
would it possible to add folding of lables and hotkeys? |
|
| Back to top |
|
 |
BLooM2
Joined: 05 May 2008 Posts: 14 Location: China
|
Posted: Thu May 08, 2008 2:38 pm Post subject: |
|
|
it's great, but I need the function & label list
it`s suffering to me when the scrip beyond 1000 lins
I need a studio ,a project manager. AHK should define a stand format file of project.
So I am planing to creat a SciTE-AHKAssistant
I modify the ahk.propertise i like this color.
I`m sorry if my english bother you _________________ Intensively appeal for founding Chinese forum !Fantasy OnLine |
|
| Back to top |
|
 |
Guest
|
Posted: Fri May 09, 2008 11:31 pm Post subject: |
|
|
i don't know if it's still continuing development
here's my suggestions.
1) HelpTip should not be disappear until line break.
2) Label / Functions list and links
3) Hotkey / HotString list and links
thanks! |
|
| Back to top |
|
 |
mandiom
Joined: 03 Mar 2008 Posts: 34
|
Posted: Sat May 10, 2008 12:52 pm Post subject: |
|
|
| It would also be really good if the current parameter were in bold (like in ISense 1.5). |
|
| Back to top |
|
 |
nonov Guest
|
Posted: Sat May 31, 2008 6:01 am Post subject: |
|
|
anyone know how can i fix the ahk.lua for calltips?
i uses space after every commas then the calltip dissapears
it's very annoying to me, how can i prevent this?
i want to fix calltip behavior not to dissapear until the linebreak
help!!! |
|
| Back to top |
|
 |
|