WarMan Posted June 10 Posted June 10 I tried writing this api.file.patterns.py=$(SciteDefaultHome)\api\python.api calltip.python.end.definition=) calltip.python.word.characters=._$(chars.alpha)$(chars.numeric) calltip.python.parameters.start=( calltip.python.parameters.end=) calltip.python.parameters.separators=, in python.properties but it didn`t work, any ideas?
argumentum Posted June 11 Posted June 11 In au3.keywords.properties you have those. The call tips are in "au3.api". Therefore I guesstimate that you'd put the calltips for python in python.api and the definitions in python.properties. ..the only thing that I can think of is get the SciTE from their site and try that one ?, see how they handle it ? 🤷♂️ Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
Developers Solution Jos Posted June 11 Developers Solution Posted June 11 (edited) The Full separate SciTE4AutoIt3 should work fine when setup for python correctly. Adding those to the python.properties and adding the actual python.api should be enough, but with the proper syntax: api.$(file.patterns.py)=$(SciteDefaultHome)\api\python.api ps: This isn't really a SciTE support forum! 😉 Edited June 11 by Jos WarMan 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.
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