tarretarretarre Posted January 31, 2016 Share Posted January 31, 2016 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.0SciTE v.3.4.4.0 Thanks in advance Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
Developers Jos Posted January 31, 2016 Developers Share Posted January 31, 2016 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 tarretarretarre 1 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 More sharing options...
tarretarretarre Posted February 3, 2016 Author Share Posted February 3, 2016 Thanks a bunch for the answer Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
tarretarretarre Posted March 13, 2016 Author Share Posted March 13, 2016 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" Socket-IO - An event-driven TCP UDF (Realtime chat example) AutoIt-API-WS - An expressive HTTP server you can use to build your own API with (Screenshots) Link to comment Share on other sites More sharing options...
Developers Jos Posted March 14, 2016 Developers Share Posted March 14, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now