Initial commit of yangide codebase. 10/36410/1
authorDavid M. Karr <davidmichaelkarr@gmail.com>
Thu, 17 Mar 2016 20:09:33 +0000 (13:09 -0700)
committerDavid M. Karr <davidmichaelkarr@gmail.com>
Thu, 17 Mar 2016 20:09:33 +0000 (13:09 -0700)
commitf453cf399f01f22a66f79f254e932cf0ea0a3855
treee85bfa4ad7925dc3ab0194da8d951bf66ee82e62
parent8043560ecf497f12b53f3cc0b895fe67b4a5dcbd
Initial commit of yangide codebase.

Replaced hard-stored jars with maven-dependency-plugin copy.
Moved up to 0.6.2-Helium for yang.

Change-Id: I0e9de5403ed160538cc5373f5c5521bdad88406a
Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
728 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
README.md [new file with mode: 0644]
epl-v10.html [new file with mode: 0644]
features/com.cisco.yangide.feature/.gitignore [new file with mode: 0644]
features/com.cisco.yangide.feature/.project [new file with mode: 0644]
features/com.cisco.yangide.feature/build.properties [new file with mode: 0644]
features/com.cisco.yangide.feature/feature.properties [new file with mode: 0644]
features/com.cisco.yangide.feature/feature.xml [new file with mode: 0644]
features/com.cisco.yangide.feature/license.html [new file with mode: 0644]
features/com.cisco.yangide.feature/pom.xml [new file with mode: 0644]
features/com.cisco.yangide.m2e.yang.feature/.gitignore [new file with mode: 0644]
features/com.cisco.yangide.m2e.yang.feature/.project [new file with mode: 0644]
features/com.cisco.yangide.m2e.yang.feature/build.properties [new file with mode: 0644]
features/com.cisco.yangide.m2e.yang.feature/feature.properties [new file with mode: 0644]
features/com.cisco.yangide.m2e.yang.feature/feature.xml [new file with mode: 0644]
features/com.cisco.yangide.m2e.yang.feature/license.html [new file with mode: 0644]
features/com.cisco.yangide.m2e.yang.feature/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/.project [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/projects/yang/yang-p001/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/projects/yang/yang-p001/src/main/yang/simple-string-demo.yang [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/projects/yang/yang-p002/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/projects/yang/yang-p002/src/main/yang/flow-errors.yang [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/src/com/cisco/yangide/core/tests/YangModelManagerTest.java [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/src/com/cisco/yangide/core/tests/YangParserTest.java [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/yang/acme-types.yang [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/yang/simple-string-demo.yang [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/yang/simple_import.yang [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/yang/simple_import_incomplete.yang [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/yang/yang-ext.yang [new file with mode: 0644]
plugins/com.cisco.yangide.core/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.core/.project [new file with mode: 0644]
plugins/com.cisco.yangide.core/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.core/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.core/plugin.xml [new file with mode: 0644]
plugins/com.cisco.yangide.core/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/CoreUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/ElementChangedEvent.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/IOpenable.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/IYangElementChangedListener.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/IYangElementDelta.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/OpenableElementCache.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/OpenableElementInfo.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/YangCorePlugin.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/YangJarFileEntryResource.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/YangModelException.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/YangTypeUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/Buffer.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/BufferCache.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/BufferChangedEvent.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/BufferManager.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/IBuffer.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/IBufferChangedListener.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/ICacheEnumeration.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/ILRUCacheable.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/LRUCache.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/LRUCacheEnumerator.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/NullBuffer.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/OverflowingLRUCache.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/buffer/ToStringSorter.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ASTCompositeNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ASTNamedNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ASTNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ASTVisitor.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/AnyXmlSchemaNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/AugmentationSchema.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/BaseReference.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ChoiceCaseNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ChoiceNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ContrainerSchemaNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/Deviation.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ExtensionDefinition.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/FeatureDefinition.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/GroupingDefinition.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/IdentitySchemaNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/LeafListSchemaNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/LeafSchemaNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ListSchemaNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/Module.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/ModuleImport.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/NotificationDefinition.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/QName.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/RevisionNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/RpcDefinition.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/RpcInputNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/RpcOutputNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/SimpleNamedNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/SimpleNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/SubModule.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/SubModuleInclude.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/TypeDefinition.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/TypeReference.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/dom/UsesNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/DeltaProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/ElementIndexInfo.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/ElementIndexReferenceInfo.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/ElementIndexReferenceType.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/ElementIndexType.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/IJob.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/IndexAllProject.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/IndexFileRequest.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/IndexJarFileRequest.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/IndexManager.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/IndexRequest.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/JobAdapter.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/JobManager.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/indexing/YangElementDelta.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangElement.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangElementType.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangFile.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangFileInfo.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangFolder.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangJarEntry.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangJarFile.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangModel.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangModelManager.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangModelUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangProject.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/model/YangProjectInfo.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/BasicValidations.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/ITokenFormatter.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/IYangValidationListener.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/SemanticValidations.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/ValidationUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/YangFormattingPreferences.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/YangModelBasicValidationListener.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/YangParserModelListener.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/YangParserUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/YangTokenFormatter.java [new file with mode: 0644]
plugins/com.cisco.yangide.core/src/com/cisco/yangide/core/parser/YangValidationException.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.editor/.project [new file with mode: 0644]
plugins/com.cisco.yangide.editor/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.editor/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/keywords/module.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/keywords/namespace.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/binary.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/bits.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/boolean.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/decimal64.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/empty.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/enumeration.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/identityref.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/instance-identifier.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/int16.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/int32.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/int64.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/int8.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/leafref.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/string.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/uint16.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/uint32.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/uint64.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/uint8.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/help/types/union.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/icons/yang_file.png [new file with mode: 0644]
plugins/com.cisco.yangide.editor/plugin.properties [new file with mode: 0644]
plugins/com.cisco.yangide.editor/plugin.xml [new file with mode: 0644]
plugins/com.cisco.yangide.editor/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.editor/resources/ColorSettingPreviewCode.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/resources/FormatterSettingPreviewCode.txt [new file with mode: 0644]
plugins/com.cisco.yangide.editor/resources/HoverStyleSheet.css [new file with mode: 0644]
plugins/com.cisco.yangide.editor/schema/actionGroup.exsd [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/EditorUtility.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/YangEditorPlugin.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/actions/AddBlockCommentAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/actions/BlockCommentAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/actions/IYangEditorActionDefinitionIds.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/actions/OpenDeclarationAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/actions/RemoveBlockCommentAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/actions/ToggleCommentAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/compare/YangFileMergeViewer.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/compare/YangFileMergeViewerCreator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/compare/YangFileViewerCreator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/dialogs/StatusInfo.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/dialogs/StatusUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/AbstractYangScanner.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/IActionGroup.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/IReconcileHandler.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/IYangEditor.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/SemanticHighlighting.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/SemanticHighlightingManager.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/SemanticHighlightingPresenter.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/SemanticHighlightingReconciler.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/SemanticHighlightings.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangAutoIndentStrategy.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangColorManager.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangCommentScanner.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangContentOutlinePage.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangDocumentProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangDoubleClickStrategy.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangEditor.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangEditorActionContributor.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangEditorMessages.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangEditorMessages.properties [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangElementHyperlink.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangElementHyperlinkDetector.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangPartitionScanner.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangPresentationReconciler.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangScanner.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangSourceViewer.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangSourceViewerConfiguration.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangStorageDocumentProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangStringScanner.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangWhitespaceDetector.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/YangWordDetector.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/CompositeReconcilingStrategy.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/DocumentCharacterIterator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/Symbols.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangAnnotationModel.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangCodeFormatter.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangFoldingStructureProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangFormattingStrategy.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangHeuristicScanner.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangIndenter.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangMarkerAnnotation.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangProblem.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangReconcilingStrategy.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/YangSyntaxAnnotation.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/help/HelpCompositionUtils.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/help/IProposalHelpGenerator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/help/IndexInfoProposalHelpGenerator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/help/LanguageProposalHelpGenerator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/help/YangCompletionProposal.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/help/YangLanguageHelpLoader.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/help/YangSimpleCompletionProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/hover/HoverControlCreator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/hover/PresenterControlCreator.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/editors/text/hover/YangTextHover.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/AbstractConfigurationBlock.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/AbstractConfigurationBlockPreferencePage.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/IPreferenceConfigurationBlock.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/YangDocumentSetupParticipant.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/YangEditorColoringConfigurationBlock.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/YangEditorColoringPreferencePage.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/YangFormatterPreferencePage.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/YangPreferencesMessages.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/YangPreferencesMessages.properties [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/preferences/YangPreviewerUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/templates/GeneralContextType.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/templates/YangEditorTemplatesPage.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/src/com/cisco/yangide/editor/templates/YangTemplateAccess.java [new file with mode: 0644]
plugins/com.cisco.yangide.editor/templates/yang.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/.project [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/etool16/add_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/etool16/collapseall_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/etool16/delete_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/etool16/editor_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/anyxml_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/augment_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/choice_case_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/choice_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/container_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/custom_type_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/deviation_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/error_alt_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/error_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/extension_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/feature_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/grouping_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/identity_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/import_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/include_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/key_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/keyword_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/leaf_list_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/leaf_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/list_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/module_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/notification_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/rpc_input_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/rpc_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/rpc_output_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/submodule_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/template_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/type_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/full/obj16/uses_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/icons/yang_file.png [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/plugin.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/Activator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/YangMultiPageEditorPart.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/YangMutiPageEditorActionContributor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/diagram/EditorDiagramTypeProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/diagram/EditorFeatureProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/diagram/YangDiagramGraphicsAlgorithmRendererFactory.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/diagram/YangDiagramToolBehaviorProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/dialog/AddImportDialog.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/dialog/ChooseParentModuleDialog.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/dialog/ElementLabelProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/dialog/MultilineTextDialog.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/dialog/YangElementListSelectionDialog.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/IModelChangeHandler.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/ISourceModelManager.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/YangDiagramBehavior.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/YangDiagramEditor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/YangDiagramEditorInput.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/YangDiagramModuleInfoPanel.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/YangDiagramPersistencyBehavior.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/YangDiagramRefreshBehavior.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/editors/YangPaletteBehavior.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/features/AddReferenceConnectionFeature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/features/DiagramLayoutFeature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/features/DirectEditingOnDoubleClickFeature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/features/ExtractGroupingCustomFeature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/features/RemoveConnectionFeature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/features/TextDirectEditingFeature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/features/UpdateTextFeature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/figures/FeedbackEditPolicy.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/figures/FeedbackFigure.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/connections/DomainConnectionPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/AnyxmlPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/AugmentPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/ChoiceCasePattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/ChoicePattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/ContainerPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/DeviationPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/DomainObjectPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/ExtensionPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/FeaturePattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/GroupingPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/IdentityPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/LeafListPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/LeafPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/ListKeyPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/ListPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/ModulePattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/NotificationPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/RpcIOPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/RpcPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/SubmodulePattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/TypedefPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/TyperefPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/patterns/objects/UsesPattern.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/preferences/ModelEditorPreferencePage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/preferences/ModelEditorPreferences.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/AttributesTabContentFilter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/AttributesTabContentSource.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/DialogTextPropertyDescriptor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabDescriptionFilter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabDescriptionSection.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabNameFilter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabNameSection.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabReferenceFilter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabReferenceSection.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabTypeFilter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GeneralTabTypeSection.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/GraphitiEditPartToIPropertySourceAdapterFactory.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/TypeTabFilter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/TypeTabSection.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/property/YangPropertySection.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/ChoicePropertyUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/ContainerPropertyUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/DiagramModelAdapter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/DiagramModelMergeAdapter.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/LeafPropertyUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/ListPropertyUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/ModelSynchronizer.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/ModulePropertyUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/SourceNodePropertyUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/sync/TypedefPropertyUpdater.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/BusinessObjectWrapper.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/DiagramImportSupport.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/LayoutUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/PropertyUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/Strings.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/StyleUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/YangDiagramImageProvider.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/YangModelUIUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/YangModelUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/YangTag.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/AbstractHighwayMatrix.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/DirectPathFinder.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/Highway.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/HighwayMatrix.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/HighwayMatrixWave.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/IHighwayMatrix.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/IPathFinder.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/Position.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/RectilinearAvoidObstaclesPathFinder.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/util/connection/RoutePath.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/src/com/cisco/yangide/ext/model/editor/widget/DialogText.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/anyxml.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/augment.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/case.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/choice.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/container.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/deviation.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/extension.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/feature.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/grouping.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/identity.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/input.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/leaf list.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/leaf.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/list.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/notification.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/output.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/rpc.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/submodule.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/typedef.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/templates/nodes/uses.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/.project [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/model/model.aird [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/model/model.ecore [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/model/model.genmodel [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/model/model.notation [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/plugin.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/plugin.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Anyxml.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Augment.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/BelongsTo.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Choice.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/ChoiceCase.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Container.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/ContainingNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Deviation.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Extension.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Feature.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Grouping.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Identity.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Import.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Include.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Leaf.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/LeafList.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/List.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/ListKey.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/ModelFactory.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/ModelPackage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Module.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/NamedContainingNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/NamedNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Node.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Notification.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/ReferenceNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Revision.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Rpc.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/RpcIO.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Submodule.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Tag.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/TaggedNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/TypedNode.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Typedef.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Typeref.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/Uses.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/AnyxmlImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/AugmentImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/BelongsToImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ChoiceCaseImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ChoiceImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ContainerImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/DeviationImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ExtensionImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/FeatureImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/GroupingImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/IdentityImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ImportImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/IncludeImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/LeafImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/LeafListImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ListImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ListKeyImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ModelFactoryImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ModelPackageImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/ModuleImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/NotificationImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/RevisionImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/RpcIOImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/RpcImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/SubmoduleImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/TagImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/TypedefImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/TyperefImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/impl/UsesImpl.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/util/ModelAdapterFactory.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/util/ModelSwitch.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/AnyxmlValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/AugmentValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/BelongsToValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ChoiceCaseValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ChoiceValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ContainerValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ContainingNodeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/DeviationValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ExtensionValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/FeatureValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/GroupingValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/IdentityValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ImportValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/IncludeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/LeafListValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/LeafValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ListKeyValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ListValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ModuleValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/NamedContainingNodeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/NamedNodeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/NodeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/NotificationValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/ReferenceNodeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/RevisionValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/RpcIOValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/RpcValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/SubmoduleValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/TagValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/TaggedNodeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/TypedNodeValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/TypedefValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/TyperefValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/src/com/cisco/yangide/ext/model/validation/UsesValidator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/text/description.txt [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/.project [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/icons/calendar.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/plugin.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/plugin.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/CreateYangFileChange.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/RefactorActionGroup.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/RefactorUtil.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/YangCompositeChange.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/YangRefactoringPlugin.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/actions/ChangeRevisionAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/actions/ExtractGroupingAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/actions/InlineGroupingAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/actions/RenameAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/actions/RenameSupport.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/actions/SelectionDispatchAction.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/code/ChangeRevisionRefactoring.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/code/ExtractGroupingRefactoring.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/code/InlineGroupingRefactoring.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/nls/Messages.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/nls/messages.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/rename/RenameGroupingProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/rename/RenameIdentityProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/rename/RenameModuleProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/rename/RenameSubModuleProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/rename/RenameTypeProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/rename/YangRenameProcessor.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/scripting/RenameGroupingRefactoringContribution.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/ChangeRevisionInputWizardPage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/ChangeRevisionRefactoringWizard.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/EditorHighlightingSynchronizer.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/ExtractGroupingInputWizardPage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/ExtractGroupingRefactoringWizard.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/InlineGroupingInputWizardPage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/InlineGroupingRefactoringWizard.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/RefactoringImages.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/RenameInformationPopup.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/RenameInputWizardPage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/RenameLinkedMode.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/RenameRefactoringWizard.java [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/src/com/cisco/yangide/ext/refactoring/ui/RevisionDialog.java [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/.project [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/plugin_customization.ini [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/projects/yang/yang-p001/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/projects/yang/yang-p001/src/main/yang/simple-string-demo.yang [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/settings.xml [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/src/com/cisco/yangide/m2e/yang/tests/YangGenerationTest.java [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/.project [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/lifecycle-mapping-metadata.xml [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/plugin.xml [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/src/com/cisco/yangide/m2e/yang/LifecycleMapping.java [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/src/com/cisco/yangide/m2e/yang/MavenProjectChangedListener.java [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/src/com/cisco/yangide/m2e/yang/YangBuildParticipant.java [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/src/com/cisco/yangide/m2e/yang/YangGeneratorConfiguration.java [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/src/com/cisco/yangide/m2e/yang/YangM2EPlugin.java [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/src/com/cisco/yangide/m2e/yang/YangProjectConfigurator.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/.gitignore [new file with mode: 0644]
plugins/com.cisco.yangide.ui/.project [new file with mode: 0644]
plugins/com.cisco.yangide.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
plugins/com.cisco.yangide.ui/build.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/elcl16/view_menu.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/etool16/newfile_wiz.png [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/etool16/newprj_wiz.png [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/augment_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/container_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/custom_type_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/deviation_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/error_alt_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/error_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/extension_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/grouping_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/identity_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/import_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/include_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/keyword_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/leaf_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/module_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/notification_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/rpc_input_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/rpc_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/rpc_output_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/submodule_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/template_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/type_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/uses_obj.gif [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/obj16/yang_file.png [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/wizban/newfile_wiz.png [new file with mode: 0644]
plugins/com.cisco.yangide.ui/icons/full/wizban/newprj_wiz.png [new file with mode: 0644]
plugins/com.cisco.yangide.ui/plugin.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ui/plugin.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ui/pom.xml [new file with mode: 0644]
plugins/com.cisco.yangide.ui/resources/yang/acme-system.yang [new file with mode: 0644]
plugins/com.cisco.yangide.ui/resources/yang/new_yang_file.yang [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/YangUIPlugin.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/internal/IYangUIConstants.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/internal/ImageDescriptorRegistry.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/internal/YangUIImages.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/internal/preferences/YangBasePreferencePage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/internal/preferences/YangUIPreferenceInitializer.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/nls/Messages.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/nls/messages.properties [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/preferences/IYangColorConstants.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/preferences/OverlayPreferenceStore.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/preferences/YangPreferenceConstants.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/CodeGeneratorConfig.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/YangCodeGeneratorDialog.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/YangFileWizard.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/YangFileWizardPage.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/YangProjectWizard.java [new file with mode: 0644]
plugins/com.cisco.yangide.ui/src/com/cisco/yangide/ui/wizards/YangProjectWizardPage.java [new file with mode: 0644]
pom.xml [new file with mode: 0644]
product/codeformatter.xml [new file with mode: 0644]
product/codetemplates.xml [new file with mode: 0644]
product/m2e-yang-catalog.xml [new file with mode: 0644]
product/rfc6020.pdf [new file with mode: 0644]
product/target-platform/.gitignore [new file with mode: 0644]
product/target-platform/.project [new file with mode: 0644]
product/target-platform/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
product/target-platform/com.cisco.yangide.target-platform.target [new file with mode: 0644]
product/target-platform/pom.xml [new file with mode: 0644]
product/update-site/category.xml [new file with mode: 0644]
product/update-site/pom.xml [new file with mode: 0644]
product/yang-ide/.project [new file with mode: 0644]
samples/yang-module1/.gitignore [new file with mode: 0644]
samples/yang-module1/.project [new file with mode: 0644]
samples/yang-module1/pom.xml [new file with mode: 0644]
samples/yang-module1/src/main/yang/acme-system.yang [new file with mode: 0644]
samples/yang-module2/.gitignore [new file with mode: 0644]
samples/yang-module2/.project [new file with mode: 0644]
samples/yang-module2/pom.xml [new file with mode: 0644]
samples/yang-module2/src/main/yang/yang-ext.yang [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/.gitignore [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/.project [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/Contexts/ModelFlowProjectFolder.ctx [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/Contexts/YangIDEpreferencesContext.ctx [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/Contexts/YangIDEworkbenchCleanContext.ctx [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/Contexts/YangIDEworkbenchFileContext.ctx [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/Contexts/YangIDEworkspaceCleanContext.ctx [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/Contexts/YangIDEworkspaceComplexContext.ctx [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/Contexts/YangIDEworkspaceSimpleContext.ctx [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AllTests.suite [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoCompletion/AutoComplete.suite [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoCompletion/AutoCompletionTestCase1.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoCompletion/AutoCompletionTestCase2.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoCompletion/AutoCompletionValidation1.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoCompletion/AutoCompletionValidation2.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoIndenting/AutoIndent.suite [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoIndenting/AutoIndentingTestCase.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoIndenting/AutoIndentingValidation.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoIndenting/SmartPasteTestCase1.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoIndenting/SmartPasteTestCase2.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoIndenting/SmartPasteValidation1.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/AutoIndenting/SmartPasteValidation2.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/OutlinePage/Outline.suite [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/OutlinePage/OutlineViewTestCase.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/InvalidFileSyntaxColoringTestCase1.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/InvalidFileSyntaxColoringTestCase2.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/InvalidFileSyntaxColoringTestCase3.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/InvalidFileSyntaxColoringTestCase4.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/InvalidFileSyntaxColoringTestCase5.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/InvalidFileSyntaxColoringTestCase6.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxColor.suite [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/InvalidFileSyntaxValidation1.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/InvalidFileSyntaxValidation2.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/InvalidFileSyntaxValidation3.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/InvalidFileSyntaxValidation4.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/InvalidFileSyntaxValidation5.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/InvalidFileSyntaxValidation6.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/ValidFileSyntaxValidation1.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/SyntaxValidations/ValidFileSyntaxValidation2.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/SyntaxColoring/ValidFileSyntaxColoringTestCase.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/Wizards/ImportYangProjectTest.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/Wizards/NewYangFileTest.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/Wizards/NewYangProjectTest.test [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/Wizards/Wizards.suite [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/TestCases/Wizards/asserts/NewProjectExist.verification [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/pom.xml [new file with mode: 0644]
tests/com.cisco.yangide.editor.test/rcptt.properties [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/.gitignore [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/.project [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/Contexts/DefaultPreferences.ctx [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/Contexts/DefaultWorkbench.ctx [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/Contexts/DefaultWorkspace.ctx [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/Contexts/UpdateMavenProjects.ctx [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/AllTests.suite [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/ChangeRevision/ChangeRevision.test [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/ExtractGrouping/ExtractGrouping.test [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/InlineGrouping/InlineGroupingDirect.test [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/InlineGrouping/InlineGroupingIndirect.test [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/Rename/RenameGrouping.test [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/Rename/RenameModule.test [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/TestCases/Rename/RenameType.test [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/pom.xml [new file with mode: 0644]
tests/com.cisco.yangide.ext.refactoring.test/rcptt.properties [new file with mode: 0644]
tests/pom.xml [new file with mode: 0644]