Search Results

External diff tool integration plugin for Eclipse IDE

eclipse-ide plugins diff external-tools Missing some features in built-in Eclipse diff tool? Now its possible to conveniently integrate your favourite compare tool like WinMerge or Beyond Compare (popular commercial diff / compare tool with powerful comparison rules customisation abilities and support for various data formats via plugins). External diff tool integration plugin for Eclipse [...]

Refactoring C-sharp code with ReSharper

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 [...]

Include JavaScript files from JavaScript

includes javascript js external js+includes javascript+includes You can easily include external JavaScript files directly from JavaScript, just like include() in php etc. No more script src=…, but best of all its fully dynamic. Here’s that nice piece of code: