Automate Studio - AutoIt IDE [Open Source]

08/11/2016 22:26 warfley#1
Hey guys,

in this thread i'd like to introduce you to Automate Studio, a small AutoIt IDE I wrote.

The IDE contains a formular editor. At the current state only a few controls are supportet. If you want to use other controls you need to write the code by yourself, or use koda. The other controls will be available in the future. The scripteditor supports syntax highlight, code jumps, and many other features known from other IDE's and editors.

The core part of this IDE is the project organization. Your application is managed as a project containing multiple files, as well as project settings for your application (like icon, compression, version data). Therefore it is pretty easy to manage multiple files, and forms, and keep track of those.

The editor is nearly completely customizeable, from the supported keywords, to the default completion values, and of course all the colors.

Automate Studio is an open source project released under the terms of GPL, and is available on GitHub: [Only registered and activated users can see links. Click Here To Register...].

Screenshots


A small tutorial about Automate Studio

Download

[Only registered and activated users can see links. Click Here To Register...]
Currently only a 32 Bit version is available, maybe i will also create a 64 Bit version someday, but currently i will stick to x86.

Roadmap

Epilogue
As someone who doesn't use AutoIt i can't perform good tests, nor do i know what features AutoIt developers would like to have. I would be very thankful if maybe some of you could test this software, write some apps with it, and tell me about bugs and what features you would like.

PS: I don't know much about graphics, so the button glyphs look pretty shitty
08/12/2016 14:08 YatoDev#2
Als anregung: [Only registered and activated users can see links. Click Here To Register...]

ist leider auch schon outdated und die projektverwaltung ist etwas komisch.
08/14/2016 08:58 Menan#3
Respekt! Einfach mal ne IDE schreiben...

Sowas hätte ich vor paar Jahren gebraucht, als ich mit AutoIt gecoded hab :D
08/18/2016 02:12 Xonivion#4
Thats Great :>
09/12/2016 02:06 warfley#5
Neue Version, unterstützt werden nun mehrere Views für Editoren, 4 Views im Hauptfenster, und beliebig viele Neue Fenster. Jedes Fenster/View kann beliebig viele Editor Tabs enthalten.
Außerdem hat der Formulareditor nun eine Undo/Redo Funktion, welche allerdings das erstellen und löschen von Komponenten nicht rückgängig machen kann.

Als nächstes sind weitere Form Komponenten geplant.
09/14/2016 07:08 0x6a6b#6
Hört sich ja richtig toll an!
Vll mach ich sogar was kleines mit Autoit nur um die ide zu testen :D
Nur kleine frage: wärs nicht sinnvoller ein plugin für vs zu machen, das vs dann um diese funktionalität erweitert?
Ich wünsch mir eig das vs mal alle programmiersprachen unterstützen wird (java,autoit,golang,etc...), selbst wenns nur durch erweiterungen ist :)
09/14/2016 21:32 warfley#7
Quote:
Originally Posted by 0x6a6b View Post
Hört sich ja richtig toll an!
Vll mach ich sogar was kleines mit Autoit nur um die ide zu testen :D
Nur kleine frage: wärs nicht sinnvoller ein plugin für vs zu machen, das vs dann um diese funktionalität erweitert?
Ich wünsch mir eig das vs mal alle programmiersprachen unterstützen wird (java,autoit,golang,etc...), selbst wenns nur durch erweiterungen ist :)
Klar wäre es sinnvoller einfach ein Plugin für VS oder Eclipse zu machen. Aber das wäre ja langweilig :)

Habe jetzt auch noch mal viele kleinere Bugs gefixt, und ein paar kleinere Sachen eingebaut
08/12/2017 22:23 warfley#8
Endlich Semesterferien, da kann ich ein wenig weiterbasteln :D

Habe jetzt ein neues Update draußen mit verbesserter Autocomplete, und AutoIt runtime errors werden jetzt erkannt.