Jump to content

Scite API/CallTips Questions with objects


Recommended Posts

Hello,

I have searched and tried many things to add my custom AOutoit functions to the CallTips, the only way i can make it work is to add my lines manually in api\Au3.api

If i add this

$SomeVar.SomeObj.SomeFunc(parameters n stuff) Some text

Then only "$SomeVar.SomeObj.SomeFunc" shows up

but if i use "SomeFunc(parameters n stuff) Some text" then it will appear appear.

So my questions are:

1. How can i add my Objects to the Calltips?

2. How can i add my own Api? the calltip manager shows my files and i add all the text but it wont showup in Scite

 

Some useful info

AutoIt3Wrapper v.14.801.2025.0
SciTE v.3.4.4.0 

Thanks in advance

Link to comment
Share on other sites

  • Developers

1. The dot character isn't a word character in my setup and since your words contains dot is only considers the last word.
changing this will make that work but I am not sure how much else will be screwed up:

calltip.au3.word.characters=$(chars.alpha)$(chars.numeric)_.

2. This id described in the helpfile. just add them to file $(SciteUserHome)\au3.user.calltips.api

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

  • 1 month later...

I totally forgot to look this up.

I got the calltip to working, but i still have problems with my objects.

calltip.au3.word.characters=$(chars.alpha)$(chars.numeric)_.

Did not seem to help me, I changed it in all directories I could find, but no different result after a Scite restart. ( I have the latest version of Scite)

"au3.properties"

Link to comment
Share on other sites

  • Developers

Not sure what you mean by "changed it in all directories", but all you need to do is change it in SciTEUSer.Properties (SciTE Menu: Options/Open User Options file)

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