|
What this is
Other links
The source code<?xml version="1.0" encoding="UTF-8"?> <component xmlns="http://eclipse.org/component" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://eclipse.org/component ../component.xsd " name="Text Editor Framework"> <plugin id="org.eclipse.ui.workbench.texteditor"/> <package name="org.eclipse.ui.contentassist"> <type name="ContentAssistHandler"/> </package> <package name="org.eclipse.ui.texteditor"> <type name="DefaultRangeIndicator" subclass="false"/> <type name="FindNextAction" subclass="false"/> <type name="FindReplaceAction" subclass="false"/> <type name="GotoAnnotationAction" subclass="false"/> <type name="GotoLineAction" subclass="false"/> <type name="HyperlinkDetectorDescriptor" instantiate="false" subclass="false"/> <type name="HyperlinkDetectorTargetDescriptor" instantiate="false" subclass="false"/> <type name="IncrementalFindAction" subclass="false"/> <type name="ITextEditorActionConstants" implement="false"/> <type name="ITextEditorActionDefinitionIds" implement="false"/> <type name="ITextEditorDropTargetListener" implement="false"/> <type name="IWorkbenchActionDefinitionIds" implement="false"/> <type name="RevertToSavedAction" subclass="false"/> <type name="SaveAction" subclass="false"/> </package> <package name="org.eclipse.ui.texteditor.link"> </package> <package name="org.eclipse.ui.texteditor.quickdiff"> <type name="QuickDiff" subclass="false"/> </package> <package name="org.eclipse.ui.texteditor.rulers"> <type name="IColumnSupport" implement="false"/> <type name="RulerColumnDescriptor" instantiate="false" subclass="false"/> <type name="RulerColumnRegistry" instantiate="false" subclass="false"/> </package> <package name="org.eclipse.ui.texteditor.spelling"> <type name="SpellingContext" subclass="false"/> <type name="SpellingEngineDescriptor" subclass="false"/> <type name="SpellingService" subclass="false"/> </package> <package name="org.eclipse.ui.texteditor.templates"> </package> <component-depends unrestricted="true"/> </component> |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.