Jump to content

Recommended Posts

Posted

Small bug fix release coming this weekend. Probably the last update for a while I would say.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

This will be the last release for a while as most issues have been fixed and additions implemented. I didn't add Exit's update suggestion as I can't see a real need for now.

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 the language strings from the previous version. Download is available in the original post.

Language Changes:

  Quote

None

Changelog:

  Quote

- ADDED: Ability to move SciTE Jump by dragging the client area (grey area) when SciTE Jump is docked.

- FIXED: Docking SciTE Jump whilst SciTE was minimised would cause unexpected results.

- FIXED: Incorrectly reporting unused functions.

- FIXED: SciTE Jump stealing focus when running a project from SciTE. (Thanks Chimaera)

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

- IMPROVED: Speed of discovering exclusively declared variables. (Thanks AZJIO)

- IMPROVED: Stability of monitoring SciTE.

- IMPROVED: UI of SciTE Jump. (Thanks mlipok)

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Seem's ok , its lost focus once on me when i created a region and then pressed F5 and it lost focus like before, but a lot less than it was

One question

Is there a way to make regions stay open like functions?, maybe if they are created always show?

Thx for the update

Edited by Chimaera
Posted

  On 3/23/2013 at 11:01 AM, 'Chimaera said:

Seem's ok , its lost focus once on me when i created a region and then pressed F5 and it lost focus like before, but a lot less than it was

Strange, I will try and look into it.

  On 3/23/2013 at 11:01 AM, 'Chimaera said:

One question

Is there a way to make regions stay open like functions?, maybe if they are created always show?

I'm not following. Could you explain further. Thanks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Yeah no probs when you open Jump it always shows all the functions i have.

I started adding regions after i was told to to make other bits easier to find

But it never auto opens the regions, i always have to click it open (expand it so i can see the regions) every time i open Jump.

I just wondered if there was a way to make it stay expanded

Posted (edited)

That's more of a SciTE question with auto folding regions.

Also to clarify, if you don't save the AU3 and hit F5 then that's where focus might be lost. I will see if I can find a 'workaround.' Though it only happens once a while, well in the tests I've done.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Hi Chimaera

 

You think about

folding regions in SciTE or in SciTEJump ?

 

Edited by mLipok
Removed image - cleaning because ATTACHMENT QUOTA

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

Posted

If he meant in SciTE Jump then that's just a simple option I would have to add.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

No im talking about SciTE Jump not SciTE

Like the picture above if i have regions added then it would be better being open so i can see them

Or maybe just an open by default checkbox?

I dont really use User Defined or user comments

Edited by Chimaera
Posted

OK, I will add an option to expand those as well.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I've updated SciTE Jump with the addition mentioned by Chimaera due to the fact I will be taking a break from SciTE Jump development for about a month (if I can.)

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

TIP_SETTINGS_16=Highlight

Changelog:

  Quote

- ADDED: Option to choose which item(s) to highlight first e.g. Comments, Functions or Regions. (Thanks Chimaera)

- FIXED: SciTE Jump stealing focus when running a project from SciTE. (Thanks Chimaera)

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted

@guinness,

Not sure if you are aware that you can have nested #region's in SciTE, but it looks like SciTEJump isn't able to handle them at the moment:

SciTEJump doesn't detect Level2a in this example:

#region Level1
; Within Level1
#region Level2a
; Within Leve2a
; Within Leve2a
#endregion Level2a
#region Level2b
; Within Level2b
; Within Level2b
#endregion Level2b
; Within Level1
#endregion Level1

Cheers,

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted (edited)

I wasn't aware, but it's certainly something I can fix for the next version.

Thanks for reporting.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I made some tests on the latest version and it appears that if you click on "Reset SciTE Jump" then "Restart", the script crashes on a file open dialog.

Br, FireFox.

Posted

  On 3/24/2013 at 9:03 PM, 'FireFox said:

I made some tests on the latest version and it appears that if you click on "Reset SciTE Jump" then "Restart", the script crashes on a file open dialog.

Br, FireFox.

Thanks for the re-producer. I will work out what is going on there.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Both issues have been fixed. I will update in the next couple of days.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

I've updated SciTE Jump with the issues reported by Jos and FireFox.

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

TIP_SETTINGS_16=Highlight

Changelog:

  Quote

- FIXED: Hard crash when restarting SciTE Jump. (Thanks FireFox)

- FIXED: Nested regions not being taken into consideration. (Thanks Jos)

- IMPROVED: Option to change the highlighted item.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Thanks for the update, haven't made it crash once yet :)

Thx for trying to make that change i asked about but i didn't explain myself properly i don't think

I wanted Functions and Regions open at the same time so i could see them both as they are the only ones i use, rather than one or the other but thanks for the effort anyway.

Keep it in mind for a future release if possible

Thx again

Posted

  On 3/25/2013 at 12:03 PM, 'Chimaera said:

Thx for trying to make that change i asked about but i didn't explain myself properly i don't think

I wanted Functions and Regions open at the same time so i could see them both as they are the only ones i use, rather than one or the other but thanks for the effort anyway.

Oh Okay. I see it as a minor feature, so if you don't mind I will update at the end of April. Is that alright?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...