AutoHotkey Community

It is currently May 27th, 2012, 8:56 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 30 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: basic AHK editor
PostPosted: October 30th, 2004, 10:12 am 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
i made a very basic editor with ahk :lol:
i had fun scriptin it i still have to do syntax hiliting for it but just thought i would post it :D :D :D

i'm not sure if i can hotlink but lets try it :shock:

nope cant hotlink hahah

http://sleepys-sin.tripod.com/Seditor/html

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 30th, 2004, 11:22 am 
Offline

Joined: September 24th, 2004, 3:00 pm
Posts: 814
Location: Germany
Hi,

what does it have, what others don't have?

Tekl


Last edited by Tekl on October 30th, 2004, 3:15 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 30th, 2004, 11:28 am 
nothing lol
it was just the fact that i use autohotkey to script it :lol: :lol: :lol:
it was just a fun kinda thing :lol: :lol:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 30th, 2004, 11:38 am 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
opps sorry forgot to log in its very basic and cant stand up to other editors but i thought seeing it was all programed in AHK it would be kinda cool to have kicking around lol :oops:



^sleepy^

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 30th, 2004, 1:46 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Looks nice. The "Run" button doesn't work on my system, apparently because there is an extra space inside the file path for the temp script.

To speed up the process of writing the temp script, you might want to add "SetBatchLines -1" at the top (if you haven't already).

Thanks for making the first natively written script editor :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 30th, 2004, 6:27 pm 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
thanx for the feedback yes there was a extra space inside the file path
and i forgot to set the Set Batch Lines thanx for Bringing that to my attenchion
i updated it and i hope evrything works now :)

http://sleepys-sin.tripod.com/Seditor/html

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2004, 7:35 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Hey, thats cool.

I have also made a AHK generator script of my own some time ago. Here are the download links:

Image


Last edited by polyethene on November 15th, 2004, 1:48 pm, edited 10 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2004, 7:47 pm 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
hey thats kool Titan thanx for sharing it
i like the menus i did not know we had menus to use :lol:

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2004, 10:05 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Ok, I've just updated it. I've adopted your layout :P
(Note: Open doesn't work yet lol)

Any ideas Chris (other than syntax colouring and code refrence)?

_________________
GitHubScriptsIronAHK Contact by email not private message.


Last edited by polyethene on October 31st, 2004, 10:22 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2004, 10:14 pm 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
my geuss would be to just keep it simple and easy ahk is simple and easy :lol: :lol: :lol:

and thats ok about the layout glad to help lol

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2004, 10:25 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
AHK is easy correct but using Notepad gets annoying. I'm looking at my Dreamweaver MX (code view) and I'm trying to adopt those styles to (hopefully) make ahk coding easier for everyone.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2004, 10:33 pm 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
yes i agree Notepad gets annoying i'm not to sure ahk ppl are useing
Notepad that would be a good poll to ahve :) there is so meny editors out there that are freeware .
you can only go so far with ahk when creating a editor but its kool to play with and thats a good thing your doing to make it easy for evryone

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 31st, 2004, 10:56 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
sleepyy35 wrote:
yes i agree Notepad gets annoying i'm not to sure ahk ppl are useing
Notepad that would be a good poll to ahve :) there is so meny editors out there that are freeware .


There are other freeware editors for ahk, so I'm the only one using Notepad lol ?!
I never knew this, I'd appreciate it if you gave me some links :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 1st, 2004, 1:00 am 
Quote:
Notepad2 1.0.12 [242K] [Download]

Could you please explain how to add or modify syntax schemes?

This requires modification of the Notepad2 source code. [166K] [Download]

The Scintilla documentation has an overview of syntax highlighting, and how to write your own lexer, in case the language you'd like to add is not supported by Scintilla.

The structures relevant to syntax highlighting can be found in Styles.c of the Notepad2 source code. Add your own structures to the global pLexArray, then adjust NUMLEXERS to the total number of syntax schemes. The style definitions can be found in SciLexer.h of the Scintilla source code.

Include the Lex*.cxx files from Scintilla required for your languages in your project and follow the instructions in Readme.txt to rebuild Notepad2. I recommend using Visual Studio .NET 7 or above.

Yep, something a geek should have a look @. Once done, you've created a native AHK-Editor (and btw. to provide that Lexer to the "Scintilla familly" would definitely spread the word about AHK) 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 1st, 2004, 1:04 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Quote:
Any ideas Chris (other than syntax colouring and code refrence)?
Unless you're willing to spend a lot of time on it, writing an editor from scratch seems like overkill. And certainly trying to do it as an AHK script is going to severely limit your options and performance. For example, I don't think there's any way to change the color of individual words in a plain Edit control (maybe in a RichEdit control, which isn't yet an option).

Quote:
There are other freeware editors for ahk, so I'm the only one using Notepad lol ?!
I never knew this, I'd appreciate it if you gave me some links
Though I haven't yet starting using it myself, PSPad seems like a good freeware editor, and beardboy was kind enough to make a syntax file and clip library for it (available in the AutoHotkey\Extras folder). I've also heard good things about SciTE.

BoBo wrote:
to provide that Lexer to the "Scintilla familly"
That would be nice to have someday.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: IsNull, tomoe_uehara, Xx7 and 11 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