Jump to content

Recommended Posts

Posted (edited)
All options.
Restart did not help.
 
But that's not important.
 
I downloaded again from post # 613
 
And now work correctly.
 
I think I have a trial version, which I solved a problem that raised @gil900
 
EDIT:
Sorry for the confusion.
Edited by mlipok

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 (edited)

Ah, OK. Well good to hear. The version you downloaded will probably be the next version anyway.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
I withdraw,
There is still a problem.
I'll try to do it step by step repro.

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

  On 11/9/2013 at 11:53 PM, mlipok said:

I withdraw,

There is still a problem.

I'll try to do it step by step repro.

Please do.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

In scite I open my scirpt that contain

 
#include "..My_UDF.au3"
 
I use ALT+Q and search for My_UDF_Func
 
in SciTeJump appear             My_UDF_Func1       My_UDF_Func2     My_UDF_Func3
 
 
I click on My_UDF_Func1
 
My_UDF.au3 open in SciTe
 
BUT
not focused on this function ,  
focus is on first line
 
NOW TRYING   ALT+Q   and now it happen 
I mean go to SciTe and Back to SciTeJump
 
 
how you see there is also another issue "focus is on first line"

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

  Quote

not focused on this function ,  

focus is on first line

 

It happened to me once.

But it did not happen to me again

Posted

OK, the function is focused for me, in that the caret is located at the start of Func _MYFUNC(, but I see what you mean when you say about ALT+Q not focusing back to SciTE, instead SciTE Jump is re-focused.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)
I have additional observations, but it will take before them thoroughly diagnose and describe.
I think I can do it only after a nap ;)
Edited by mlipok

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

I have fixed the issue you described.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

So long as the issues are described concisely then I can fix them. As showed here I presumed you were just talking about Alt+Q from SciTE to SciTE Jump etc was not working, though when you explained in more detail what you did, I was able to fix the issue. As ever thanks for bug testing.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

i found a bug.

if you will try this test code:

Func Test()



EndFunc

























Func Test()



EndFunc

so your tool will show tow "test" in the list and this is ok.

but if you will select the first "test" in the list(in your tool) then it will not jump to the first test() in line 2.

it will jump to the test() in line 32 :(

Edited by Guest
Posted

What do you expect it to do when you have 2 functions with the same name in the same script? Besides, that script won't run that way, so I don't see the issue.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

As BrewManNH said that isn't an issue on account of it won't execute.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

This update includes various issues that were reported by mlipok and gil900. Thanks to gil900, mlipok and Melba23 for testing this version during its development.

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, please check your language of choice and feel free to send an updated version if not done so already. Download is available in the original post.

Language Changes:

  Quote

None

Changelog:

  Quote

- FIXED: Alt+Q to activate SciTE not being honoured in certain situations. (Thanks mlipok)

- FIXED: Drag and Drop in Windows 7+ with UAC enabled would cease to work.

- FIXED: Line number jumping during the beta testing phase. (Thanks gil900 and mlipok)

- FIXED: Line number would jump back in SciTE when SciTE Jump was restored. (Thanks gil900)

- FIXED: Replacing in files with the preview option selected would display an unresponsive GUI. This was due to the use of WM_ACTIVATE.

- FIXED: Scrolling with a line number would fail to place the caret on the selected line. (Thanks gil900)

- IMPROVED: Internal window used for communication between SciTE Jump and Monitor.

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

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

One Issue with docking - "SciTeJump" covering "SciTe.exe":

SciTeJump_Issue1.jpg

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

OK, well I will look at this next month as it isn't an issue that affects everyday usage.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Thank you!

I have a question.
I want to change many variables at once.

For example I have a code with a variable $test
and $test
appears in many places in the code.
 
i want to rename each $test to another name in one click..
 
Is this possible?
if not then i suggest you develop this feature because it is very helpful
 
Edited by Guest
Posted

Well that's Ctrl+H in SciTE or commonly known as Find and Replace.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 11/10/2013 at 9:13 PM, gil900 said:

 

Thank you!

I have a question.

I want to change many variables at once.

For example I have a code with a variable $test and $test

appears in many places in the code.
 
i want to rename each $test to another name in one click..
 
Is this possible?
if not then i suggest you develop this feature because it is very helpful
 

 

 

if you want to do this i several files then I sugest you to use tools like this:

http://stefanstools.sourceforge.net/grepWin.html

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

Well there is also this in SciTE Jump thinking about it. Just hit the right arrow button to navigate to replacing in files.

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