Jump to content

Recommended Posts

Posted

yes
CTRL+J

also try to use:

 

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

  • 1 month later...
Posted
  On 3/6/2024 at 11:16 AM, mLipok said:

yes
CTRL+J

Expand  

This is just game changer in my coding now. Thank you @mLipok

I just discovered that I can also jump to include file using ALT + I shortcut. That means that I set cursor on the code:

#include "..\ADO.au3"

and I hit ALT + I and then ADO.au3 file is opened in new tab in Scite Editor even that I did not specified full path to the include file. That's awesome 😄

I am now wondering if there is such a shortcut but for any file path used as a string in variable? Example below:

Local $DirToMyFile = "..\..\shared\query\myquery002.sql"

I wish to set cursor on that path, hit some shortcut and that file is opened by windows explorer in default editor

is it possible?

Posted (edited)

  

  On 4/10/2024 at 8:35 AM, maniootek said:
  On 3/6/2024 at 11:16 AM, mLipok said:

yes
CTRL+J

Expand  

This is just game changer in my coding now. Thank you @mLipok

Expand  

try also CTRL+SHIFT+J to jump back.

 

  

  On 4/10/2024 at 8:35 AM, maniootek said:

I am now wondering if there is such a shortcut but for any file path used as a string in variable? Example below:

Local $DirToMyFile = "..\..\shared\query\myquery002.sql"

I wish to set cursor on that path, hit some shortcut and that file is opened by windows explorer in default editor

is it possible?

Expand  

@Jos is the right person to answer here.

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

  • Developers
Posted (edited)

Jump2afilenameinsidealitteralstring() still needs to be developed and is on my roadmap of 2040. ;)

But seriously, build your own lua function to jump to a selected string is always possible.

Edited by 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
  On 4/17/2024 at 12:12 PM, Jos said:

Yes...  in the current Beta version.

Expand  

Uh ? I miss this.

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)
  On 4/17/2024 at 4:10 PM, mLipok said:

I miss this.

Expand  

  

  On 4/17/2024 at 4:16 PM, Jos said:

You must be kidding now ...right?

Expand  

 

My fault - wrong wording.
Let me correct my statement.

I missed this one.

I missed this functionality.
I was not a conscious user in this regard.

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

  • Developers
Posted
  On 4/17/2024 at 6:12 PM, mLipok said:

I was not a conscious user in this regard.

Expand  

You are getting old my friend and start forgetting things ;) 

 

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
  On 4/17/2024 at 8:39 PM, Jos said:

You are getting old my friend and start forgetting things ;) 

Expand  

There was a time when I had major depression combined with professional burnout. I'm getting over it.
In the meantime, I didn't feel like programming, so I might have forgotten some things ;)

 

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 4/17/2024 at 11:34 AM, maniootek said:

Jumping to variable declaration is also possible with lua?

Expand  
  On 4/17/2024 at 12:12 PM, Jos said:

Yes...  in the current Beta version.

Expand  

btw.
Used several times today.
It worked like a charm.

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)

Sorry to bring up this little off-topic part, but:

@mLipok and @Jos your conversation about getting older and starting to forget things made my morning (7 o'clock AM in germany) - very funny to be honest and nice to read you both know each other for years (at least in the forum). I like that 😀 .
 

  On 4/17/2024 at 8:47 PM, mLipok said:

There was a time when I had major depression combined with professional burnout.

Expand  

Sorry to hear/read that Michał 😔 . I hope you will now constantly been out of this and don't get stressed out again 🍀 !

Best regards, especially to you both but also to all others who read along,
Sven

Edited by SOLVE-SMART

==> AutoIt related: 🔗 GitHub, 🔗 Discord Server, 🔗 Cheat Sheet

  Reveal hidden contents
Posted
  On 4/18/2024 at 5:21 AM, SOLVE-SMART said:

you both know each other for years (at least in the forum).

Expand  

We had few zoom meetings witch give us a new look on each other.

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

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