Jump to content

Recommended Posts

  • 4 weeks later...
Posted

Updated.

Minor Improvements and a major bug fixed.

It was due to _GUICtrlMenu_CreatePopup function (used for the contextual Menu).

When the Options gui was visible and a right click was made on Main Gui, it caused an autoit3.exe AppCrash.

This function is now replaced by : GUICtrlGetHandle(GUICtrlCreateContextMenu(GUICtrlCreateDummy())) 

Since this change, no more AppCrash.

All embeded applications were updated.

This results in a good weight loss.

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted

Updated to 1.0.5.6 OK.

Question: to upgrade ... I have copied the new executable in autoit3scitescitehopper   I don't figure other method ...

Posted
  On 10/27/2014 at 8:12 AM, t0nZ said:

Updated to 1.0.5.6 OK.

Question: to upgrade ... I have copied the new executable in autoit3scitescitehopper   I don't figure other method ...

 

Yes it's the simplest solution.

An other way is to run the new executable and to use the Add-Remove button in the options Gui,

a first time for remove previous version and a second time for Add new executable in SciTEHopper directory.

20141027094719.jpg

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

  • 3 months later...
Posted
  On 1/30/2015 at 6:23 PM, argumentum said:

Nice, very nice. My 2 cents, instead of incorporating the EXE in the EXE, why not the A3X, It'd make it smaller. Again, thanks.

 

Thanks a lot !

Do not ask me why, but i prefer use executables !  ;)

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted

I'm a chinese User,I can not download the tool,will you please add the tool as an attachment?Thanks in advance!~

董小姐,你微笑的时候很美,就像安河桥下,清澈的水...

Posted
  On 2/7/2015 at 1:05 PM, czyt said:

I'm a chinese User,I can not download the tool,will you please add the tool as an attachment?Thanks in advance!~

 

Once the html file is downloaded, double click on it for download the file.

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

  • 6 months later...
Posted (edited)

Sometimes I need to Restart SciTE for unlock a file.

Here is an easy way to restart SciTE Editor by adding this...

# 41 SciTE Restart
command.41.*=cmd /c taskkill /IM SciTE.exe && PING -n 5 127.0.0.1>nul & "%programfiles%\AutoIt3\SciTE\SciTE.exe"
command.name.41.*=SciTE Restart
command.save.before.41.*=1
command.shortcut.41.*=Alt+R

to SciTEUser.properties.

1 - Taskkill send a close message to SciTE, Some editions of Windows do not have TASKKILL, try TSKILL instead (tskill SciTE.exe).

2 - If it succeeds then a delay of 6 sec is added in case of a prompt for save files (Or set "are.you.sure" to 0, in SciTEGlobal.properties)

3 - Then SciTE Restart 

 

In my case i need to use "41", but adapt Command Number to your needs.

Edit : you can also add

# Checking
are.you.sure=0

to  SciTEUser.properties if you do not want modify SciTEGlobal.properties file.

 

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted (edited)

An other example of commands to add to SciTE Tools Menu :

 

# 42 SciTE Open a New Window
command.42.*=Start "" "%programfiles%\AutoIt3\SciTE\SciTE.exe" -check.if.already.open=0
command.name.42.*=SciTE Open a New Window
command.save.before.42.*=1
command.shortcut.42.*=Alt+N

# 43 Open Current File in a New Window
command.43.*=Start "" "%programfiles%\AutoIt3\SciTE\SciTE.exe" -check.if.already.open=0 "$(FileNameExt)"
command.name.43.*=Open Current File in a New Window
command.save.before.43.*=1
command.shortcut.43.*=Alt+C

Edit : Modified for be able (if needed) to run a script in first SciTE Window and an other in the second one.

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

  • 2 years later...
Posted (edited)

Only to inform you: the links of version 1.0.5.6 are no longer working.

I never found something better than  scite hopper, so moving to a newer machine I managed to save the scitehopper.exe to reinstall it.

But it would be nice to have SciteHopper downloadable, also with google I found only outdated versions.

Cheers,

Edited by t0nZ
Posted (edited)
  On 12/6/2017 at 8:06 AM, t0nZ said:

Only to inform you: the links of version 1.0.5.6 are no longer working.

I never found something better than  scite hopper, so moving to a newer machine I managed to save the scitehopper.exe to reinstall it.

But it would be nice to have SciteHopper downloadable, also with google I found only outdated versions.

Cheers,

Expand  

You are right, download links are dead due to dropbox updates

So you can now get the last version in the AutoIt download section

Thanks ;)

In this last version Au3FileSearch is replaced by StringFinder

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted

I can confirm, downloaded and updated.

But despite the message of .EXE copied, and even If I am admin of my machine, I had to manually substitute the executable in C:\Program Files (x86)\AutoIt3\SciTE\Scite Hopper..

BTW, thank you.

  • 1 year later...
Posted
  On 1/7/2012 at 10:43 AM, wakillon said:
  Quote

How to proceed for add SciTE Hopper to SciTE Editor :
Run Scite Editor, run Scite Hopper ( compiled! ) go to Options and select Add/Remove to SciTE Tab. then click on Add button and it's done !
Right click on SciTE Editor and choose SciTE Hopper in Contextual Menu for run it when you need it ! :)

Expand  

 

Expand  

I'm sorry, but either I'm quite stupid (a distinct possibility!) or those instructions no longer work. I launch SciTE for Autoit, then run the SciTE Hopper executable. But after that, I can find no Options menu / tab / what have you with the text "Add/Remove to SciTE". There's none in the SciTE Hopper window nor in the SciTE window(s).

So how do I add this to SciTE, please?  Thanks!

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