Jump to content

Recommended Posts

Posted (edited)

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!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Posted (edited)

Hi 

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

EID_autoit_heur Edited by kcvinu
  Reveal hidden contents

 

Posted

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.

  Reveal hidden contents

 

Posted
Posted

Hi 

Yashied, great. Thatnks. And what about the auto complete of "EndIf, EndFunc, Next, WEnd" ?
  Reveal hidden contents

 

Posted

  On 3/6/2015 at 12:55 PM, UEZ said:

I like idea of the right panel!

But the tabs are not saved when restarting SciTE.

Turn on the Option:  Tools > Advanced > Save Session 

Posted

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. 

  Reveal hidden contents

 

Posted

  On 3/7/2015 at 4:06 PM, kcvinu said:

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
Posted

Hi 

Yashied, It worked. Thanks. But i didn't touch any registry key. Because i don't know what Au3Stripper is.  
  Reveal hidden contents

 

Posted

  On 3/7/2015 at 5:57 PM, kcvinu said:

Yashied, It worked. Thanks. But i didn't touch any registry key. Because i don't know what Au3Stripper is.

https://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3.html

Posted

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

  Reveal hidden contents

 

Posted

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

  Reveal hidden contents

 

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
×
×
  • Create New...