Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
410d552
Eclipse Neon Support
cypher256 Jun 15, 2016
844a4a0
Delete README
cypher256 Jun 15, 2016
16b2c61
Create README.md
cypher256 Jun 15, 2016
4539786
Update README.md
cypher256 Jun 15, 2016
7578918
Update README.md
cypher256 Jun 15, 2016
fdf802c
Fixed status bar freeze
cypher256 Jul 5, 2016
5e0c6d5
Fixed overlapping text like EGit history view
cypher256 Jul 5, 2016
f497f36
Fixed overlapping text like EGit history view
cypher256 Jul 5, 2016
cea6fac
Update README.md
cypher256 Jul 5, 2016
5f03046
Update README.md
cypher256 Jul 5, 2016
0eb12d2
Update README.md
cypher256 Jul 5, 2016
2ccb99e
Update README.md
cypher256 Jul 5, 2016
0fda58e
Update README.md
cypher256 Jul 5, 2016
1074239
Update README.md
cypher256 Jul 6, 2016
7709275
Update README.md
cypher256 Jul 6, 2016
e58d1aa
Fixed missing handle exception
cypher256 Jul 6, 2016
adba960
Merge branch 'master' of https://github.com/cypher256/glance.git
cypher256 Jul 6, 2016
36b6006
Fixed status line freeze (expermental)
cypher256 Jul 6, 2016
9f2beed
Fixed default search view not shown
cypher256 Jul 7, 2016
bfcd2a4
Fixed default search view not shown
cypher256 Jul 7, 2016
b72d681
Merge branch 'master' of https://github.com/cypher256/glance.git
cypher256 Jul 7, 2016
1b2aa46
Update README.md
cypher256 Jul 7, 2016
3cb220d
Update README.md
cypher256 Jul 7, 2016
eb6318f
Modified status line position BEGIN_GROUP to END_GROUP
cypher256 Jul 7, 2016
01435bb
Fixed status line freeze (expermental)
cypher256 Jul 7, 2016
e225790
Merge branch 'master' of https://github.com/cypher256/glance.git
cypher256 Jul 7, 2016
2f84c40
Update README.md
cypher256 Jul 8, 2016
91582cd
Change min target JRE 1.5 to 1.6
cypher256 Jul 8, 2016
3e8284a
Remove warnings
cypher256 Jul 8, 2016
650dba8
Added key bindings label in menu
cypher256 Jul 8, 2016
a993a3b
Improved performance
cypher256 Jul 8, 2016
7655600
Improved panel position on status line
cypher256 Jul 9, 2016
2686559
Improved panel position on status line
cypher256 Jul 9, 2016
74269b6
Improved panel position on status line
cypher256 Jul 9, 2016
515c92d
Improved exception handling
cypher256 Jul 9, 2016
5046358
Fixed not enter search text
cypher256 Jul 10, 2016
815c6a8
Fixed status line disposed
cypher256 Jul 11, 2016
1fe8402
Improved status line layout
cypher256 Jul 11, 2016
219e099
Update README.md
cypher256 Jul 11, 2016
3cddeb5
Create update site snapshot
cypher256 Jul 11, 2016
cf9656c
Create update site snapshot
cypher256 Jul 12, 2016
606183b
Create changes.txt
cypher256 Jul 12, 2016
d768670
Build snapshot
cypher256 Jul 12, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed README
Empty file.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Glance Eclipse Plugin
Supports the Eclipse Neon 4.6 or grater. This plugin forked from [ystrot/glance](https://github.com/ystrot/glance).

## Installation
**Update Site** : Eclipse > Help > Install New Software...
https://raw.githubusercontent.com/cypher256/glance/master/releng/com.xored.glance-updatesite/site.xml

## Changes
* Fixed status bar not working after a long time
* Fixed Eclipse default search view tree contents not shown
* Fixed missing handle exception
* Fixed overlapping text like the EGit history view ([Issue#13](https://github.com/ystrot/glance/issues/13))
* Fixed not working on Eclipse 4.6 Neon ([Issue#36](https://github.com/ystrot/glance/issues/36))

## License
[Eclipse Public License - v 1.0](https://www.eclipse.org/legal/epl-v10.html)

## ScreenShot
from http://ystrot.github.io/glance/
![](http://ystrot.github.io/glance/i/matches.jpg)

![](http://ystrot.github.io/glance/i/pref.jpg)

![](http://ystrot.github.io/glance/i/history.jpg)

![](http://ystrot.github.io/glance/i/table_trees_1.jpg)

![](http://ystrot.github.io/glance/i/dialogs.jpg)

![](http://ystrot.github.io/glance/i/dia.jpg)

![](http://ystrot.github.io/glance/i/index.jpg)
<!--
![](http://ystrot.github.io/glance/i/plugins.jpg)
-->
96 changes: 48 additions & 48 deletions features/com.xored.glance-feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.xored.glance"
label="Glance Core"
version="1.0.0.qualifier"
provider-name="xored software, Inc.">
<description url="http://ystrot.github.com/glance/">
Incremental text search and highlighting in rich texts, tables and trees.
</description>
<copyright url="%copyrightURL">
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.editors"/>
</requires>
<plugin
id="com.xored.glance.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.xored.glance.ui.controls"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.xored.glance.ui.viewers"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.xored.glance"
label="Glance Core"
version="1.2.8.qualifier"
provider-name="xored software, Inc.">

<description url="http://ystrot.github.com/glance/">
Incremental text search and highlighting in rich texts, tables and trees.
</description>

<copyright url="%copyrightURL">
%copyright
</copyright>

<license url="%licenseURL">
%license
</license>

<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.editors"/>
</requires>

<plugin
id="com.xored.glance.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.xored.glance.ui.controls"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="com.xored.glance.ui.viewers"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion features/com.xored.glance-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>com.xored.glance</groupId>
<artifactId>com.xored.glance-feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
70 changes: 35 additions & 35 deletions features/com.xored.glance.cvs-feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.xored.glance.cvs"
label="Glance CVS"
version="1.0.0.qualifier"
provider-name="xored software, Inc.">
<description url="http://ystrot.github.com/glance/">
Incremental text search and highlighting in CVS
</description>
<copyright url="%copyrightURL">
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import plugin="org.eclipse.team.cvs.core"/>
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.team.ui"/>
<import plugin="org.eclipse.team.cvs.ui"/>
<import feature="com.xored.glance" version="0.9.0.qualifier"/>
</requires>
<plugin
id="com.xored.glance.ui.cvs"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.xored.glance.cvs"
label="Glance CVS"
version="1.2.8.qualifier"
provider-name="xored software, Inc.">

<description url="http://ystrot.github.com/glance/">
Incremental text search and highlighting in CVS
</description>

<copyright url="%copyrightURL">
%copyright
</copyright>

<license url="%licenseURL">
%license
</license>

<requires>
<import plugin="org.eclipse.team.cvs.core"/>
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.team.ui"/>
<import plugin="org.eclipse.team.cvs.ui"/>
<import feature="com.xored.glance" version="1.2.8.qualifier"/>
</requires>

<plugin
id="com.xored.glance.ui.cvs"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion features/com.xored.glance.cvs-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>com.xored.glance</groupId>
<artifactId>com.xored.glance.cvs-feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
66 changes: 33 additions & 33 deletions features/com.xored.glance.gef-feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.xored.glance.gef"
label="Glance GEF"
version="1.0.0.qualifier"
provider-name="xored software, Inc.">
<description url="http://ystrot.github.com/glance/">
Incremental text search and highlighting in GEF
</description>
<copyright url="%copyrightURL">
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import plugin="org.eclipse.draw2d"/>
<import plugin="org.eclipse.gef"/>
<import feature="com.xored.glance" version="0.9.0.qualifier"/>
</requires>
<plugin
id="com.xored.glance.ui.gef"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="com.xored.glance.gef"
label="Glance GEF"
version="1.2.8.qualifier"
provider-name="xored software, Inc.">

<description url="http://ystrot.github.com/glance/">
Incremental text search and highlighting in GEF
</description>

<copyright url="%copyrightURL">
%copyright
</copyright>

<license url="%licenseURL">
%license
</license>

<requires>
<import plugin="org.eclipse.draw2d"/>
<import plugin="org.eclipse.gef"/>
<import feature="com.xored.glance" version="1.2.8.qualifier"/>
</requires>

<plugin
id="com.xored.glance.ui.gef"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion features/com.xored.glance.gef-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>com.xored.glance</groupId>
<artifactId>com.xored.glance.gef-feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/com.xored.glance.ui.controls/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
Expand Down
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.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
4 changes: 2 additions & 2 deletions plugins/com.xored.glance.ui.controls/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Glance Controls
Bundle-SymbolicName: com.xored.glance.ui.controls;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.2.8.qualifier
Bundle-Vendor: xored software, Inc.
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: com.xored.glance.ui,
org.eclipse.core.runtime,
org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/com.xored.glance.ui.controls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</parent>
<groupId>com.xored.glance</groupId>
<artifactId>com.xored.glance.ui.controls</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public boolean equals(Object obj) {

@Override
public String toString() {
StringBuffer buffer = new StringBuffer();
StringBuilder buffer = new StringBuilder();
buffer.append("(");
buffer.append(getElement());
buffer.append(", ");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void removeTextBlockListener(ITextBlockListener listener) {
*/
@Override
public String toString() {
StringBuffer buffer = new StringBuffer();
StringBuilder buffer = new StringBuilder();
buffer.append("{");
buffer.append(item);
buffer.append(", ");
Expand Down
Loading