Jump to content

autoit macro generator (SciTE Tools)


Recommended Posts

Hi All

Just went to use this tool after the update to the latest SciTE but it's disappeared from SciTE tools list.

So before I go through a whole series of uninstall/reinstall I was wondering if there is an easy way of reinstating it into the menu.

Thanks!

John Morrison

BTW if you haven't used it it's very useful to give some base code to work from when automating an install/program.

It records buttons that are pressed NOT mouse movements like Au3recorder.

NOT perfect but a good start for a program. :)

Link to comment
Share on other sites

  • Moderators

storme,

From the SciTE4AutoIt3 changelog: :(

*** Discontinued AutoItMacroGenerator due to lack of development.

You could probably get the AutoItMacroGenerator code from a previous release and add it to the SciTE <Tools menu yourself - the Adding utilities to the SciTE Tools menu explains how. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

That is annoying. :(

I know it hasn't be updated in ages but I never foudn anything it didn't do.???

I use it all the time with new programs.....MUCH easier than using AU3Info then writting the code manually?

Who was the author? Maybe I could pisk up the development for him?

I'll get the exe from my portable version (glad I didn't upgarde it!) and add it to to SciTE.

But it's going to be a pain in future.

Thanks for the info M8

John Morrison

Link to comment
Share on other sites

  • 3 weeks later...

yes, i would like a copy of the macro generator too. i deleted my old version of scite4autoit and dont seem to be able to find a prior version of scite4autoit with the macrogenerator included.

can anyone help or have a prior copy of either somewhere?

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...

I do have a copy of a version I use here !

Download and unpack the zip to you program filesAutoit3Scite Folder. (You will then have a AutoItMacroGenerator folder there)

Put the following in your Scite au3.properties file.

command.8.$(au3)="$(SciteDefaultHome)AutoItMacroGeneratorAutoItMacroGenerator02.exe" /Scite
command.subsystem.8.$(au3)=1
command.name.8.$(au3)=AutoitMacroGenerator
command.shortcut.8.$(au3)=Alt+A
command.save.before.8.$(au3)=2
command.replace.selection.8.$(au3)=1
command.quiet.8.$(au3)=1

AutoItMacroGenerator.zip

Edited by Ruud0209
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...