Skip to main content
Participant
April 2, 2009
Question

code hint javascript api

  • April 2, 2009
  • 1 reply
  • 1104 views
I am extending dreamweaver to add code hinting and color coding to my proprietary scripting language. I am fine with the Javascript but I am not sure where I actually place the code so that is executed. Any help?
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Randy Edmunds
Adobe Employee
Adobe Employee
April 21, 2009

V_Gary_Nelson wrote:

I am extending dreamweaver to add code hinting and color coding to my proprietary scripting language. I am fine with the Javascript but I am not sure where I actually place the code so that is executed. Any help?

Are your code hints static or dynamic?

Code hints which are static (always the same) can simply be defined in XML. in the Configuration/CodeHits folder

Code hints which are dynamic (based on objects defined in code) will need to use the JS API.

HTH,

Randy