jsdt
How to setup Eclipse to be warned about trailing comma in JavaScript
As many of us know, IE7 is not quite friendly with JavaScript code containing trailing commas, which can be a large problem for projects using modern JS framerworks and containing a lot of JS code.[详细]
2023-04-04 16:41 分类:问答Difference in Javascript validation between Eclipse Helios and Eclipse Indigo
I\'ve been experimenting with JSDT. Under Indigo, the validation has stopped complaining about unknown fields of objects. In Helios, it does.[详细]
2023-03-21 03:19 分类:问答Specifying to Eclipse/JSDT the type of a Javascript variable
I\'m trying to use Eclipse for some server-side Javascript development. The API I use has a function doStuff(strin开发者_运维知识库g, object) (names changed to protect the guilty) that returns a valu[详细]
2023-03-16 20:31 分类:问答Disable an eclipse plugin that causes a conflict with a plugin in my Feature
I have an eclipse feature which essentially depends upon the Eclipse for Javascript Web Developers platform (it depends upon many plugins in there). However, one set of plugins causes a conflict with[详细]
2023-02-27 08:41 分类:问答How to make contributions to JSDT Template Proposals
I\'ve created an eclipse plugin which extends JSDT. When editing a JavaScript file, pressing Ctrl-Space shows \"Default Proposals\", consisting of general JavaScript Suggestions. Pressing Ctrl-Space a[详细]
2023-02-17 22:35 分类:问答How can an Eclipse plugin programmatically change JSDT's default formatter template?
I\'m developing a plugin that extends Eclipse JSDT and would like to change the default profile for the JavaScript Formatter (so that my plugin users don\'t need to do a Preferences->JavaScript->Code[详细]
2023-02-12 00:31 分类:问答Organizing JavaScript code to be visible in Eclipse Outline
How should I organize my JavaScript code to be visible well in deep in the Eclipse JSDT\'s Outline View?[详细]
2023-01-13 15:02 分类:问答Separating configuration data and script logic in Perl scripts
I find the following anti-pattern repeated in my Perl scripts: the script contains some machine/setup specific settings which I store in-line as constants in the script whereas the rest of the script[详细]
2022-12-22 02:48 分类:问答