Jump to content

Recommended Posts

Posted

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?

Posted

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

  • Developers
  • Solution
Posted (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 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.
  :)

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