Jump to content

ISN AutoIt Studio [old thread]


ISI360
 Share

Recommended Posts

@Rex, Are you avoiding my question in post #456 ?

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

  • Moderators

kcvinu,

This UDF is the work of ISI360, not Rex - and you addressed your question in post #456 to ISI360, not Rex, so why are you expecting a reply from him. :huh:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

@Melba23- I am sorry . it was my mistake. I thought that Rex is the author. Extremely sorry.

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

Sorry I overlook your post..

 

Hi 

ISI360, Can you make the code editor like visual studio ?. I mean, when we type "If" and "Then" and press enter in visual studio, it will automatically add the "End If" in next line. Not only for if statement, but also, For , while do loops. Can you add this feature to ISN studio ?

 

 

I see what i can do. ;)

Link to comment
Share on other sites

@ISN360 Thanks a lot.. It's my dream that make an IDE with features like Visual studio. For a few days , i have thought in my mind that making an IDE for Autoit. But i don't know how to run the compiler with my IDE.. Anyhow, i am expecting your reply. Thanks a lot.

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

@ISN360, i have made a tool that automatically paste an "Endif" to SciTE but it has some problems.

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

So my current experiment is working very well. Every time you write an "if" and press the Space key (as you did when you write your code) id add an EndIf in the next line. (My version with Enter instatt of Space is buggy ^^)

So you can expect it in the next version! ;)

PS: And of course i will make it with other keywoards too! ;)

Edited by ISI360
Link to comment
Share on other sites

@ISN360 I am eagerly waiting for the next version. I have some suggestions for next version

1. Automatically enters "EndIf/EndFunc/EndSwitch/EndSelect/WEnd/Next/Until"

2. Autosave option i.e User can set a dedicated folder in ISN Autoit Studio. And each time a new file is created, it is automatically saved a dedicated file name(for eg. Untitled_1). 

3. Automatically insert dollar sign($) after "Local/Global" keywords.

4. Automatically detect variable names. current version is not detecting variables when we type them later

Sorry , i have found number 4 is already there

Edited 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

ad 2.

... with promtping user to enter the file name

 

for example I very often making new script to test something

so If I use it then It would be nice if I can define a base name for example "test_" but the rest part of this name can change every time

test_array.au3

test_listview_sorting.au3

...

..

.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

@mLipok, You can easily do it with a script . When the save file dialouge is appeared, you can paste the first word from scite into file name textbox.

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

I think my proposal can be an "optional option" (additional configurable feature) inside ISN AutoIt Studio.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

Hmm can you explain me 2) a little bit more? 

This has nothing to do with autosaving, or?

so if i understand you right you create a new file (eg testfile.au3) and the isn should create the file and a 2nd file with a prefix. (pre_testfile.au3)

(At the same folder?)

and isnt this the same if i simply make a copy of the file? (with rightclick on file and choose make copy)

Or do i missunderstand that? ^^

thx

Edited by ISI360
Link to comment
Share on other sites

@ISI360,

Assume that i am starting ISN Studio. I just click on new file and a new au3 file is opended. On the same time ISN Studio should automatically save the file in the dedcated folder and dedicated name. There is no need of a copy. If the user wants a special or uniqe file name, he can use save as menu. And why i am asking this feature because, some time (most time) we need to check some codes. When we add a new file to isn studio and sart typing. But when we press run button, it will ask us to save this file somewhere. Most probably the file save dialogue's directory is not our intended location. Then we need to browse for our location and need to type file name. If you add an auto save feature, it is very helpful. And if you are thinking it is a bad idea, then you can add a check box in settings, to toggle this feature.

Edit; As per this feature,  only a one time auto saving is needed. No need for saving particular intervels

Edited 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

@ISI360

Yes often the $ auto complete works, other times not so well : but if one creates a new $ the "AC" don't pick it up until the script is saved.

Normally I wouldn't ask a dev how long he is with his dev. but I still have the issue with the wrapper and script clearing (I some times forget to save before I run the wrapper :( ), so just waned to here if you have an estimate on the .98 version?

Cheers

/Rex

Link to comment
Share on other sites

Normally I wouldn't ask a dev how long he is with his dev. but I still have the issue with the wrapper and script clearing (I some times forget to save before I run the wrapper :( ), so just waned to here if you have an estimate on the .98 version?

 

I would say..90% is done. 1 or max. 2 weeks until release.

Link to comment
Share on other sites

ISN AutoIt Studio Version 0.98 BETA is now ONLINE!

Happy testing! ;)

 

Changelog: (by Google translator)

-> ISN AutoIt Studio: <-
-----------------------------------
- Fix: Various bug fixes
- Fix: Fixed a bug by not run code stored by Tidy and co. lost. (Thx to Rex)
- Fix: When not .au3 files (eg txt data.) Were often some buttons (eg printing or searches.) Locked. This is now fixed.
- Fix: The little debug window right below could not be disabled. This is now fixed.
- Fix: F4 (and double) in the output console now works with the AutoItSyntaxCheck
- Change: The dialog "More AU3 file compile" (in the Project Settings -> Compile Settings) is now called "Select files to compile".
- NEW: There is now the Project menu item "Project Settings". Here many project-specific settings are now combined.
- NEW: The project features have been incorporated into the project settings.
- NEW: "Select files to compile" dialog, you can now change the order of the files to be compiled. In addition, can now be included in the order as the main file.
- NEW: For commands such as If, While, For, Func, etc., after pressing the Enter key now automatically made a tab feeder.
- NEW: The open tabs can now be moved via Drag'n Drop with each other.
- NEW: Danish language updated (thx to Rex)
- NEW: The Obfuscator was replaced by the Au3Stripper tool. (Since the development of the obfuscator has been set)
- NEW: Data folder Au3Defs was removed. The data is now available (as in SciTE4AutoIt) in their own folders. ( Data Api or Data Properties) The data from the old Au3Defs folders are automatically transferred to the new folder structure at the start of the ISN. (If there are writeable!)
- NEW: AutoIt3Wrapper updated
- NEW: Hotkeys and plugins in the program settings have now Icons
- NEW: Keywoards such as If, While, etc. Func now automatic EndIf, Wend, etc. EndFunc be inserted at the end. (Can also be activated in the program settings)
- NEW: When writing declarations such as Global, Local, or const a $ character can now be automatically added to wunscht. (P program settings)
- NEW: Automatic storage: In the program settings can now Auto save on time and keyboard input are activated.
- NEW: In the "Compile Settings" there is now an input field to the folder structure ready for the project to continue. With also some variables (eg.% Version% project) can be used.
- NEW: Temporary scripts: It is now under "File -> Create New File" temporary scripts will be created. These are automatically stored in a folder previously defined. (S. Project settings)
          
On request the files after the close can be deleted again. (Perfect for test scripts, etc.)


-> ISN form Studio 2: <-
-----------------------------------
- Fix: Various bug fixes
- Fix: Fixed a bug where the tab was destroyed in "GUI Properties" window
- NEW: When multiple controls are selected these can now be changed simultaneously in size.
- NEW: For TabItems (Tabseiten) own handles can now be defined. (Right click on tabitem -> Handle for tabitem specify)
- NEW: You can now copy and paste multiple controls at once.
- NEW: handles in the GUI can now be defined as a Global / Local Const
- NEW: New control: Dummy Control

Link to comment
Share on other sites

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

×
×
  • Create New...