You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi... I use Js3-mode and html-mode for managaing coldfusion code that has both script notation as well as notation styles when writing functions.
function foo() { }
<cffunction name="foo">
Is there a method using RegExps for populating js3's IM-Javascript-IDE Imenu list with additional function names based from functions written in the style
Thanks
The text was updated successfully, but these errors were encountered:
Hi... I use Js3-mode and html-mode for managaing coldfusion code that has both script notation as well as notation styles when writing functions.
function foo() { }
<cffunction name="foo">
Is there a method using RegExps for populating js3's IM-Javascript-IDE Imenu list with additional function names based from functions written in the style
Thanks
The text was updated successfully, but these errors were encountered: