-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split project into two plugins: analysis and user interface components
- Loading branch information
Showing
81 changed files
with
13,197 additions
and
42 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.ensoftcorp.open.c.commons.ui</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
</natures> | ||
</projectDescription> |
7 changes: 7 additions & 0 deletions
7
com.ensoftcorp.open.c.commons.ui/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-SymbolicName: com.ensoftcorp.open.c.commons.ui;singleton:=true | ||
Bundle-Version: 3.3.7.qualifier | ||
Require-Bundle: com.ensoftcorp.atlas.c.ui;bundle-version="3.3.7";visibility:=reexport, | ||
com.ensoftcorp.atlas.ui.shell;bundle-version="3.3.7";visibility:=reexport, | ||
com.ensoftcorp.atlas.ui;bundle-version="3.3.7";visibility:=reexport, | ||
com.ensoftcorp.open.commons.ui;bundle-version="3.3.7";visibility:=reexport, | ||
com.ensoftcorp.open.c.commons;bundle-version="3.3.7";visibility:=reexport | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Bundle-ActivationPolicy: lazy | ||
Bundle-Name: C Toolbox Commons User Interface | ||
Bundle-Vendor: EnSoft Corp. | ||
Automatic-Module-Name: com.ensoftcorp.open.c.commons.ui |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
source.. = src/ | ||
output.. = bin/ | ||
bin.includes = META-INF/,\ | ||
plugin.xml,\ | ||
doc/,\ | ||
.,\ | ||
src/ |
27 changes: 27 additions & 0 deletions
27
com.ensoftcorp.open.c.commons.ui/doc/allclasses-frame.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:23 CST 2017 --> | ||
<title>All Classes</title> | ||
<meta name="date" content="2017-11-28"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
</head> | ||
<body> | ||
<h1 class="bar">All Classes</h1> | ||
<div class="indexContainer"> | ||
<ul> | ||
<li><a href="com/ensoftcorp/open/c/commons/Activator.html" title="class in com.ensoftcorp.open.c.commons" target="classFrame">Activator</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/analysis/CallSiteAnalysis.html" title="class in com.ensoftcorp.open.c.commons.analysis" target="classFrame">CallSiteAnalysis</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/analysis/CommonQueries.html" title="class in com.ensoftcorp.open.c.commons.analysis" target="classFrame">CommonQueries</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/ControlFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">ControlFlowWithinFunctionSmartView</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/DataFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">DataFlowWithinFunctionSmartView</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/log/Log.html" title="class in com.ensoftcorp.open.c.commons.log" target="classFrame">Log</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/MatchingPairSearchModelSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">MatchingPairSearchModelSmartView</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/analysis/SetDefinitions.html" title="class in com.ensoftcorp.open.c.commons.analysis" target="classFrame">SetDefinitions</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/TypeOfSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">TypeOfSmartView</a></li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
27 changes: 27 additions & 0 deletions
27
com.ensoftcorp.open.c.commons.ui/doc/allclasses-noframe.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:23 CST 2017 --> | ||
<title>All Classes</title> | ||
<meta name="date" content="2017-11-28"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
</head> | ||
<body> | ||
<h1 class="bar">All Classes</h1> | ||
<div class="indexContainer"> | ||
<ul> | ||
<li><a href="com/ensoftcorp/open/c/commons/Activator.html" title="class in com.ensoftcorp.open.c.commons">Activator</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/analysis/CallSiteAnalysis.html" title="class in com.ensoftcorp.open.c.commons.analysis">CallSiteAnalysis</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/analysis/CommonQueries.html" title="class in com.ensoftcorp.open.c.commons.analysis">CommonQueries</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/ControlFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">ControlFlowWithinFunctionSmartView</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/DataFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">DataFlowWithinFunctionSmartView</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/log/Log.html" title="class in com.ensoftcorp.open.c.commons.log">Log</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/MatchingPairSearchModelSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">MatchingPairSearchModelSmartView</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/analysis/SetDefinitions.html" title="class in com.ensoftcorp.open.c.commons.analysis">SetDefinitions</a></li> | ||
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/TypeOfSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">TypeOfSmartView</a></li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.