This content has been marked as final.
Show 1 reply
-
1. Re: Editing just Java in Edge Code?
Peter Flynn (Adobe) Sep 30, 2014 11:25 PM (in response to merelymiranda)Most commands will work exactly the same, including everything you see in the Edit menu or the Find menu. But commands with very language-specific behavior won't be supported, such as Quick Edit, Jump to Definition, and Quick Find Definition (Ctrl-T). Edge Code also doesn't include any functionality for compiling your Java code into an executable program, or spotting syntax errors in your code -- you'll have to use command-line tools for that. If you want a very rich Java editing experience, I'd suggest looking into a larger Java-specific IDE such as IntelliJ IDEA.
- Peter


