Jump to content

ISN AutoIt Studio [old thread]


ISI360
 Share

Recommended Posts

See function "_WM_NOTIFY_EDITOR" in the Studio_Addons.au3 (in the includes folder)

-> This function is registered via GUIRegisterMsg and handles the Messages from the scintilla-control

-> Full Sourcecode of ISN is downloadable from my homepage :)

Link to comment
Share on other sites

Where might I find the backgrounds you used in these GUI boxes?

The blue swirl with white background.

Posted Image

EDIT: Nevermind. I think I found it.

http://xooplate.com/template/details/524-inviting-abstract-blue-background-vector-artwork-

Edited by kor
Link to comment
Share on other sites

  • 2 weeks later...

ok if you mean you open au3 files with SciTE (via doubleClick) then you are right! ISN changes it to Run the script.

I will fix it.

danish translation would be great! (Send me the files via e-mail please)

Thank you!

Finally I got threw all 800+ lines :)

I don't seem to find you e-mail adr, so i att. the lang file to my post.

c;") /Rex

Danish.rar

Link to comment
Share on other sites

The source code is available sycam0inc, I suggest you have a look.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

Something like below will display as a Function in the list.

Local $aReturn = StringRegExp('Func FunctionCount()'

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

thx for your translation! :)

(Can you also translate the formstudio2 / fileviewer? DataPlugins<Pluginname>language)

thx in advance! :)

Yeah sure np, ill look into it, though I don't have much spare time atm. - but ill do it asap :sweating:

c;") /Rex

Link to comment
Share on other sites

Version 0.92 BETA is online!

Changelog:

-> ISN AutoIt Studio: <-

-----------------------------------

- Fix: bug fixes in Ersteinrichtungsassistenten

- Fix: Bug Makierungs removed from the context menu of the Script Editor

- Bugfix: Remember subsequently opened elements in the script tree now open again if for example. is stored

- Fix: Bug fix when opening files with a plugin (eg. form Studio 2)

- Fix: Scrolling in Script Editor "jerky" not now! (For this, the file needed for the first open a moment longer to get fully charge)

- Fix: In the project tree files are now sorted correctly

- Fix: If you double click in the script tree performed on an item that is now centered in the Script Editor displays (previously it was always at the bottom)

- Fix: Various bug fixes

- NEW: Added Danish language (thx to Johnny Rex)

- NEW: The "shooter open files from external changes" in the programs may Island lungs (in Script Editor) can now be disabled if desired. (Function makes some users problems)

- NEW: The ISN AutoIt Studio now includes the debugging tool "DBUG"! This is the menu "Tools -> Enhanced debugging with DBUG -> Debugging" to enable or disable. If activated, it is automatically activated each script start! :) (Thx to Pandel for the info!)

- NEW: window "Set Startup Parameters" updated! It can now be specified with as many lines of parameters!

- NEW: "Set Startup Parameters" new macro with the name-change the startup parameters of the project to specific entries. So you can (if desired) the parameters quickly switch back and forth!

- NEW: Renaming a project is now being interrogated, or folder name of the project should also be renamed

- NEW: function "Close All Tabs" added (Can be found in the File menu and context menu of a tab)

- NEW: If the ISN operated in portable mode now automatically every time you start the program paths (eg. for AutoIt3.exe) redetected

-> ISN form Studio 2: <-

-----------------------------------

- Fix: Various bug fixes

- Fix: GUI must when changing the form size in the "GUI Properties" no longer be reloaded

- NEW: In the Control Editor, there is now the option "text mode". This can be selected whether the control is replaced by the text from the form of studio (default) or a Func of the main script (eg. for multilanguage projects)

- NEW: In the GUI properties can now specify whether handles are to be declared in au3 code with Global or Local.

Link to comment
Share on other sites

When ISN is running please check in your working dir DataCache. There you should have a file named cacheXXX.dat. Open this file with notepad an check if ther is a entry for isf for example:

[isf]

program=I:autoitProjektXISN AutoIt Studiodatapluginsformstudio2formstudio2.exe

If not please check in the programsettings -> Plugins if the formstudio 2 plugin is activated!

Link to comment
Share on other sites

When ISN is running please check in your working dir DataCache. There you should have a file named cacheXXX.dat. Open this file with notepad an check if ther is a entry for isf for example:

[isf]

program=I:autoitProjektXISN AutoIt Studiodatapluginsformstudio2formstudio2.exe

If not please check in the programsettings -> Plugins if the formstudio 2 plugin is activated!

The plugin list is 100% empty, how do I add the form editor to it?
Link to comment
Share on other sites

i have one sugestion :

1. Add HotKey CTRL+I to open the Include file that cursor is over.

2. Improve time to check variables. I have a big project, with many variables, every time when i try to write another variable, program recheck all variables from my file, and it take about 2-3 seconds... It's frustrating :-\

Edited by PlayHD
Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...