Jump to content

Dispaly in right or left pane all funcion list with SciTE


tbaror
 Share

Recommended Posts

Hello,

Nearly, I think you can't display all functions in pane.

But why do you want to show all functions in scite script editor ???

You have already the autocompletion, the auto propercase functions and keyword...

You can download addon for scite here :

http://www.autoitscript.com/autoit3/scite/downloads.shtml

Qui ose gagneWho Dares Win[left]CyberExploit[/left]

Link to comment
Share on other sites

  • Developers

I have once written a utility call FunctionPopup, which is still included in the full version of SciTE4AutoIt3(Shift+F1), which does open a window left from the SciTE editor window and does show all available functions and a short description. It even will inert the doubleclicked Function at the current caret position.

I have not done any development on it for a long time as I have the impression its not used much with the standard available AutoComplete functionality.

Jos

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

Link to comment
Share on other sites

Hi,

sorry i didn't explained myself clear

i didn't meant Autoit core functions i meant my own written function in the script so i can jump more quickly from section to section when the script getting large # of code lines

thanks

Link to comment
Share on other sites

Hi,

sorry i didn't explained myself clear

i didn't meant Autoit core functions i meant my own written function in the script so i can jump more quickly from section to section when the script getting large # of code lines

thanks

I believe Alt+L is close is your going to get for what you want.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

  • Developers

There are 2 added lua options you could have a look at:

Ctrl+J = Jump to the Function definition your carret is on at the moment.

Alt+L = list all Function in the current file and Enter on the one you want to jump to.

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

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

  • Recently Browsing   0 members

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