OSDN Git Service

Project Start
authorbatxo <batxo@users.sourceforge.jp>
Thu, 2 Dec 2010 14:41:40 +0000 (23:41 +0900)
committerbatxo <batxo@users.sourceforge.jp>
Thu, 2 Dec 2010 14:41:40 +0000 (23:41 +0900)
commite113f3d860e8a98bb527f48a2d22572cbe54e2cb
tree1feb06b7a5ff0cc5bbced52a869780f13d16515a
Project Start
21 files changed:
.classpath [new file with mode: 0644]
.project [new file with mode: 0644]
META-INF/MANIFEST.MF [new file with mode: 0644]
build.properties [new file with mode: 0644]
icons/sample.gif [new file with mode: 0644]
plugin.xml [new file with mode: 0644]
src/coboled/Activator.java [new file with mode: 0644]
src/coboled/editors/CobolConfiguration.java [new file with mode: 0644]
src/coboled/editors/CobolDocumentProvider.java [new file with mode: 0644]
src/coboled/editors/CobolEditor.java [new file with mode: 0644]
src/coboled/editors/CobolPartitionScanner.java [new file with mode: 0644]
src/coboled/editors/CobolScanner.java [new file with mode: 0644]
src/coboled/editors/CobolViewerDecorationSupport.java [new file with mode: 0644]
src/coboled/editors/CobolWhitespaceDetector.java [new file with mode: 0644]
src/coboled/editors/CobolWordDetector.java [new file with mode: 0644]
src/coboled/editors/ColorManager.java [new file with mode: 0644]
src/coboled/editors/ICobolColorConstants.java [new file with mode: 0644]
src/coboled/editors/ICobolKeyWordConstants.java [new file with mode: 0644]
src/coboled/editors/NonRuleBasedDamagerRepairer.java [new file with mode: 0644]
src/coboled/editors/XMLDoubleClickStrategy.java [new file with mode: 0644]
src/coboled/editors/command/QuickOutLineHandler.java [new file with mode: 0644]