svn commit: r1848161 [1/3] - in /uima/uv3/uimaj-v3/trunk: uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/ uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/searc

2018-12-04 Thread joern
Author: joern Date: Tue Dec 4 15:09:45 2018 New Revision: 1848161 URL: http://svn.apache.org/viewvc?rev=1848161&view=rev Log: UIMA-5920: Refactor the CAS Editor to use java 8 features Modified: uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor

svn commit: r1848161 [3/3] - in /uima/uv3/uimaj-v3/trunk: uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/ uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/searc

2018-12-04 Thread joern
Modified: uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/editview/validator/FloatCellEditorValidator.java URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/editview/validator/Flo

svn commit: r1848161 [2/3] - in /uima/uv3/uimaj-v3/trunk: uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/ uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/searc

2018-12-04 Thread joern
Modified: uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasEditorView.java URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasEditorView.java?rev=1848161&r1=1848160&r2=1848161

svn commit: r1848160 - in /uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src: main/java/org/apache/uima/caseditor/editor/AnnotationStyle.java test/java/org/apache/uima/caseditor/core/model/dotcorpus/Ann

2018-12-04 Thread joern
Author: joern Date: Tue Dec 4 15:04:02 2018 New Revision: 1848160 URL: http://svn.apache.org/viewvc?rev=1848160&view=rev Log: UIMA-5925: Fix null error in AnnotationStyle.equals Modified: uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1847831 - /uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/AnnotationOutline.java

2018-11-30 Thread joern
Author: joern Date: Fri Nov 30 15:08:36 2018 New Revision: 1847831 URL: http://svn.apache.org/viewvc?rev=1847831&view=rev Log: UIMA-5913: Fix NPE in AnnotationOutline.dispose Modified: uima/uv3/uimaj-v3/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/out

svn commit: r1504508 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java

2013-07-18 Thread joern
Author: joern Date: Thu Jul 18 16:16:26 2013 New Revision: 1504508 URL: http://svn.apache.org/r1504508 Log: UIMA-3086 Checks if a one time use type system was selected by user before just using a remembered type system. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org

svn commit: r1479513 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2013-05-06 Thread joern
Author: joern Date: Mon May 6 10:38:24 2013 New Revision: 1479513 URL: http://svn.apache.org/r1479513 Log: UIMA-2872 Fixed the logic to retrieve the annotation mode type from the settings during initialization. If the annotation mode type can't be retrieved it now reliably uses the de

svn commit: r1357482 - /uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCopier.java

2012-07-05 Thread joern
Author: joern Date: Thu Jul 5 07:32:22 2012 New Revision: 1357482 URL: http://svn.apache.org/viewvc?rev=1357482&view=rev Log: UIMA-2409 Reverted back to revision 1037752. Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCopier.java Modified: uima/uimaj/t

svn commit: r1342246 - /uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/util/CasCopier.java

2012-05-24 Thread joern
Author: joern Date: Thu May 24 13:21:02 2012 New Revision: 1342246 URL: http://svn.apache.org/viewvc?rev=1342246&view=rev Log: UIMA-2409 Added new copyCasView method where the destination view name can be specified. Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/

svn commit: r1221993 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/editview/EditViewPage.java

2011-12-21 Thread joern
Author: joern Date: Thu Dec 22 02:07:27 2011 New Revision: 1221993 URL: http://svn.apache.org/viewvc?rev=1221993&view=rev Log: UIMA-2298 Replaced boolean combo with a checkbox like control. Thanks to Oliver Ferschke for providing a patch. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor

svn commit: r1208445 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasEditorView.java

2011-11-30 Thread joern
Author: joern Date: Wed Nov 30 14:15:49 2011 New Revision: 1208445 URL: http://svn.apache.org/viewvc?rev=1208445&view=rev Log: No jira, removed 2 lines of commented code. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasEditorView.

svn commit: r1208431 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: CasEditorView.java styleview/AnnotationStyleViewPage.java

2011-11-30 Thread joern
Author: joern Date: Wed Nov 30 13:55:59 2011 New Revision: 1208431 URL: http://svn.apache.org/viewvc?rev=1208431&view=rev Log: UIMA-2293 Now always the correct view page is accessed. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1208405 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java

2011-11-30 Thread joern
Author: joern Date: Wed Nov 30 12:38:09 2011 New Revision: 1208405 URL: http://svn.apache.org/viewvc?rev=1208405&view=rev Log: UIMA-2293 File changes are only processed if source is not an Cas Editor save action. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/ap

svn commit: r1208387 - /uima/uimaj/trunk/README

2011-11-30 Thread joern
Author: joern Date: Wed Nov 30 11:27:48 2011 New Revision: 1208387 URL: http://svn.apache.org/viewvc?rev=1208387&view=rev Log: UIMA-2292 Added information about Cas Editor and the new launcher plugin. Version was updated to 2.4.0 Modified: uima/uimaj/trunk/README Modified: uima/uimaj/t

svn commit: r1205767 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: CasEditorViewPage.java editview/EditViewPage.java outline/AnnotationOutline.java

2011-11-24 Thread joern
Author: joern Date: Thu Nov 24 09:41:58 2011 New Revision: 1205767 URL: http://svn.apache.org/viewvc?rev=1205767&view=rev Log: UIMA-2225 Fixed selection processing when selection comes from wrong editor. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/cased

svn commit: r1205428 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: CasEditorView.java SubPageSite.java outline/OutlinePageBook.java

2011-11-23 Thread joern
Author: joern Date: Wed Nov 23 15:05:22 2011 New Revision: 1205428 URL: http://svn.apache.org/viewvc?rev=1205428&view=rev Log: UIMA-2225 Now uses correct action bar for contained view page. Added: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1205003 - /uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.caseditor.xml

2011-11-22 Thread joern
Author: joern Date: Tue Nov 22 14:12:02 2011 New Revision: 1205003 URL: http://svn.apache.org/viewvc?rev=1205003&view=rev Log: UIMA-2257 Minor changes and a new section about how to implement a view Modified: uima/uimaj/trunk/uima-docbook-tools/src/docbook/tools.caseditor.xml Modified:

svn commit: r1203148 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasEditorViewPage.java

2011-11-17 Thread joern
Author: joern Date: Thu Nov 17 10:58:40 2011 New Revision: 1203148 URL: http://svn.apache.org/viewvc?rev=1203148&view=rev Log: UIMA-2225 The PageBook should not point to the disposed widget when updateActionBars is called. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java

svn commit: r1202756 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: CasEditorViewPage.java editview/EditViewPage.java outline/AnnotationOutline.java outline

2011-11-16 Thread joern
Author: joern Date: Wed Nov 16 16:03:55 2011 New Revision: 1202756 URL: http://svn.apache.org/viewvc?rev=1202756&view=rev Log: UIMA-2225 More fixes to action bar and selection provider handling. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1200799 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AbstractDocumentListener.java

2011-11-11 Thread joern
Author: joern Date: Fri Nov 11 10:09:19 2011 New Revision: 1200799 URL: http://svn.apache.org/viewvc?rev=1200799&view=rev Log: UIMA-2225 Added more methods. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AbstractDocumentListener.java Modi

svn commit: r1200798 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-11 Thread joern
Author: joern Date: Fri Nov 11 10:08:33 2011 New Revision: 1200798 URL: http://svn.apache.org/viewvc?rev=1200798&view=rev Log: UIMA-2225 Updated to use new outline view and SafeRunner to send out input change event. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/ap

svn commit: r1200797 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: editview/ fsview/ outline/ styleview/

2011-11-11 Thread joern
Author: joern Date: Fri Nov 11 10:06:09 2011 New Revision: 1200797 URL: http://svn.apache.org/viewvc?rev=1200797&view=rev Log: UIMA-2225 Rolled back changes which have been done in UIMA-2273. And updated views to use new Cas Editor view. Added: uima/uimaj/trunk/uimaj-ep-cas-editor/src/

svn commit: r1200796 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: CasEditorView.java CasEditorViewPage.java

2011-11-11 Thread joern
Author: joern Date: Fri Nov 11 10:03:59 2011 New Revision: 1200796 URL: http://svn.apache.org/viewvc?rev=1200796&view=rev Log: UIMA-2225 New Cas Editor View Added: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasEditorView.java (with p

svn commit: r1200246 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AbstractDocument.java

2011-11-10 Thread joern
Author: joern Date: Thu Nov 10 09:51:09 2011 New Revision: 1200246 URL: http://svn.apache.org/viewvc?rev=1200246&view=rev Log: UIMA-2281 Now uses SafeRunner to broadcast events. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1199308 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 15:55:35 2011 New Revision: 1199308 URL: http://svn.apache.org/viewvc?rev=1199308&view=rev Log: UIMA-2273 Return null preference store if there is no document for the input. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/

svn commit: r1199299 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fsview/FeatureStructureBrowserViewPage.java

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 15:47:57 2011 New Revision: 1199299 URL: http://svn.apache.org/viewvc?rev=1199299&view=rev Log: UIMA-2273 Added missing null document check. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fs

svn commit: r1199283 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 15:23:54 2011 New Revision: 1199283 URL: http://svn.apache.org/viewvc?rev=1199283&view=rev Log: UIMA-2273 Checks for null document when disposing views. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1199282 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: ./ editview/ fsview/ outline/ styleview/

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 15:23:31 2011 New Revision: 1199282 URL: http://svn.apache.org/viewvc?rev=1199282&view=rev Log: UIMA-2273 Checks for null document when disposing views. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1199272 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline: ModeSensitiveContentProvider.java OutlineContentProviderBase.java TypeGroupedCon

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 15:00:58 2011 New Revision: 1199272 URL: http://svn.apache.org/viewvc?rev=1199272&view=rev Log: UIMA-2273 Clears the outline if there is incorrect input. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/out

svn commit: r1199264 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/styleview/AnnotationStyleViewPage.java

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 14:35:13 2011 New Revision: 1199264 URL: http://svn.apache.org/viewvc?rev=1199264&view=rev Log: UIMA-2273 Now correctly registers and unregisters preference store listener. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/cased

svn commit: r1199205 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 11:53:27 2011 New Revision: 1199205 URL: http://svn.apache.org/viewvc?rev=1199205&view=rev Log: UIMA-2273 Unregisters old listeners when input is changed. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1199199 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/FindAnnotateDialog.java

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 11:39:32 2011 New Revision: 1199199 URL: http://svn.apache.org/viewvc?rev=1199199&view=rev Log: UIMA-2273 updated actions to not remember the document, otherwise it will be old document after an input change. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor

svn commit: r1199197 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: ./ action/ editview/ fsview/ outline/

2011-11-08 Thread joern
Author: joern Date: Tue Nov 8 11:38:37 2011 New Revision: 1199197 URL: http://svn.apache.org/viewvc?rev=1199197&view=rev Log: UIMA-2273 updated actions to not remember the document, otherwise it will be old document after an input change. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor

svn commit: r1198808 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 16:42:17 2011 New Revision: 1198808 URL: http://svn.apache.org/viewvc?rev=1198808&view=rev Log: UIMA-2279 Removed deactive and active logic for painter on an update, since this was not the cause for the performance problem. Modified: uima/uimaj/trunk/uima

svn commit: r1198807 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: AbstractDocument.java DocumentUimaImpl.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 16:38:16 2011 New Revision: 1198807 URL: http://svn.apache.org/viewvc?rev=1198807&view=rev Log: UIMA-2279 Fixed listener to not split a bulk change into single changes! Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/cased

svn commit: r1198793 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 16:10:31 2011 New Revision: 1198793 URL: http://svn.apache.org/viewvc?rev=1198793&view=rev Log: UIMA-2279 painter is now disabled when a lot of annotations are added or removed. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/

svn commit: r1198791 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/annotation/TokenDrawingStrategy.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 16:10:04 2011 New Revision: 1198791 URL: http://svn.apache.org/viewvc?rev=1198791&view=rev Log: UIMA-2279 Improved performance of rendering code. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/annota

svn commit: r1198769 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ICasEditorInputListener.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 15:08:37 2011 New Revision: 1198769 URL: http://svn.apache.org/viewvc?rev=1198769&view=rev Log: UIMA-2273 input change listener now also gets the old and new editor input, which is needed for views whcih listen for type system preference changes. Modi

svn commit: r1198767 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: ./ editview/ fsview/ outline/ styleview/

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 15:05:43 2011 New Revision: 1198767 URL: http://svn.apache.org/viewvc?rev=1198767&view=rev Log: UIMA-2273 input change listener now also gets the old and new editor input, which is needed for views whcih listen for type system preference changes. Modi

svn commit: r1198756 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: AnnotationEditor.java styleview/AnnotationStyleViewPage.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 14:40:09 2011 New Revision: 1198756 URL: http://svn.apache.org/viewvc?rev=1198756&view=rev Log: UIMA-2273 Moved input changed notifcation after code which updates the Annotation Editor itself. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java

svn commit: r1198714 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fsview/FeatureStructureBrowserViewPage.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 12:42:15 2011 New Revision: 1198714 URL: http://svn.apache.org/viewvc?rev=1198714&view=rev Log: UIMA-2276 Now sets the input correctly to the remeberd type. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fs

svn commit: r1198712 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/styleview/AnnotationStyleViewPage.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 12:34:11 2011 New Revision: 1198712 URL: http://svn.apache.org/viewvc?rev=1198712&view=rev Log: UIMA-2273 Added input change listener. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/style

svn commit: r1198711 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/editview/FeatureStructureContentProvider.java

2011-11-07 Thread joern
Author: joern Date: Mon Nov 7 12:34:00 2011 New Revision: 1198711 URL: http://svn.apache.org/viewvc?rev=1198711&view=rev Log: UIMA-2273 Now checks for null and removed duplicate refresh call. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1197038 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/searchstrategy/TypeSystemSearchStrategyFactory.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:59:20 2011 New Revision: 1197038 URL: http://svn.apache.org/viewvc?rev=1197038&view=rev Log: No jira, fixed warnings. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/searchstra

svn commit: r1197037 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/wizards/ImportDocumentWizardPage.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:58:50 2011 New Revision: 1197037 URL: http://svn.apache.org/viewvc?rev=1197037&view=rev Log: No jira, added suppress warning annotations for raw type. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/wiz

svn commit: r1197036 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:57:42 2011 New Revision: 1197036 URL: http://svn.apache.org/viewvc?rev=1197036&view=rev Log: No jira, fixed warnings. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java Modified: uima/u

svn commit: r1197033 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: ArrayValue.java FeatureValue.java ModelFeatureStructure.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:51:36 2011 New Revision: 1197033 URL: http://svn.apache.org/viewvc?rev=1197033&view=rev Log: No jira, added suppress warning annotations for raw type. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1197031 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/styleview/AnnotationTypeNode.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:49:10 2011 New Revision: 1197031 URL: http://svn.apache.org/viewvc?rev=1197031&view=rev Log: No jira, added suppress warning annotations for raw type. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/style

svn commit: r1197030 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/styleview/AnnotationStyleViewPage.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:48:52 2011 New Revision: 1197030 URL: http://svn.apache.org/viewvc?rev=1197030&view=rev Log: No jira, fixed unused import warning. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/style

svn commit: r1197029 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline: AnnotationTreeNode.java AnnotationTypeTreeNode.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:48:03 2011 New Revision: 1197029 URL: http://svn.apache.org/viewvc?rev=1197029&view=rev Log: No jira, added suppress warning annotations for raw type. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/out

svn commit: r1197026 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fsview/FeatureStructureBrowserViewPage.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:42:19 2011 New Revision: 1197026 URL: http://svn.apache.org/viewvc?rev=1197026&view=rev Log: No jira, replaced for loop with a while loop. The index i was not used at all in the loop. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/ap

svn commit: r1197012 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 09:20:38 2011 New Revision: 1197012 URL: http://svn.apache.org/viewvc?rev=1197012&view=rev Log: UIMA-2271 Changes are rolled back because the annotation drawing code does not work correctly when word wrappigns are enabled. Modified: uima/uimaj/trunk/uima

svn commit: r1196994 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: outline/AnnotationOutline.java styleview/AnnotationStyleViewPage.java

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 08:46:13 2011 New Revision: 1196994 URL: http://svn.apache.org/viewvc?rev=1196994&view=rev Log: UIMA-2265 Views which are using this listener are now correctly removing their listener in their dispose method. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor

svn commit: r1196990 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml

2011-11-03 Thread joern
Author: joern Date: Thu Nov 3 08:18:31 2011 New Revision: 1196990 URL: http://svn.apache.org/viewvc?rev=1196990&view=rev Log: UIMA-2277 Cas Editor Perspective is not fixed anymore. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml Modified: uima/uimaj/trunk/uimaj-ep-cas-ed

svn commit: r1196520 - in /uima/uimaj/trunk/uimaj-ep-cas-editor-ide: ./ src/main/java/org/apache/uima/caseditor/ide/ src/main/java/org/apache/uima/caseditor/ide/wizards/

2011-11-02 Thread joern
Author: joern Date: Wed Nov 2 09:34:44 2011 New Revision: 1196520 URL: http://svn.apache.org/viewvc?rev=1196520&view=rev Log: UIMA-2179 Import wizard now uses pref store to save language and last used encodings. Added: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/

svn commit: r1196493 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fsview: FeatureStructureBrowserView.java FeatureStructureBrowserViewPage.java

2011-11-02 Thread joern
Author: joern Date: Wed Nov 2 08:29:45 2011 New Revision: 1196493 URL: http://svn.apache.org/viewvc?rev=1196493&view=rev Log: UIMA-2276 Now remembers the last selected type Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/fs

svn commit: r1187266 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/

2011-10-21 Thread joern
Author: joern Date: Fri Oct 21 09:46:06 2011 New Revision: 1187266 URL: http://svn.apache.org/viewvc?rev=1187266&view=rev Log: UIMA-2271 Replaced "line length hint" word wrapping with proper word wrapping. Added: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/

svn commit: r1186674 - in /uima/uimaj/trunk: uimaj-ep-cas-editor-ide/schema/org.apache.uima.caseditor.ide.searchstrategy.exsd uimaj-ep-cas-editor/schema/org.apache.uima.caseditor.editor.exsd

2011-10-20 Thread joern
Author: joern Date: Thu Oct 20 09:00:10 2011 New Revision: 1186674 URL: http://svn.apache.org/viewvc?rev=1186674&view=rev Log: No jira, added AL header. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/schema/org.apache.uima.caseditor.ide.searchstrategy.exsd uima/uimaj/trunk/uima

svn commit: r1185601 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-10-18 Thread joern
Author: joern Date: Tue Oct 18 12:02:02 2011 New Revision: 1185601 URL: http://svn.apache.org/viewvc?rev=1185601&view=rev Log: UIMA-2265 Added a method to remove a registerd annotation listener. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1185150 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-10-17 Thread joern
Author: joern Date: Mon Oct 17 13:10:37 2011 New Revision: 1185150 URL: http://svn.apache.org/viewvc?rev=1185150&view=rev Log: UIMA-2263 Added a method which returns the offset of the caret. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1183366 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java

2011-10-14 Thread joern
Author: joern Date: Fri Oct 14 14:17:43 2011 New Revision: 1183366 URL: http://svn.apache.org/viewvc?rev=1183366&view=rev Log: UIMA-2261 Session preferences are now serialized and stored as persistent property on type system file. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/

svn commit: r1183331 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java

2011-10-14 Thread joern
Author: joern Date: Fri Oct 14 12:37:26 2011 New Revision: 1183331 URL: http://svn.apache.org/viewvc?rev=1183331&view=rev Log: UIMA-2261 Session preferences are now serialized and stored as persistent property on type system file. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/

svn commit: r1183294 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor: AnnotationEditor.java AnnotationEditorSelection.java

2011-10-14 Thread joern
Author: joern Date: Fri Oct 14 10:57:11 2011 New Revision: 1183294 URL: http://svn.apache.org/viewvc?rev=1183294&view=rev Log: UIMA-2260 Annotation Editor now sends out a selection object which implements both, ITextSelection and IStructuredSelection. Added: uima/uimaj/trunk/uimaj-ep

svn commit: r1181792 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-10-11 Thread joern
Author: joern Date: Tue Oct 11 14:09:07 2011 New Revision: 1181792 URL: http://svn.apache.org/viewvc?rev=1181792&view=rev Log: UIMA-2247 Changed selection listener, now it is listening for source viewer selection changes. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java

svn commit: r1181779 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/TextDocumentProvider.java

2011-10-11 Thread joern
Author: joern Date: Tue Oct 11 13:39:14 2011 New Revision: 1181779 URL: http://svn.apache.org/viewvc?rev=1181779&view=rev Log: UIMA-2253 Fixed handling when type system could not be find. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1181718 - in /uima/uimaj/trunk: uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/ uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ uimaj-ep-cas-edito

2011-10-11 Thread joern
Author: joern Date: Tue Oct 11 11:29:27 2011 New Revision: 1181718 URL: http://svn.apache.org/viewvc?rev=1181718&view=rev Log: UIMA-2245 Added session preferences to replace the editor annotation status object. Removed: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/

svn commit: r1181714 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine: BasicEngine.xml BasicTypeSystem.xml InternalTypeSystem.xml Modifier

2011-10-11 Thread joern
Author: joern Date: Tue Oct 11 11:12:26 2011 New Revision: 1181714 URL: http://svn.apache.org/viewvc?rev=1181714&view=rev Log: UIMA-2237 Added new files provided by Peter Klügl. These files could not be added via the provided patch for some reason. Added: uima/sandbox/trunk/TextMa

svn commit: r1181670 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/CasDocumentProvider.java

2011-10-11 Thread joern
Author: joern Date: Tue Oct 11 09:36:10 2011 New Revision: 1181670 URL: http://svn.apache.org/viewvc?rev=1181670&view=rev Log: UIMA-2245 Moved methods below instance variables. Removed an unused instance variable. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/

svn commit: r1181669 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor: editor/ editor/styleview/ ui/property/

2011-10-11 Thread joern
Author: joern Date: Tue Oct 11 09:32:51 2011 New Revision: 1181669 URL: http://svn.apache.org/viewvc?rev=1181669&view=rev Log: UIMA-2245 Replaced the annotation style listener methods with the preference store change listener support. Added: uima/uimaj/trunk/uimaj-ep-cas-editor/src/

svn commit: r1181164 - in /uima/sandbox/trunk/TextMarker: uimaj-ep-textmarker-engine/ uimaj-ep-textmarker-engine/desc/ uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/ uimaj

2011-10-10 Thread joern
Author: joern Date: Mon Oct 10 19:39:00 2011 New Revision: 1181164 URL: http://svn.apache.org/viewvc?rev=1181164&view=rev Log: UIMA-2237 Applied patch UIMA-2237-2.patch from Peter Klügl. Look at the issue for further details. Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-en

svn commit: r1181066 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor: ./ .settings/ META-INF/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java

2011-10-10 Thread joern
Author: joern Date: Mon Oct 10 16:48:26 2011 New Revision: 1181066 URL: http://svn.apache.org/viewvc?rev=1181066&view=rev Log: (empty) Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/.classpath (with props) uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-cased

svn commit: r1181065 - /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/

2011-10-10 Thread joern
Author: joern Date: Mon Oct 10 16:47:43 2011 New Revision: 1181065 URL: http://svn.apache.org/viewvc?rev=1181065&view=rev Log: UIMA-2252 Created Cas Editor integration plugin Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-caseditor/

svn commit: r1180883 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java

2011-10-10 Thread joern
Author: joern Date: Mon Oct 10 11:42:45 2011 New Revision: 1180883 URL: http://svn.apache.org/viewvc?rev=1180883&view=rev Log: UIMA-2245 Moved annotation style settigns methods to the Annotation Editor (and away form the Cas Document Provider) and defined a new storage format for an Annota

svn commit: r1180872 - in /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor: editor/ editor/styleview/ ui/property/

2011-10-10 Thread joern
Author: joern Date: Mon Oct 10 10:59:39 2011 New Revision: 1180872 URL: http://svn.apache.org/viewvc?rev=1180872&view=rev Log: UIMA-2245 Moved annotation style settigns methods to the Annotation Editor (and away form the Cas Document Provider) and defined a new storage format for an Annota

svn commit: r1179580 - in /uima/uimaj/trunk: uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java uimaj-ep-cas-editor/src/main/java/org/apache/uima/cased

2011-10-06 Thread joern
Author: joern Date: Thu Oct 6 11:33:35 2011 New Revision: 1179580 URL: http://svn.apache.org/viewvc?rev=1179580&view=rev Log: UIMA-2245 Moved code to save settings to preference store up to CasDocumentProvider. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/ap

svn commit: r1179193 - in /uima/uimaj/trunk: uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java uimaj-ep-cas-editor/src/main/java/org/apache/uima/cased

2011-10-05 Thread joern
Author: joern Date: Wed Oct 5 12:19:29 2011 New Revision: 1179193 URL: http://svn.apache.org/viewvc?rev=1179193&view=rev Log: UIMA-2245 Added method to retrieve type system preference store. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor

svn commit: r1178890 [2/2] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine: META-INF/ desc/ src/main/java/org/apache/uima/textmarker/ src/main/java/org/apache/uima/textmarker/engine/ sr

2011-10-04 Thread joern
Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/type/TextMarkerBasic.java URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/type/TextMarkerBasic.java?rev=1

svn commit: r1178889 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/ui/wizards: BasicEngine.xml BasicTypeSystem.xml InternalTypeSystem.xml

2011-10-04 Thread joern
Author: joern Date: Tue Oct 4 18:09:48 2011 New Revision: 1178889 URL: http://svn.apache.org/viewvc?rev=1178889&view=rev Log: UIMA-2234 Dynamic anchoring of rule elements. Patch from Peter Klügl applied. Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java

svn commit: r1178888 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-addons/src/main/java/org/apache/uima/textmarker/explain: element/ElementTreeLabelProvider.java tree/ExplainTree.java

2011-10-04 Thread joern
Author: joern Date: Tue Oct 4 18:09:31 2011 New Revision: 117 URL: http://svn.apache.org/viewvc?rev=117&view=rev Log: UIMA-2234 Dynamic anchoring of rule elements. Patch from Peter Klügl applied. Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-addons/src/main/java

svn commit: r1178869 - /uima/uimaj/trunk/uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/DefaultCasDocumentProvider.java

2011-10-04 Thread joern
Author: joern Date: Tue Oct 4 17:29:29 2011 New Revision: 1178869 URL: http://svn.apache.org/viewvc?rev=1178869&view=rev Log: UIMA-2245 Updated to store settings in a Preferenc eStore instead of the Dot Corpus file. And added a mechanism to initialize the Preference Store from an existing

svn commit: r1177252 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-09-29 Thread joern
Author: joern Date: Thu Sep 29 10:23:01 2011 New Revision: 1177252 URL: http://svn.apache.org/viewvc?rev=1177252&view=rev Log: UIMA-2242 Annotate actions are now also enabled via a selection listener. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/cased

svn commit: r1176323 - /uima/uimaj/trunk/uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/RemoteLauncher.java

2011-09-27 Thread joern
Author: joern Date: Tue Sep 27 10:55:39 2011 New Revision: 1176323 URL: http://svn.apache.org/viewvc?rev=1176323&view=rev Log: UIMA-2240 Now calls collectionProcessComplete after processing input documents is finished. Modified: uima/uimaj/trunk/uimaj-ep-launcher/src/main/java/org/ap

svn commit: r1175828 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide: ./ src/main/java/org/apache/uima/textmarker/ide/core/parser/ src/main/java/org/apache/uima/textmarker/ide/formatter/ s

2011-09-26 Thread joern
Author: joern Date: Mon Sep 26 12:32:07 2011 New Revision: 1175828 URL: http://svn.apache.org/viewvc?rev=1175828&view=rev Log: UIMA-2235 Applied patch from Peter Klügl. All observed bugs are fixed. Validator was not activated due to missing extension. Formatter does not delete new lang

svn commit: r1175827 - in /uima/sandbox/trunk/TextMarker: uimaj-ep-textmarker-addons/src/main/java/org/apache/uima/textmarker/explain/tree/ uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/tex

2011-09-26 Thread joern
Author: joern Date: Mon Sep 26 12:29:11 2011 New Revision: 1175827 URL: http://svn.apache.org/viewvc?rev=1175827&view=rev Log: UIMA-2236 Applied patch from Peter Klügl. Explanation for disjunctive and composed rule elements is working correctly now. Fixed visualization of rule matches

svn commit: r1174101 - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine: ./ desc/ src/test/ src/test/java/ src/test/java/org/ src/test/java/org/apache/ src/test/java/org/apache/uima/ src/t

2011-09-22 Thread joern
Author: joern Date: Thu Sep 22 12:54:30 2011 New Revision: 1174101 URL: http://svn.apache.org/viewvc?rev=1174101&view=rev Log: UIMA-2207 New implementation of the rule inference. Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/test/ uima/sandbox/trunk/TextMarker/u

svn commit: r1174099 [8/8] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker: ./ action/ condition/ constraint/ engine/ parser/ resource/ rule/ ru

2011-09-22 Thread joern
Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/type/DebugScriptApply.java URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/type/DebugScriptApply.java?rev

svn commit: r1174099 [4/8] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker: ./ action/ condition/ constraint/ engine/ parser/ resource/ rule/ ru

2011-09-22 Thread joern
Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/parser/TextMarkerParser.g URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/parser/TextMarkerParser.g?rev=1

svn commit: r1174096 [3/3] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide: core/parser/ formatter/ parser/ast/

2011-09-22 Thread joern
Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/parser/TextMarkerParser.tokens URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/core/parser/TextMar

svn commit: r1174096 [1/3] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide: core/parser/ formatter/ parser/ast/

2011-09-22 Thread joern
Author: joern Date: Thu Sep 22 12:42:30 2011 New Revision: 1174096 URL: http://svn.apache.org/viewvc?rev=1174096&view=rev Log: UIMA-2207 New implementation of the rule inference. Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker

svn commit: r1174094 - /uima/sandbox/trunk/TextMarker/uimaj-ep-cev/src/main/java/org/apache/uima/cev/editor/CEVViewer.java

2011-09-22 Thread joern
Author: joern Date: Thu Sep 22 12:40:22 2011 New Revision: 1174094 URL: http://svn.apache.org/viewvc?rev=1174094&view=rev Log: UIMA-2207 New implementation of the rule inference. Modified: uima/sandbox/trunk/TextMarker/uimaj-ep-cev/src/main/java/org/apache/uima/cev/editor/CEVViewer.

svn commit: r1166664 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/AnnotationOutline.java

2011-09-08 Thread joern
Author: joern Date: Thu Sep 8 12:56:23 2011 New Revision: 114 URL: http://svn.apache.org/viewvc?rev=114&view=rev Log: No jira, removed unused imports. Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/outline/AnnotationOutline.

svn commit: r1163581 - in /uima/uimaj/trunk: uimaj-ep-cas-editor-ide/src/main/java/org/apache/uima/caseditor/ide/ uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/ uimaj-ep-cas-edito

2011-08-31 Thread joern
Author: joern Date: Wed Aug 31 11:31:45 2011 New Revision: 1163581 URL: http://svn.apache.org/viewvc?rev=1163581&view=rev Log: UIMA- CasDocumentProvider is now used by the text DocumentProvider to manage CASes. Added: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/

svn commit: r1163188 - in /uima/uimaj/trunk: uimaj-ep-cas-editor-ide/plugin.xml uimaj-ep-cas-editor/plugin.xml

2011-08-30 Thread joern
Author: joern Date: Tue Aug 30 12:40:23 2011 New Revision: 1163188 URL: http://svn.apache.org/viewvc?rev=1163188&view=rev Log: UIMA-2220 Moved view extension point declarations back Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml uima/uimaj/trunk/uimaj-ep-cas-ed

svn commit: r1163176 - in /uima/uimaj/trunk: uimaj-ep-cas-editor-ide/ uimaj-ep-cas-editor/schema/ uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ uimaj-ep-cas-editor/src/main/java/org/apa

2011-08-30 Thread joern
Author: joern Date: Tue Aug 30 11:40:00 2011 New Revision: 1163176 URL: http://svn.apache.org/viewvc?rev=1163176&view=rev Log: UIMA-2219 Document provider is now choosen based on IEditorInput Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/plugin.xml uima/uimaj/trunk/uimaj-ep

svn commit: r1163156 - /uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/editor/AnnotationEditor.java

2011-08-30 Thread joern
Author: joern Date: Tue Aug 30 09:37:58 2011 New Revision: 1163156 URL: http://svn.apache.org/viewvc?rev=1163156&view=rev Log: UIMA-2219 Moved document provider init code to init method Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/src/main/java/org/apache/uima/caseditor/ed

svn commit: r1161485 - /uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml

2011-08-25 Thread joern
Author: joern Date: Thu Aug 25 10:38:22 2011 New Revision: 1161485 URL: http://svn.apache.org/viewvc?rev=1161485&view=rev Log: UIMA-2173 Fixed annotate action Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml URL:

svn commit: r1159176 - /uima/addons/trunk/Lucas/src/main/java/org/apache/uima/lucas/indexer/IndexWriterProviderImpl.java

2011-08-18 Thread joern
Author: joern Date: Thu Aug 18 11:34:19 2011 New Revision: 1159176 URL: http://svn.apache.org/viewvc?rev=1159176&view=rev Log: UIMA-2215 Mistakenly used getBoolean insetad of parseBoolean Modified: uima/addons/trunk/Lucas/src/main/java/org/apache/uima/lucas/ind

svn commit: r1158897 - /uima/addons/trunk/Lucas/src/main/java/org/apache/uima/lucas/indexer/IndexWriterProviderImpl.java

2011-08-17 Thread joern
Author: joern Date: Wed Aug 17 20:39:38 2011 New Revision: 1158897 URL: http://svn.apache.org/viewvc?rev=1158897&view=rev Log: UIMA-2215 The create flag for the IndexWriter is now configurable via the properties file. Modified: uima/addons/trunk/Lucas/src/main/java/org/apache/uima/l

svn commit: r1157050 [11/11] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-addons: ./ .settings/ META-INF/ icons/ schema/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/a

2011-08-12 Thread joern
Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-addons/src/main/java/org/apache/uima/textmarker/utils/twl/MultiTWLConverterHandler.java URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-addons/src/main/java/org/apache/uima/textmarker/utils/twl/MultiTWLCo

svn commit: r1157047 [27/27] - in /uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide: ./ .settings/ META-INF/ icons/ schema/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apac

2011-08-12 Thread joern
Added: uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/validator/TextMarkerTypeChecker.java URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TextMarker/uimaj-ep-textmarker-ide/src/main/java/org/apache/uima/textmarker/ide/validator/TextMarkerT

  1   2   3   4   >