Jump to content

SciTE Hopper v1.0.5.7 : Jump to any line by one click ! Update of 07 Dec 2017


wakillon
 Share

Recommended Posts

  • 4 weeks later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 months later...
  • 6 months later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 years later...

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
Link to comment
Share on other sites

On 06/12/2017 at 9: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,

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 1 year later...
On 1/7/2012 at 5: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 ! :)

 

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!

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