iMacros Script Code Creator Code
Status: Inactive
Brought to you by:
der_hannes
# iMacros Code Generator # Copyright (C) 2009-2011 der_hannes@users.sourceforge.net # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. Features: ========= The iMacros Code Generator currently allows for converting iMacros macros to and fro ... - VBS code that contains the macro in a string variable - VB code that contains the macro in a function - JavaScript code that contains the macro in a string variable - C# code that contains the macro in a string variable - Java code that contains the macro in a string variable Additionally, it can ... - convert blanks and newlines to iMacros' <SP> and <BR> syntax - check for updates online - convert macros and JavaScript code into URLs for "social scripting" FOSS: ===== The iMacros Code Generator is free and open source software (cf. license note above). And "free" means "free as in freedom". There is no need to register with your name and address before using it, nor are you restricted to use it for only certain purposes or only on a limited number of computers. Actually, there's not even an installation procedure that does anything behind your back. Just fetch it from the net and run the plain executable. And if your friends like it, given them a copy or tell them where to get it: http://imacros-codegen.sourceforge.net Additionally, the iMacros Code Generator is "free" as in "free beer". Cheers! Installation: ============ There is none. Extract the downloaded archive, then run the executable. Note for Win 32/64: You need to keep the file "mingwm10.dll" in the same directory as the executable itself. Changelog: ========= 0.0.17: * Use "&" for VBS string concatenation.. * Show "Sample" tab at startup.. * Readme updated. 0.0.16: * Show tooltips 0.0.15: * Quotation marks are escaped in Macro->VBS and Macro->C# 0.0.14: * small changes in generated code layout. * added "iimPlay(macroVariable)" to JavaScript macros, so macro to URL conversion produces scripts that really do something * URL conversion * instant creation uses signals/slots 0.0.13: * small layout change. * instant conversion added. * changed donation link. * updated/added copyright info. 0.0.12: * update tab layout changed. removed unneeded helper class * online update check added. * text changes. * added 2010 to copyright notes. 0.0.11: * enriched utilities tabs. - added code samples (currently VBS only) - linked online samples on iMacros Wiki * added tabbed utility section. currently supporting <SP> string conversion * unescape backslashes on C# -> macro. * escape backslashes in generated c# code. * donation link use http. instead of https * aligned JavaScript code. changed number of blank spaces in line 0 ("CODE:") and in trailing "\n" * website and donation links 0.0.10: * change code label according to codestyle. * Php <-> macro added. 0.0.9: * timestamps added, "clear" button functionality added. * layout using frames. macro and code buttons relocated * named main (surrounding) layout. * FOSS paragraph added to readme file. * footer text adjustment. * named layout objects. * added "clear" buttons. * updated readme.txt. 0.0.8: * conversion buttons centered below corresponding input boxes. * moved conversion buttons to corresponding input boxes. * updated readme.txt. 0.0.7: * ui: updated version information. * removed unused menu entry. * added VBS sample procedure. * changed ui general layout. * made ui resizable. 0.0.6: * added Java <-> macro. changed C# code ("\r\n" are concatenated to keep the macro part separated) 0.0.5: * removed empty lines and some stale code. * added C# -> macro. * added code style constants. added macro -> C# * changed release file folder name. * added JavaScript to feature list. 0.0.4: * added JavaScript conversion (to and fro). 0.0.3: * added VB function "in reverse". removed "not yet" for VB function entry in code style dropdown * small text/layout adjustments. * added code style selection. * added readme.txt to release packages. * readme.txt added. 0.0.2: * set window title. changed license note pointsize (not readable in win32 version) added version information label * added GPLv3 copyright/license notice. * added copyright and license text. 0.0.1 (not released, actually): * minor label text change. * added " + vbNewLine " to each line of VBS code. * added VBS->Macro. * added "Quit" button. * initial import. basic ui macro -> VBS