Jump to content

A.S.E. - Advanced Script Editor - A small scritp editor with a toolbox


DirtDBaK
 Share

Recommended Posts

I'm cleaning out my projects folder....

As long as you load a small script it works fine, but if you load a script that is too big it won't let you use the edit box. Not too sure how to add a Rich text box to it. Made it for the toolbox but soon learned I couldn't go without the syntax highlighting....

DOWNLOAD ZIP: http://h1.ripway.com/DBak/ASE.zip (295kb~) Contains Compiled and soucre

Posted Image

Does some pretty cool things like check to see if the include files exist, reads off the your functions and puts them in a treeview with the requested parameters, and lists all the includes you used in a tree view.

I probabbly won't finish it due to the edit box problem but it has lots of useful code, and some helpful functions...

Enjoy

Edited by DBak

[center][/center]

Link to comment
Share on other sites

You can bypass the 30000 character limit on an edit box with this: _GUICtrlEdit_SetLimitText($Edit, 100000000).

Edit:

You forgot to put an underscore under these functions:

LINE: 102 - _GUICtrlEditReplaceSel TO _GUICtrlEdit_ReplaceSel

And some more but I have to go.

Edited by JustinReno
Link to comment
Share on other sites

Ha I didn't forget, I just refused to use the newer versions of AutoIT. But soon I'll have to. I don't want to migrate AMP 3 to the newer version

I had to change this since I changed my mind...

Edited by DBak

[center][/center]

Link to comment
Share on other sites

Well boo hoo. Stay in the stone age then. And as far as I can see, this isn't AMP3...

Your right its not AMP 3 but its made on the same computer...

Soon I'll update the AutoIT on my laptop... that way I can keep up.

Why not use the SciLexer.dll? That would make it good!

Well If someone could help me with it I would. I looked at the other script that used it and I didn't really understand it that well... Edited by DBak

[center][/center]

Link to comment
Share on other sites

Link to comment
Share on other sites

Yeah well I thought about it...

And If i don't update...

I cant test your scripts...

So let me fix that

I just refused to use the newer versions of AutoIT. But now I'll have to work something out.

hope thats better.... :)

[center][/center]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...