Macro Editor
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Macro Editor
We really need the ability to edit macros. I frequently review my DNS server logs and if I want to automatically remove certain types of lines, I'll create a macro to do it. The only problem is, I'll forget some type of line I need removed and have to start the entire macro recording over again.
*** PLEASE ***
WE NEED A MACRO EDITOR!
*** PLEASE ***
WE NEED A MACRO EDITOR!
- s_reynisson
- Posts: 939
- Joined: Tue May 06, 2003 1:59 pm
Only the number one req for TP over the years, feel free to vote over here.
Then I open up and see
the person fumbling here is me
a different way to be
the person fumbling here is me
a different way to be
- webber123456
- Posts: 50
- Joined: Wed Jul 30, 2003 2:55 am
there are solutions available for free now:
-- Quick Buttons
-- AutoHotkey
-- AutoIT
These can all script macros which can be apllied to open applications.
I use Quick Buttons in combination with AutoHotkey.
There is a free macro script in AutoHotkey called Slave 3.0 which provides auto completion and auto expansion of terms.
-- Quick Buttons
-- AutoHotkey
-- AutoIT
These can all script macros which can be apllied to open applications.
I use Quick Buttons in combination with AutoHotkey.
There is a free macro script in AutoHotkey called Slave 3.0 which provides auto completion and auto expansion of terms.
-
- Posts: 2
- Joined: Thu Aug 25, 2005 3:19 am
Hmm, I'll check out Zeus Editor. I was also told to check out UltraEdit. ( www.ultraedit.com )CodeCutter wrote:If Helios ever get around to adding an editable macros feature, they should take a look at how the Zeus editor (zeusedit.com) implements this feature.
It allows you to write macros scripts using Lua, Python, Java Script or the VbScript languages. It's macro scripting is very nicely done.
- s_reynisson
- Posts: 939
- Joined: Tue May 06, 2003 1:59 pm
And also don't forget to check out emeditor.Ryck wrote:Hmm, I'll check out Zeus Editor. I was also told to check out UltraEdit. ( www.ultraedit.com )CodeCutter wrote:If Helios ever get around to adding an editable macros feature, they should take a look at how the Zeus editor (zeusedit.com) implements this feature.
It allows you to write macros scripts using Lua, Python, Java Script or the VbScript languages. It's macro scripting is very nicely done.
But then again, I've used them all and still I always end up here, TP may be old but it still knows how to kick behinds!
Then I open up and see
the person fumbling here is me
a different way to be
the person fumbling here is me
a different way to be
Macro Editor
I've created a macro for formatting Oracle SQL code which could benefit many Textpad users. However, if I want to enchance it, I have to "re-write" the macro from scratch. How much easier and more functional it would be if I could save and edit the macro in a Textpad document!
By the way, Gintaras Didzgalvis has written a Windows macro and automation program, QuickMacros (www.quickmacros.com) that will automate just about anything that the Textpad macro feature can do -- and much more. It is a whole macro language that can manipulate virtually any Windows object. Very versatile and in-expensive.
If Helios won't (or can't) provide a macro editor, try QuickMacros.
-- Scott
By the way, Gintaras Didzgalvis has written a Windows macro and automation program, QuickMacros (www.quickmacros.com) that will automate just about anything that the Textpad macro feature can do -- and much more. It is a whole macro language that can manipulate virtually any Windows object. Very versatile and in-expensive.
If Helios won't (or can't) provide a macro editor, try QuickMacros.
-- Scott
the long quest for editable macros
You sound pretty desperate for this feature ...
If you are a serious user of macros, especially for doing admin
work on one or more machines, please consider using TextPad
in combination with any of the numerous scripting languages that
are freely available for Windows. (python, perl, ruby, jscript, vbscript, autoit, autohotkey ...)
Also consider that, since editable macros may not be coming for
TextPad in the time and manner you might be expecting, you will
be doing yourself a favor by using and learning an existing tool
instead of waiting to learn a yet-to-be-created language that may
or may not ever materialize, and may or may not be usable outside
of TextPad.
If you are not sure how this might work, check out the following
thread(s):
http://www.textpad.info/forum/viewtopic.php?t=4890
Some TextPad users have used this approach for a while now,
and it works quite well. You can get any of the 'top requested' features
this way, except for things like 'code folding' (aka 'collapsable sections')
or other features that require a revamp of the GUI controls in TextPad.
Seriously though, TextPad macros are really only suitable for "quickie"
one-off operations, if you want to save a little typing here and there. Any
other use is probably only going to frustrate you.
If you are a serious user of macros, especially for doing admin
work on one or more machines, please consider using TextPad
in combination with any of the numerous scripting languages that
are freely available for Windows. (python, perl, ruby, jscript, vbscript, autoit, autohotkey ...)
Also consider that, since editable macros may not be coming for
TextPad in the time and manner you might be expecting, you will
be doing yourself a favor by using and learning an existing tool
instead of waiting to learn a yet-to-be-created language that may
or may not ever materialize, and may or may not be usable outside
of TextPad.
If you are not sure how this might work, check out the following
thread(s):
http://www.textpad.info/forum/viewtopic.php?t=4890
Some TextPad users have used this approach for a while now,
and it works quite well. You can get any of the 'top requested' features
this way, except for things like 'code folding' (aka 'collapsable sections')
or other features that require a revamp of the GUI controls in TextPad.
Seriously though, TextPad macros are really only suitable for "quickie"
one-off operations, if you want to save a little typing here and there. Any
other use is probably only going to frustrate you.
INCLUDING A USER-FRIENDLY MACRO EDITOR
I love the idea of the macro editor. Has anyone included a poll for this enhancement, It appears a popular development. I'm sure everyone would get on board. Maybe the poll might push the idea?
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
You can vote on the poll here: http://www.textpad.info/forum/viewtopic.php?t=3775
Hope this was helpful.............good luck,
Bob
Bob
I realise that a full-blown Macro editor would be quite a task for the TextPad team. There is one really basic feature that would be so useful though:
On start-up, TextPad should examine the appropriate directories and update its lists of macros and syntaxes according to what files it finds. That way, if I'm working on a different machine, I can just drop all my syntax and macro files into the right directories and away I go.
On start-up, TextPad should examine the appropriate directories and update its lists of macros and syntaxes according to what files it finds. That way, if I'm working on a different machine, I can just drop all my syntax and macro files into the right directories and away I go.