📜 ⬆️ ⬇️

Eclipse PDT 1.0.3

On June 10, the Eclipse PDT was updated a week and a half late from the scheduled time.
This release is considered the closing stage of errors for the most part.

PDT All-in-One is available on the download page .

Some useful additions

I have long wanted to point out some useful additions that I use with PDT.
')

Subversive

Project page
Svn client In my opinion a better implementation of the capabilities than in the version of Subclipse from Tigris.org .

QuickRegEx

Project page
Excellent utility for testing and debugging regular expressions.

Spket

Project page
IDE supports javascript formatting. Supports connection and collaboration with some js frameworks: ExtJS, YUI, SilverLight, jQuery, etc.

Filesync

Project page
An indispensable addition that synchronizes mutable files from Workspace to specified locations on your file system. Very useful and convenient when working with SVN or CVS.

Smarty pdt

Project page
Syntax highlighting of Smarty template statements

MySQL jConnector driver

Driver Download Page
A driver connector for connecting to a MySQL database from Eclipse.
Just download the jar file and in the settings
Preferences> Connectivity> Driver definitions> MySQL> XX (Your server version)> MySQL JDBC Driver
connect to it. And now - you have the opportunity to join the database, look at its structure, data, generate DDL.

For starters, perhaps all.

Source: https://habr.com/ru/post/27694/


All Articles