intial source from htp://www.sf.net/projects/wdte
authorjsurfer <jsurfer>
Thu, 2 Sep 2004 18:25:06 +0000 (18:25 +0000)
committerjsurfer <jsurfer>
Thu, 2 Sep 2004 18:25:06 +0000 (18:25 +0000)
commite0058d316a3f085aba48a58da6c606240b9016eb
tree1a1552d68622c1982e16d7ef9ffce68f42cbc3c6
parent53234e85cbb0efec0bb6ceab4015437f27bf2009
intial source from htp://www.sf.net/projects/wdte
19 files changed:
net.sourceforge.phpeclipse.smarty.ui/.classpath [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/.cvsignore [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/.project [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/build.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/icons/full/obj16/html.png [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/plugin.xml [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/HTMLUI.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/HTMLUIMessages.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/HTMLUIMessages.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/HTMLDocumentProvider.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/HTMLDocumentSetupParticipant.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/HTMLEditor.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/HTMLEditorMessages.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/HTMLEditorMessages.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/preview/HTMLPreviewPage.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/HTMLCompletionProcessor.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/HTMLConfiguration.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyTagRule.java [new file with mode: 0644]
net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyTagScanner.java [new file with mode: 0644]