Author Topic: JavaScript (language and platform) support  (Read 2045 times)

groganrj

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
JavaScript (language and platform) support
« on: June 29, 2006, 12:35:38 pm »
I have succeeded in creating a JavaScript code generation template (yeah code generation langauge- just scratched the surface! :D), however just adding an XML file for keywords did not cause text hightlighting to work. :'(  

JavaScript is a real platform- expecially in light of Ajax!!! Generation was a breeze, as would be reverse engineering. It might bring decent coding practice to Web developers.

On a side note, why can I not copy an object from one namespace to another. I understand in the domain area, but if I have a JavaScript frontend class being shared by a .Net backend object with the same interface? How about it?