Small SQL Editor plugin for Eclipse IDE
This simple lightweight SQL-Editor Eclipse IDE plugin provides syntax highlighting of sql code and outline view. Author planning to add code-completition, code-folding.
This simple lightweight SQL-Editor Eclipse IDE plugin provides syntax highlighting of sql code and outline view. Author planning to add code-completition, code-folding.
refactoring software programming ReSharper In software engineering, the term refactoring means modifying source code without changing its external behavior, and is sometimes informally referred to as “cleaning it up”. In extreme programming and other agile methodologies refactoring is an integral part of the software development cycle: developers alternate between adding new tests and functionality and [...]
eclipse ide workspace customization opensource software If you need some custom filters, here’s the solution:
Locate eclipse\plugins\org.eclipse.ui.ide_3.1.0.jar (you can have different version, though), there you can find file named plugin.xml.
Look for tag, then add your filters:
Use selected=”true” if you want custom resource file filter be enabled by default.
Example file for hiding most types of backup [...]
javascript ide eclipse plugin web20 web-20 ajax JSEclipse — (still) free and neat javascript editor, distributed as a plugin for Eclipse IDE.
Pros: Code outline is the best I’ve ever seen, syntax checking, support of popular javascript “Web 2.0″ libraries / frameworks like Dojo and Prototype.
Cons: Lacks source formatting and debugging (but its possible to debug [...]
php frameworks mvc Qcodo
A code generation-based framework for PHP5. Generates your object relational model (CRUD objects) as WELL as simple CRUD-based pages which can be extended/customized. Code can be regenerated without destroying customizations. Presented at MySQL User’s Conference as well as the Zend/PHP conference in 2005.
Symfony
Perfect documentation and tutorials. Based on Mojavi and inspired by [...]