Jump to content

SciTE 3.5.5.101 for AutoIt


Yashied
 Share

Recommended Posts

I like idea of the right panel (sidebar)!

But the tabs are not saved when restarting SciTE.

Edited by UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

Hi 

Yashied, It says that a virus in the compressed file. 

EID_autoit_heur 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

Hi 

Yashied, Thanks for your hardwork. This is a good AutoIt code editor. Kindly add these features to this Editor.

1. When we press "Enter" after typing an "If" statement, then add "End IF" automatically. Not only for "IF", but also for "Func", "while", "Switch" too. Just like what visual studio does. And i can't find any intelliscense on this editor.

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

Link to comment
Share on other sites

Hi 

Yashied, great. Thatnks. And what about the auto complete of "EndIf, EndFunc, Next, WEnd" ?
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 have downloaded SciTE 3.2.5.99 for AutoIt 3.3.12.0 (including Compiler Wrapper) and i ran the program. All is well. But i can't run any code. It is not responding while i clicking run button. And if i click on Compile button, it will sow this message ==> "Compiler not found". I thought my downloaded file is coming with a compiler. But how to fix this. the program is not residing in AutoIt directory. 

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 have downloaded SciTE 3.2.5.99 for AutoIt 3.3.12.0 (including Compiler Wrapper) and i ran the program. All is well. But i can't run any code. It is not responding while i clicking run button. And if i click on Compile button, it will sow this message ==> "Compiler not found". I thought my downloaded file is coming with a compiler. But how to fix this. the program is not residing in AutoIt directory. 

Open SciTEpropertiesau3.properties and specify the full path to AutoIt directory, e.g.

 

[Global]
#~AutoIt root directory
AutoIt3Dir=C:\Program Files (x86)\AutoIt3

Also check the following registry key (required for Au3Stripper).

 

HKEY_CURRENT_USER\Software\AutoIt v3\AutoIt
Include=C:\Program Files (x86)\AutoIt3\Include
Link to comment
Share on other sites

Hi 

Yashied, It worked. Thanks. But i didn't touch any registry key. Because i don't know what Au3Stripper is.  
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

Link to comment
Share on other sites

@Yashied How can i make every new file as *.au3 ?. Now each new file is coming with a *.properties extension.

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

@Yashied OK. Is there any option to change so that i can add "End If, End Func, Next, Wend" automatically. 

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

love what you've done with this.

issue: when one wants to fill

#pragma compile(FileVersion, 1.5.0.10)
#pragma compile(ProductVersion, 1.5.0.10)
from the interface it removes the zero at the end.
 
 
I hope this gets to be the default distribution, very well thought out, thanks.

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...