New (Quantum SQL) wizard module which extends Quantum context menus (Bookmark-Tables...
authoraxelcl <axelcl>
Sat, 28 May 2005 09:44:48 +0000 (09:44 +0000)
committeraxelcl <axelcl>
Sat, 28 May 2005 09:44:48 +0000 (09:44 +0000)
commit055b90691d5a8c174fc7593e4d774231b8e25f77
treef57292801b3370856b19ec0e33f7808ec73c636f
parent26065ff9ccda89ea850ba2b8f093f1c806916320
New (Quantum SQL) wizard module which extends Quantum context menus (Bookmark-Tables and Tableview-Rowdata)
- at the moment only the data is extracted as an example from the extensions
- the data output can de found in the development console (System.out.println()'s)
net.sourceforge.phpeclipse.wizards/.classpath [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/.project [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/build.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/build.xml [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/plugin.xml [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/WizardsPlugin.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/PHPOpenSQLTableEditorAction.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/data/PHPDataWizard.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/actions/metadata/PHPMetadataWizard.java [new file with mode: 0644]
net.sourceforge.phpeclipse.wizards/src/net/sourceforge/phpeclipse/wizards/xml/ModelUtil.java [new file with mode: 0644]