Jump to content

Recommended Posts

Posted

OK, I will try.

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

  • 4 weeks later...
Posted

  On 9/25/2012 at 9:32 PM, 'mlipok said:

I attach

SCITE JUMP Before Dock.JPG

SCITE JUMP After Dock.JPG

in

SCITE JUMP After Dock.JPG

You can see

situation when SCITE is under TaskBar and GoogleChrome is under right side of SCITEJUMP

Fixed. I will be releasing a new version very soon.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I've updated SciTE Jump with various bug fixes, especially when docking to SciTE.

I've also included a ZIP file on the download page for those who are a little reluctant to use the Portable installer.

It should be noted that I haven't updated any language strings from the previous version, so if you provided a translation for the last version then there is no need to provide an update this time. Download is available in the original post.

Language Changes:

  Quote

None

Changelog:

  Quote

- FIXED: Cancelling find in files would not close the running process.

- FIXED: Monitor incorrectly positioning SciTE when the taskbar was on the left side of the screen.

- IMPROVED: Monitor.a3x to version 5. This will automatically update if you have an older version.

- IMPROVED: Speed of replacing in files and finding in files.

- IMPROVED: Various source code changes for better clarity.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 3 weeks later...
Posted

I've updated SciTE Jump with various bug fixes to the context menu in 'replace within files.'

I've also included a ZIP file on the download page for those who are a little reluctant to use the Portable installer.

It should be noted that I haven't updated any language strings from the previous version, so if you provided a translation for the last version then there is no need to provide an update this time. Download is available in the original post.

Language Changes:

  Quote

None

Changelog:

  Quote

- FIXED: Context menu not working correctly when displaying the 'replace in files' UI.

- IMPROVED: Monitor.a3x to version 6. This will automatically update if you have an older version.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 2 weeks later...
Posted (edited)

I will be releasing an update soon (couple of days) and lets just say I have done away with the need for AdlibRegister. Thank goodness.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I've updated SciTE Jump with a huge improvement in speed of detecting when a tab is changed within SciTE. You should now see that it is instantaneous compared to before.

I've also included a ZIP file on the download page for those who are a little reluctant to use the Portable installer.

It should be noted that I haven't updated any language strings from the previous version, so if you provided a translation for the last version then there is no need to provide an update this time. Download is available in the original post.

Language Changes:

  Quote

None

Changelog:

  Quote

- FIXED: Saving position of SciTE Jump if SciTE is closed unexpectedly.

- IMPROVED: Approach to monitoring when a tab in SciTE is changed, now it's instantaneous instead of a 500ms delay.

- IMPROVED: Monitor.a3x to version 7. This will automatically update if you have an older version.

- IMPROVED: Now Windows handles the memory management of SciTE Jump.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

  On 12/6/2012 at 11:24 AM, 'ricky03 said:

Hello,

Thanks for this new version!

under the section "TIP_UDFNAME_1" the "Your Name" and "Set" are not in language file.

In attachment, the new french file.

French.zip

OK, gotcha. This will be fixed in the next version, but your name comes from SciTE4AutoIt3 and isn't part of SciTEJump. Also thanks for the French language. Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I've just discovered SciTE Jump, and I must say it's very very useful! Thanks for the time you took developing this.

I've encountered a problem, but I'm not sure if it's SciTE or SciTE Jump... When I activate SciTE Jump while working on one of my projects, I have a popup message that appears immediately after the SciTE Jump interface appears, and I can't do anything until I close it. I understand it has something to do with the name of the directory having french characters in it (my native language).

Here is a screenshot of the popup I get:

Posted Image

This does not happen while working in directories with names only using english characters. "AD Group Members" will not cause this problem, but "Ménage 1.30" will.

Thanks!

Posted (edited)

Thanks. This is strange as I don't have a message box in the source code that reports that error. But I figured it out that it happens when I change the working directory of SciTE. This will be fixed in the next version of SciTE Jump.

Edit: I will be releasing a new update in the next couple of days. This is just a minor bug release only as they are workarounds for bugs in SciTE and Windows.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Hi guinness, long time no posting for me on this board but finding your SciTE Jump extension is really motivating: I am wondering if I'm missing a few things though..

1) Is it not possible to have SciTE Jump show the content of several files (i.e. tabs) and facilitate jumping between them (i.e. click to go to tab then function)?

2) Is there a way of opening SciTE Jump with SciTE automatically, I very much find myself using it as an integral part of writing code and hence don't want to start it seperately?

3) Relating to 1), is there a of loading a session file and having SciTE Jump load the functions from each file in one swoop so to speak?

Thanks for your work on this, great results so far :)

Edited by Sunaj
Posted

I've updated SciTE Jump with an improvement in the language strings as well as using large UDFs.

I've also included a ZIP file on the download page for those who are a little reluctant to use the Portable installer.

It should be noted that I have updated the language strings from the previous version, so if you provided a translation for the last version then by all means update the translation and send to me. Download is available in the original post.

Language Changes:

  Quote

MENU_RESET=Reset %PROGRAMNAME%

SET=Set

Changelog:

  Quote

- ADDED: Additional option to the system and context menu for resetting SciTE Jump. This is useful if you use hibernation within Windows and SciTE Jump stops recognising when the filepath changes in SciTE.

- ADDED: Option to cancel processing a file if the total number of functions and/or regions is greater than 7500. This is useful for the considerably large UDFs which are available.

- FIXED: Missing language string for the set button. (Thanks ricky03)

- FIXED: Non-ASCII characters displaying an unexpected SciTE message box when used in the file path. (Thanks kyo)

- FIXED: Translation difference file was incorrectly referencing the most outdated version.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Hi Sunaj,

I will try to answer your questions best I can, but please don't let them deter you from posting suggestions in the future.

  On 12/9/2012 at 1:47 PM, 'Sunaj said:

1) Is it not possible to have SciTE Jump show the content of several files (i.e. tabs) and facilitate jumping between them (i.e. click to go to tab then function)?

I have been asked about this before and my answer is still the same, it would increase the loading time of SciTE Jump considerably. Though I'm open to suggestions of a better approach.

  On 12/9/2012 at 1:47 PM, 'Sunaj said:

2) Is there a way of opening SciTE Jump with SciTE automatically, I very much find myself using it as an integral part of writing code and hence don't want to start it seperately?

If you have opened SciTE Jump before, then selecting SciTE Jump when SciTE isn't running will automatically start SciTE.

  On 12/9/2012 at 1:47 PM, 'Sunaj said:

3) Relating to 1), is there a of loading a session file and having SciTE Jump load the functions from each file in one swoop so to speak?

Do you mean a SciTE Session file as well?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 12/10/2012 at 12:57 PM, 'guinness said:

I have been asked about this before and my answer is still the same, it would increase the loading time of SciTE Jump considerably. Though I'm open to suggestions of a better approach.

I would not mind increase in load time if this feature could be implemented --> loading could even be deferred into secondary script that then flips the data back when done, I have implemented similar solutions in the past using: as a template

  On 12/10/2012 at 12:57 PM, 'guinness said:

If you have opened SciTE Jump before, then selecting SciTE Jump when SciTE isn't running will automatically start SciTE.

Thanks, I somehow missed that

  On 12/10/2012 at 12:57 PM, 'guinness said:

Do you mean a SciTE Session file as well?

Yes, so if SciTE jump could be associated to SciTE session files so that it could open a project consisting of say 5 user files that are then all available in tabs to jump between.. (that is if the "multi-tab-multi-display"-feature manage to get implemented somehow). Would make for truly elegant project management!
Posted

  On 12/7/2012 at 10:08 PM, 'guinness said:

Thanks. This is strange as I don't have a message box in the source code that reports that error. But I figured it out that it happens when I change the working directory of SciTE. This will be fixed in the next version of SciTE Jump.

Edit: I will be releasing a new update in the next couple of days. This is just a minor bug release only as they are workarounds for bugs in SciTE and Windows.

Thanks for the quick reply - and for the new version of SciTE Jump! I'll be trying the new version in the next few days.

Posted

Hello,

I try to use it with WinAPIEx.au3 and it is very slow and when I click in a function, it never jump to it! Very strange...

Posted

  On 12/14/2012 at 4:36 PM, 'ricky03 said:

try to use it with WinAPIEx.au3 and it is very slow and when I click in a function, it never jump to it! Very strange...

WinAPIEx was the reason I decided to add a 'Cancel' function. What happens if you restart SciTE Jump?

  On 12/12/2012 at 9:18 PM, 'Sunaj said:

I would not mind increase in load time if this feature could be implemented --> loading could even be deferred into secondary script that then flips the data back when done, I have implemented similar solutions in the past using: as a template

Yes, so if SciTE jump could be associated to SciTE session files so that it could open a project consisting of say 5 user files that are then all available in tabs to jump between.. (that is if the "multi-tab-multi-display"-feature manage to get implemented somehow). Would make for truly elegant project management!

If you look at the source code you will notice I use WM_COPYDATA to communicate with SciTE and the monitoring application for when docking SciTE Jump. I also take on board your suggestions and I will look into for next year now.

To all,

I will probably release a small update in the next couple of weeks. This will include running the 'replacing inside au3 files' to a separate process.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 3 weeks later...
Posted

I'm working on a bug fix release, so if you have any additional ideas then now is the time to let me know. Thanks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I've updated SciTE Jump with the improvment to detecting when a SciTE tab changes.

I've also included a ZIP file on the download page for those who are a little reluctant to use the Portable installer.

It should be noted that I haven't updated any language strings from the previous version, so if you provided a translation for the last version then there is no need to provide an update this time. Download is available in the original post.

Language Changes:

  Quote

None

Changelog:

  Quote

- IMPROVED: Resetting of SciTE Jump as well monitoring when a SciTE tab changes. This is now achieved by running Monitor.a3x as the start of SciTE Jump.

- IMPROVED: Monitor.a3x to version 8. This will automatically update if you have an older version.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

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