-
Posts
456 -
Joined
-
Last visited
-
Days Won
14
Everything posted by ISI360
-
The ISN does not (exacly) work like that. In the ISN you create .isf files. These files are oppened with the integrated form designer (isn form studio 2). Here you design your GUI and save it back to the ISF. The nice part about: .isf files contains the raw autoit Code of your gui..so you dont ned to "generate autoit code" from your gui and past it in your script, like in koda. You simply can include the .isf file in your script and that´s it. See the demo projects on my website for some examples. And note: There is a Koda to .isf Converter plugin on my Website, if needed.
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
If the included updates does not work, just download the latest version from my website (installer) and overwrite your installation. And don´t worry..none of your user data or ISN settings will be touched at this process.
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Hi folks It´s update time again! ISN AutoIt Studio version 1.16 is now online! Have fun with it, and as always: Feedback is welcome! 😎 Here the detailed changelog (translated by google):
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
You need to switch to "Return the gui in a map"-mode in the Formstudio. (It´s in the GUI Settings -> AutoIt Code Settings) You can also check the Testproject 4 on my website, it´s all about that new feature.
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
It should check and re-install the update_installer.a3x, if it´s missing. I will implement a check for the "ISN_Adme.a3x" file too...
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Looks like your AV-Scanner has deleted a component file of the ISN Studio. (Maybe update_installer.a3x or \Data\ISN_Adme.a3x) Just try to re-download the 1.15 Setup from my website and overwrite your installation with it. (No user data will be affected!)
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Hi folks! ISN AutoIt Studio version 1.15 is now online! This release if mainly a maintenance update. (Not much new features were added) Have fun with it, and as always: Feedback is welcome! 😎 Here the detailed changelog (translated by google):
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Awesome work Beege! Thank you 😎
-
Curl UDF - AutoIt binary code version of libcurl with SSL support
ISI360 replied to Ward's topic in AutoIt Example Scripts
Did anyone had success, updating the integrated libcurl 7.42.1 to a newer version? -
Hi folks! It´s update time again! ISN AutoIt Studio version 1.14 is now online! Have fun with it, and as always: Feedback is welcome! 😎 Here the detailed changelog (translated by google):
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Sadly no progress since. (And no future plans for a git integration at the moment) Maybe GitDesktop can help you?
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Version 1.13 uses the SciLexer 4.1.2.0 (a older version for xp compatibility). In the next update i will replace it with the latest from the autoitscript.com website (4.4.6.0). But even with 4.4.6.0 the behaviour is the same. I already testing a fix for the ISN at the moment. @Jokerman interested in a testversion?
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Don´t know how SciTE internaly handles these stuff. Maybe it also uses SCI_LINESONSCREEN...which should (in my understanding) get the lines what the user sees in the window...but when some lines are folded the returned value is wrong.
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
with Scintilla ? This is ISN custom code. If "In addition, add a marker to the line" is enabled, the ISN draws the arrow marker via SCI_MARKERADD on a line. And that error is connected to the bug Jokerman found. The ISN currently draws it´s intellimarks and markers only in the visible area. (Via SCI_GETFIRSTVISIBLELINE and SCI_LINESONSCREEN) But for some reason the SCI_LINESONSCREEN value does not change when areas are folded...so the ISN draws less lines what the user accually see in the editor...and here we have our problem. I am working on it
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Thanks...the video shows the bug perfect. (Sometimes a picture/video can say more than thousand words :P) I can confirm this bug in my installation..i will check that.
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Hmm sorry @Jokerman i am still not hundred percent sure what you mean here. (My english is not the best) Maybe you can screenrecord a gif or a movie which shows the error? 😇
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
The keys with a single "L" are the right ones in the config. You can delete the double "L" variants, these have no effects. And yeah i know it´s a typo..normaly the double "L" is correct. 🙈 And so far i have not found any error. When i disable, re-enable intellimark it´s working instantly. (without restart) Sure you checked the right setting?
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Hi Jokerman Thanks for your great feedback Glad to hear, you like the ISN 😎 About your topics: QuickView minimize bug) Can confirm this bug. Will be fixed in the next update intellimark) Can you explain this part a little bit more. Not really sure what you are meaning here.. And it would be great when you can submit a testfile to me (via pm), so i can try to rebuild this behaviour.
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Some short information: From now on, the ISN AutoIt Studio can also be installed or updated via the new Windows Package Manager! The following commands can be used for installing or updating via winget: winget install “ISN AutoIt Studio” winget upgrade “ISN AutoIt Studio”
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Thanks 😎
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
The link on the first page (and all others) brings you to the download section of isnetwork.at. You always download the latest version from there...no need to worry.
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Glad to hear, thx for the info
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Hi folks! It´s update time again! ISN AutoIt Studio version 1.13 is now online! Have fun with it, and as always: Feedback is welcome! 😎 Here the detailed changelog (translated by google): @kawulson This windows 7 specific bug should be fixed with this update!
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with:
-
Hi folks! It´s update time again! ISN AutoIt Studio version 1.12 is now online! Like everywhere else, the Corona crisis has made my past ISN development quite a mess. But now I have finally put together a final version. The special highlight of this version is the final replacement of AutoIt *.exe files in the ISN package. Everything is now changed to *.a3x files (except the AutoIt_Studio.exe...which is now "only" a launcher for the actual *.a3x and is NOT created with AutoIt anymore (PureBasic). So the "virus scanner and false positive" topic should be now finally solved! (hopefully) Have fun with it, and as always: Feedback is welcome! 😎 Here the detailed changelog (translated by google): -> ISN AutoIt Studio: <- ----------------------------------- [Bug fixes] - Various bug fixes - Fixed a bug that caused the ISN to crash without warning or error message. - Fixed graphic bugs (gray area) in the script tree. - The logos of the plugins were often displayed in the wrong size in the program settings. This is now fixed. - Error when renaming shortcuts (* .lnk) files in the project tree has been fixed. - Resize bug with undocked plugins fixed. - Resize bug with Aero Snap fixed. - Folders that have already been opened / expanded in the project tree are no longer closed sporadically as soon as the view is updated. - Fixed a bug where the project tree stopped registering entries with the mouse after several hours. - Fixed flickering of the menu bar when opening a new file. [Improvements] - Due to the persistent virus reports (false positives) from various AV scanners, the following changes are introduced in this version: The most important components of the ISN AutoIt Studio are no longer delivered as * .exe, but as * .a3x. The ISN AutoIt Studio now contains a separate copy of "AutoIt3.exe" in the "\ Data" folder, which is used to start the ISN Studio itself and various program components. There will still be an "Autoit_Studio.exe" in the program directory, but this is NO longer written in AutoIt, but with PureBasic. (False positives shouldn't be an issue here) The new "Autoit_Studio.exe" only serves as a "launcher" for Autoit_Studio.a3x and AutoIt3.exe. With all of these changes, I hope that the false positive issue will be dealt with for a long time to come. - Import & export of macros has been improved. It is now possible to export individual macros. - Reduced "flickering" when changing the window size of the ISN AutoIt Studios main window. - The "Macros" window has been revised. - Files & folders with a dot "." are now hidden from the project tree. (Known from the Linux world) - When renaming files in the project tree, only the file name (without extension) is now selected. Prevents accidental removal of the file extension. - Improved performance with large scripts. - The window for ISN variables has been revised. Variables from the selection can now be inserted in any input control via drag and drop. - The root folder of the currently open project is now symbolized in the project tree with a "Home" icon. (Known from the first ISN versions) - The function "Jump to function (CTRL + J)" now searches not only the currently opened script, but all files that were added as an include by the main file. [New Features] - Added Polish translation (thx to MasterKnack) - There are two new entries in the context menu of the project tree: "Open new CMD / PowerShell window here" - There is now a new button in the "Create new macro" window with which the macro can be tested (executed) directly. - The number of macro slots has been increased from 7 to 10. (Info: The 3 new slots must be added manually to the toolbar in the program settings!) - Global macros: In addition to the previous project-related macros, there are now cross-project (global) macros that apply to all ISN AutoIt Studio projects. These global projects are saved directly in the config.ini of the ISN AutoIt Studio. Global macros are always executed first in the sequence, then the project-related ones. - The limitation of "One macro per macro slot" has been removed. Several macros can now be assigned to one macro slot. These are then carried out in sequence. - In the project tree there is now a "Favorites" area at the top. Each file in the project tree can now be marked "as a favorite" in the context menu and can then be found as a link in this new area. The favorites area behaves like a normal folder. You can also create subfolders etc. in it. The favorites are created in a subfolder of the project with the name ".Favorites". If you wish, this favorite area can be deactivated again in the program settings. - Two new ISN variables added: %ProjecttreeSelectedFile_Name% & %ProjecttreeSelectedFile_Path%. These contain the file name or the file path of the file currently selected in the project tree. (Perfect for macros in the context menu of the project tree!) -> ISN Form Studio 2: <- ----------------------------------- [Bug fixes] - Various bug fixes - Fixed a bug with disappearing "Rich Edit" controls in the GUI. - Made some performance improvements. -> ISN Command Line Tool: <- ----------------------------------- Note: The "ISN AutoIt Studio Command Line Tool" is available for download separately on my homepage from ISN AutoIt Studio Version 1.12! (So it is no longer included in the ISN installation!) The reason for this is that this tool unfortunately has to remain an .exe file (i.e. it cannot be converted into a * .a3x file). The .exe would again increase the risk of a "false positive" alarm from various AV scanners and has therefore been removed from the ISN package. [New Features] - New parameters for the ISN Command Line Tool have been added. More on this in the help. - The command line tool can now output the STDOUT stream of the ISN when compiling or testing a project. - The Command Line Tool now waits for certain commands until they are finished. (e.g. open project)
- 250 replies
-
- isn autoit studio
- isn
-
(and 3 more)
Tagged with: