kcvinu Posted April 13, 2015 Share Posted April 13, 2015 @ISI360, Thank you Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
kcvinu Posted April 13, 2015 Share Posted April 13, 2015 (edited) @ISI360, Now the auto complete is perfectly all right. ISN AutoIt Studio is now become a professional quality editor. Thanks a lot. I think we need to work for "Syntax error highliting" feature in next updates. Is this a greed ? Edited April 13, 2015 by kcvinu Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
kcvinu Posted April 13, 2015 Share Posted April 13, 2015 @ISI360. Before that, we need a simple feature in ISN AS. If we type "#" and "inc", the intellisence will show us the option "include". It's ok, but after that please make intellisence available with all file names in include folder. That means, if we select "include" from intellisence and type "H", then intellisence automatically show the file names starting with "H". Spoiler My Contributions Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language. UDF Link Viewer --- A tool to visit the links of some most important UDFs Includer_2 ----- A tool to type the #include statement automatically Digits To Date ----- date from 3 integer values PrintList ----- prints arrays into console for testing. Alert ------ An alternative for MsgBox MousePosition ------- A simple tooltip display of mouse position GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function Access_UDF -------- An UDF for working with access database files. (.*accdb only) Link to comment Share on other sites More sharing options...
ale1981 Posted April 22, 2015 Share Posted April 22, 2015 (edited) I think I have found a bug to do with the new temporary projects settings. If I load a project called "Tempt" every time I close the project it thinks I have created a temporary project and asks me if I want to delete, if I say Yes then it deletes my .au3 file!! Is it because the project has the word "TEMP" in it? Edited April 22, 2015 by ale1981 Link to comment Share on other sites More sharing options...
ISI360 Posted May 11, 2015 Author Share Posted May 11, 2015 Hi!Yes this is a bug. I will fix it in the next update!thanks. Link to comment Share on other sites More sharing options...
Relive Posted May 11, 2015 Share Posted May 11, 2015 Guide to Uninstalling for ZIP Installation in Windows 71. Delete the main folder.2. The right-click menu still shows "Open with ISN AutoIt Studio". Follow these steps:Press Windows KeySearch "run". Under Programs, click the light blue icon with "run".Enter "regedit"Click edit, find "edit_isn" (might need to re-find if it's taking too long)Delete that whole folder that contains the REG_SZ and the folder "Command" Link to comment Share on other sites More sharing options...
kmeleon Posted May 15, 2015 Share Posted May 15, 2015 Is it possible vertical console view in ISN AutoIt Studio? Feed Polish children: pajacyk - just go to this page and close it. Thanks. World website: free rice. Link to comment Share on other sites More sharing options...
TheDcoder Posted May 30, 2015 Share Posted May 30, 2015 Feature Request: Don't Mix-up Magic Numbers in AutoIt Form Studio 2 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
TheDcoder Posted June 2, 2015 Share Posted June 2, 2015 Feature Request: When I F1 an function which I made in my projeckt's mainfile, take me to the function's line... Hope you understood what I said, TD EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
Rex Posted June 8, 2015 Share Posted June 8, 2015 Feature Request: When I F1 an function which I made in my projeckt's mainfile, take me to the function's line... Hope you understood what I said, TD F1 is used to open AutoIT help, so maby a other F key should be used for that I also have a req A bookmark function, so one could bookmark some lines and then jump to them with eg F2 or something like that Cheers/Rex Link to comment Share on other sites More sharing options...
Thomymaster Posted June 28, 2015 Share Posted June 28, 2015 Hello I just found this IDE and it looks amazing. However i have a quick question, i have to use the current beta Au3Check.exe (3.3.13.19) in C:\Program Files\AutoIt3 because of this bug: error: missing separator character before keyword.There is already a post for this and the beta Au3Check.exe fixes this issue. I have renamed the old Au3Check.exe to .old and inserted the beta one, however ISN is still using a 3.3.12.0 one.What have i done wrong?Best,Thomas Link to comment Share on other sites More sharing options...
ISI360 Posted July 1, 2015 Author Share Posted July 1, 2015 The ISN use it´s own Au3Check.exe in the Data Directory of the ISN.So you have to replace this files...then it should work. Link to comment Share on other sites More sharing options...
Thomymaster Posted July 3, 2015 Share Posted July 3, 2015 (edited) Hi OK, i have still some things (i posted already in the german forum): - If i create a new project, the project file is always named 'project.isn'. When i rename it and try to open it, it doesn't work anymore- A question regarding the UI editor. As i always worked with Koda and have my AutoIT GUI code from there, is there a possibility to create a from with this code (lik a "input from AutoIT Code" function)?- Autocomplete doesn't work if i mistyped something and deleted the error with the backspace key (the autocomplete box doesn't show up)-if i move a function to another place in my script (i.e. above another function) the function/variables tree on the right doesn't reflect the new position- If i use variables that doen't exist before, autocomplete doesn't show them unless i refresh the function/variables tree or save my script- there is no "Jump To" functionality like in SciTe Regarding the Form Editor:-After creating a combobox control, it cannot be replaced inside the form. I can doubleclick on the control and then i can write some text inside the combobox but upen dragging it elsewhere in the form the control isn't replaced-When i create a menu i can add/modify entries even after the control is locked. The changes are shown in the form but not saved (i think it should be like that). It would be nice that if a control is locked, the entry for modifyiung it "Menü bearbeiten" is greyed out.-It would be creat if the OnEvent function could be set for menu items as well as for comboboxes So far Edited July 8, 2015 by Thomymaster Link to comment Share on other sites More sharing options...
laffo16 Posted July 4, 2015 Share Posted July 4, 2015 Feature Requests (if already possible please let me know)- Add breakpoint to line by clicking in left hand margin- DBUG doesnt appear to work (by hovering over) for arrays (is this just me?)- Ability to use "step over" / "step into" hotkeys when DBUG is not the active windowI'm aware the last two aren't specific to ISN, if just the top one could be done, I could look into the last two. Link to comment Share on other sites More sharing options...
willichan Posted July 13, 2015 Share Posted July 13, 2015 I have some projects that have multiple exe files. Since these use several au3 script files in common (common for the particular project, not common enough to put in my UDF folder), I want to be able to house the whole thing in one folder. The problem is that ISN AutoIt Studio does not allow for multiple main files in one folder, or for multiple project files in one folder.Q: Is there any possibility of allowing multiple "projects" in a single folder (renaming ISN project files to match each planned exe file)? My UDFs: Barcode Libraries, Automate creation of any type of project folder, File Locking with Cooperative Semaphores, Inline binary files, Continue script after reboot, WinWaitMulti, Name Aggregator, Enigma, CornedBeef Hash Link to comment Share on other sites More sharing options...
ISI360 Posted July 13, 2015 Author Share Posted July 13, 2015 Hi willichan! Currently not.But you must not use the mainfile of the project. Simply create your folders with projects as you want and work with macros.You can start every single Script with F9. You can create a macro witch compiles specified .au3 files across your projects (folders). (Not the mainfile!)And you can set compiler settings with the AutoIt3Wrapper for every single .au3 file.Maybe it helps you! Link to comment Share on other sites More sharing options...
ISI360 Posted August 11, 2015 Author Share Posted August 11, 2015 ISN AutoIt Studio Version 0.99 BETA is now online!Happy testing! Changelog (translated by google translator):-> ISN AutoIt Studio: <------------------------------------- Fix: Several bugfixes- Fix: When you close a project was produced in error under certain conditions the message that a file in the folder for temporary scripts. This is now fixed.- Bug fix: When using the DBUG tools were often not deleted some temp files. This is now fixed.- Fix: Several bugfixes for the new autocomplete (If -> endif, etc.)- Bugfix: veringert fibrillation the toolbar and the menu bar when switching tabs- Fix: Autocomplete detection improved- Fix: The path to the last open tabs will now be saved in the * .isn file with real tive paths.- Bugfix: syntax update for AutoIt version 3.3.14.1- NEW: AutoIt3Wrapper, Tidy & Au3Stripper updated to newer versions.- NEW: The project file (project.isn) can now be named anything! (Extension * must .isn naturally preserved! In addition, the file must be in the root directory of the project!)- NEW: When creating a new project, the name can now also directly to the project file (* .isn) be specified.- NEW: "Edit -> Go to function (Ctrl + J)" can now jump directly to the function. (As in the script tree)- NEW: In the program settings under "Script Editor -> File Types" can now any file types are set to be automatically opened with the Script Editor, the ISN.- NEW: New Tag for macros:% myisndatadir% -> Points to the directory by the cache, settings, etc. are stored. (In portable mode is% myisndatadir% =ScriptDir)- NEW: There is now in the program settings the ability more paths for AU3 * api files & * .keywords.properties files indicate... (File Locations -> API files)- NEW: The alphabetical sorting of functions in the script tree can now be disabled. (In the script tree characteristics)- NEW: New macro: Start script -> Starts an AutoIt script in ISN AutoIt Studio (similar to the script function test)-> ISN form Studio 2: <------------------------------------- Fix: Several bugfixes- Bugfix: syntax update for AutoIt version 3.3.14.1- Fix: Fixed a bug in which was selected in the GUI properties automatically "text from func".- Bug fix: could ComboBoxes often difficult marked with the mouse. This is now fixed.- Fix: Some controls have simply disappeared again after copying. This is now fixed.- Fix: Fixed a bug by the entries could be changed anyway in a locked menu Control.- NEW: The Control Editor in form Studio 2 can now be folded up in the Control Editor or be restored by an icon to the right. (If it is sometimes requires more space quickly.)- NEW: In the GUI properties under "AutoIt code settings" can now be determined whether will be inserted in the script #include one should or not.- NEW: Settings such as "declaration of Handles" can now be obtained from the Global program settings form Studios.- NEW: It can now be selected as Style or States in the AutoIt code be adopted. Either as a variable (eg. $ BS_DEFPUSHBUTTON) or Magic Numer (as before). New default for this setting is the variant with variable. (Because the code is easier to read) The whole can be set in the GUI properties for each .isf or in the program settings Global.- NEW: In Control Editor under "representation" can now be specified with an icon (.ico) and the Index. (If the icon of a .dll is based)- NEW: The loading screen has now been transferred to the GUI of the form Studios.- NEW: It is now possible properties in the Control Editor to change when multiple controls are selected. These are then applied to the Mark Controls. TheDcoder, funkey and Alenis 3 Link to comment Share on other sites More sharing options...
Rex Posted August 15, 2015 Share Posted August 15, 2015 Uhh cool Thx ISII will have a look on the translations to danish, as soon I get some free time.Have you thought about my suggestion about bookmarks? Cheers/Rex Link to comment Share on other sites More sharing options...
powaful3000 Posted August 16, 2015 Share Posted August 16, 2015 The funny thing is that this is a hardcore virus...https://www.virustotal.com/en/file/173a83c0c536409f9c674b4ea6ef1dca610912889fa5b76940992dca6d370537/analysis/1439710453/ Link to comment Share on other sites More sharing options...
TheDcoder Posted August 16, 2015 Share Posted August 16, 2015 @powaful3000 No, its not a virus, here is some reading for you, TD EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
Recommended Posts