Jump to content

Recommended Posts

Posted

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

  Reveal hidden contents

 

  • Moderators
Posted

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:

  Reveal hidden contents

 

Posted

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

  Reveal hidden contents

 

Posted

Sorry I overlook your post..

  On 3/4/2015 at 5:26 PM, kcvinu said:

 

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. ;)

Posted

@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.

  Reveal hidden contents

 

Posted

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

  Reveal hidden contents

 

Posted (edited)

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
Posted (edited)

@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
  Reveal hidden contents

 

Posted

1) done

2) Sounds good..

3) roger ;)

4) Here I´m not really sure what youre meaning. If its enabled the ISN should list Variables in the Autocomplete Liste when you press $ Key.

Posted

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:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

@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.

  Reveal hidden contents

 

Posted

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:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

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
Posted (edited)

@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
  Reveal hidden contents

 

Posted

@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

Posted
  On 3/30/2015 at 12:44 PM, Rex said:

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.

Posted

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...