Community
Participate
Working Groups
The syntax checker in syntaxchecker.js is only used for JavaScript files. It needs to be removed and made generic so we can do some service lookup. Some of the API also seems to be based on the data structures returned by JSLint. That should be fixed since names like "functions" don't make much sense outside of JavaScript files.
This is for post-0.2
The outline is now generic: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=75a5e11793f7ae7db3c7255c9657886adc07d0d0
The syntaxchecker stuff has mostly been addressed by d06d7f148b0df0d4504d6e1488fed2ece0e09c41 9b50d33dad31aa550bca00fad88d30d0c1756546 Any remaining API issues (suitability of names, etc) can be handled in Bug 358311.