This content has been marked as final.
Show 1 reply
-
1. Re: Will Edge Code ever support the PHP programming language? Also, help on JS link support.
ingorichter Aug 19, 2013 4:46 PM (in response to dnw156)Hi,
What exactly are you looking for?
I think that Edge Code is mainly targeted towards HTML, CSS and Javascript developers and helps them editing these sort of files. Edge Code is not an IDE with all kind of tools integration. It's still a Code Editor with a very focused audience.
You still have the option to build Extensions to extend the functionality of Edge Code. This way you could bridge the gap between whtat you want/need and what Edge Code provides you with.
To connect you javascript to your HTML, I assume that you need something like this tag in the head of your HTML file: <script src="lib/jquery-2.0.1.min.js"></script>
I hope that helps,
Ingo

