Giter Site home page Giter Site logo

cupid's People

Contributors

twschiller avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

cupid's Issues

Fix data collector write efficiency

The current App Engine project uses too many datastore writes -- need to fix 
the entity classes to use less writes. 

Might try unindexing some fields with
`@Extension(vendorName="datanucleus", key="gae.unindexed", value="true")`

Original issue reported on code.google.com by [email protected] on 29 Jan 2013 at 4:05

Support multiple inputs/outputs per capability

As originally designed, Cupid supports only a single input and output per 
capability. Cupid should support multiple inputs and outputs.

Need to modify sinks (conditional formatting, charts) and wizards to do the 
right thing by default.

Original issue reported on code.google.com by [email protected] on 10 Jun 2013 at 2:39

Installation on Eclipse Juno

What steps will reproduce the problem?
1. Eclipse used: Version: Juno Release
Build id: 20120614-1722
2. Goto menu Help-> Install New Software
3. Add URL to add plugin

What is the expected output? What do you see instead?
It was expected to get plugin installed on Eclipse.
Instead it took more than 1 hour and only 2-3% of the plugin was installed.

What version of the product are you using? On what operating system?
OS used: Windows 7, 64 bit with Core i3 processor.

Please provide any additional information below.
The plugin is getting installed very slowly. It was getting installed in such a 
way that it might take the whole day for complete setup.
I am a broadband user with 1MBPS plan.

Original issue reported on code.google.com by [email protected] on 25 Jul 2013 at 4:03

Cannot install on Indigo 3.7.0 for Java Developers

Cannot complete the install because of a conflicting dependency.
  Software being installed: Cupid for Eclipse 1.3.2.v20130730-1140 (edu.washington.cs.cupid.core.feature.group 1.3.2.v20130730-1140)
  Software currently installed: Eclipse IDE for Java Developers 1.4.0.20110615-0550 (epp.package.java 1.4.0.20110615-0550)
  Only one of the following can be installed at once: 
    Debug UI 3.7.102.v20111129-1423_r372 (org.eclipse.debug.ui 3.7.102.v20111129-1423_r372)
    Debug UI 3.7.0.v20110518 (org.eclipse.debug.ui 3.7.0.v20110518)
    Debug UI 3.7.101.v20110817_r371 (org.eclipse.debug.ui 3.7.101.v20110817_r371)
  Cannot satisfy dependency:
    From: Cupid for Eclipse 1.3.2.v20130730-1140 (edu.washington.cs.cupid.core.feature.group 1.3.2.v20130730-1140)
    To: org.eclipse.debug.ui 3.7.102
  Cannot satisfy dependency:
    From: Eclipse IDE for Java Developers 1.4.0.20110615-0550 (epp.package.java 1.4.0.20110615-0550)
    To: org.eclipse.epp.package.java.feature.feature.group [1.4.0.20110615-0550]
  Cannot satisfy dependency:
    From: EPP Java Package 1.4.0.20110615-0550 (org.eclipse.epp.package.java.feature.feature.group 1.4.0.20110615-0550)
    To: org.eclipse.platform.feature.group [3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f]
  Cannot satisfy dependency:
    From: Eclipse Platform 3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f (org.eclipse.platform.feature.group 3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f)
    To: org.eclipse.debug.ui [3.7.0.v20110518]

Original issue reported on code.google.com by [email protected] on 30 Jul 2013 at 7:48

Error creating new capability script

What steps will reproduce the problem?
1. Install Cupid on Juno with networked home drive
2. Create a new Cupid capability script with an IResource input type

What is the expected output? What do you see instead?

An "URI not hierarchical" is produced.

What version of the product are you using? On what operating system?

Juno; UW managed computers

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Jul 2013 at 7:46

Null pointer exception on shutdown

!ENTRY org.eclipse.core.resources 4 2 2013-01-15 16:00:05.215
!MESSAGE Problems occurred when invoking code from plug-in: 
"org.eclipse.core.resources".
!STACK 0
java.lang.NullPointerException
    at edu.washington.cs.cupid.CapabilityExecutor$InvalidationVisitor.visit(CapabilityExecutor.java:323)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:69)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:80)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:80)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:80)
    at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:49)
    at edu.washington.cs.cupid.CapabilityExecutor.resourceChanged(CapabilityExecutor.java:360)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
    at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
    at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:395)
    at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1530)
    at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:156)
    at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Original issue reported on code.google.com by [email protected] on 16 Jan 2013 at 12:06

Selection inspector enhancements

Selection inspector. The current selection inspector has two columns: 
capability name and output. I'd like to possibly make it behave like the watch 
/ expression evaluation when debugging.

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 5:37

Cannot install Mapping View Feature

What steps will reproduce the problem?
1. Install Zest / GEF files
2. Try to install mapping view feature

What is the expected output? What do you see instead?

Eclipse complains that it cannot find the required version of Zest.



Original issue reported on code.google.com by [email protected] on 2 Aug 2013 at 5:02

Error installing alpha release on Eclipse Juno

What steps will reproduce the problem?
1. Using Eclipse : Version: Juno Release
Build id: 20120614-1722
2. Goto menu Help->Install New Software
3. Add the URL of plugin

What is the expected output? What do you see instead?
Plugin should Install properly.
But I was getting the following Error.

Cannot complete the install because one or more required items could not be 
found.
  Software being installed: Cupid MercurialEclipse Capabilities 1.0.2 (edu.washington.cs.cupid.hg.feature.group 1.0.2)
  Missing requirement: Cupid Support for Mercurial Eclipse 1.0.0.0 (edu.washington.cs.cupid.hg 1.0.0.0) requires 'bundle com.vectrace.MercurialEclipse 2.0.0' but it could not be found
  Cannot satisfy dependency:
    From: Cupid MercurialEclipse Capabilities 1.0.2 (edu.washington.cs.cupid.hg.feature.group 1.0.2)
    To: edu.washington.cs.cupid.hg [1.0.0.0]

What version of the product are you using? On what operating system?
OS: win 7, 32 bit, core 2 Duo processor.

Please provide any additional information below.
Please check this issue and let me know. How can I get it install on my Eclipse 
Juno.

Original issue reported on code.google.com by [email protected] on 26 Jul 2013 at 9:49

Cannot install via Eclipse Marketplace

In order to install a plugin through Eclipse Marketplace, Install option is not 
coming.

So I have to install plugin by using a URL.

SO please check over this.

Original issue reported on code.google.com by [email protected] on 25 Jul 2013 at 3:08

Installation error on Eclipse Indigo

What steps will reproduce the problem?
1.Eclipse used: Version: Indigo Release
Build id: 20110615-0604
2. Goto menu: Help->Install new Software
3. Add the URL 

What is the expected output? What do you see instead?
The plugin should Installed properly.
I got the error stated below:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Cupid for Eclipse 1.0.3 (edu.washington.cs.cupid.core.feature.group 1.0.3)
  Software currently installed: Eclipse IDE for Java EE Developers 1.4.0.20110615-0550 (epp.package.jee 1.4.0.20110615-0550)
  Only one of the following can be installed at once: 
    Debug Core 3.7.0.v20110518 (org.eclipse.debug.core 3.7.0.v20110518)
    Debug Core 3.7.1.v20111129-2031 (org.eclipse.debug.core 3.7.1.v20111129-2031)
  Cannot satisfy dependency:
    From: Cupid for Eclipse 1.0.3 (edu.washington.cs.cupid.core.feature.group 1.0.3)
    To: org.eclipse.debug.core 3.7.1
  Cannot satisfy dependency:
    From: Eclipse IDE for Java EE Developers 1.4.0.20110615-0550 (epp.package.jee 1.4.0.20110615-0550)
    To: org.eclipse.epp.package.jee.feature.feature.group [1.4.0.20110615-0550]
  Cannot satisfy dependency:
    From: Java EE IDE Feature 1.4.0.20110615-0550 (org.eclipse.epp.package.jee.feature.feature.group 1.4.0.20110615-0550)
    To: org.eclipse.platform.feature.group [3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f]
  Cannot satisfy dependency:
    From: Eclipse Platform 3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f (org.eclipse.platform.feature.group 3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f)
    To: org.eclipse.debug.core [3.7.0.v20110518]


What version of the product are you using? On what operating system?
OS: Win 7 , 64 bit, core i3 processor.

Please provide any additional information below.
Please check the issue and let me know that is there any problem in my system 
environment.

Original issue reported on code.google.com by [email protected] on 25 Jul 2013 at 4:14

Selection Inspector table unreadable for long entries

What steps will reproduce the problem?
1. Click on a large project with the selection inspector

What is the expected output? What do you see instead?

The selection inspector table has a large cell for the project; the cell should 
contain either the class / heap reference or the truncated string.


Original issue reported on code.google.com by [email protected] on 1 Aug 2013 at 10:06

Possible deadlock initializing Conditional Formating plug-in on first run of Cupid for workspace

What steps will reproduce the problem?
1. Fresh install on Kepler 

While loading class 
"edu.washington.cs.cupid.conditional.Formatter$InvalidationVisitor", thread 
"Thread[Worker-0,5,main]" timed out waiting (5003ms) for thread 
"Thread[Worker-3,5,main]" to finish starting bundle 
"edu.washington.cs.cupid.conditional_1.3.0.v20130728-2215 [415]". To avoid 
deadlock, thread "Thread[Worker-0,5,main]" is proceeding but 
"edu.washington.cs.cupid.conditional.Formatter$InvalidationVisitor" may not be 
fully initialized.

org.osgi.framework.BundleException: State change in progress for bundle 
"reference:file:plugins/edu.washington.cs.cupid.conditional_1.3.0.v20130728-2215
.jar" by thread "Worker-3".
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1088)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:298)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at edu.washington.cs.cupid.conditional.Formatter.onResourceChange(Formatter.java:504)
    at edu.washington.cs.cupid.CapabilityExecutor.resourceChanged(CapabilityExecutor.java:353)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
    at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
    at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:396)
    at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1531)
    at org.eclipse.core.internal.resources.Folder.create(Folder.java:113)
    at org.eclipse.core.internal.resources.Folder.create(Folder.java:125)
    at edu.washington.cs.cupid.scripting.java.JavaProjectManager.populateCupidProject(JavaProjectManager.java:88)
    at edu.washington.cs.cupid.scripting.java.CupidScriptingPlugin$CreateCupidProjectJob.run(CupidScriptingPlugin.java:148)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: 
org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    ... 26 more
Root exception:
org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1088)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:298)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at edu.washington.cs.cupid.conditional.Formatter.onResourceChange(Formatter.java:504)
    at edu.washington.cs.cupid.CapabilityExecutor.resourceChanged(CapabilityExecutor.java:353)
    at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
    at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
    at org.eclipse.core.internal.resources.Workspace.broadcastPostChange(Workspace.java:396)
    at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:1531)
    at org.eclipse.core.internal.resources.Folder.create(Folder.java:113)
    at org.eclipse.core.internal.resources.Folder.create(Folder.java:125)
    at edu.washington.cs.cupid.scripting.java.JavaProjectManager.populateCupidProject(JavaProjectManager.java:88)
    at edu.washington.cs.cupid.scripting.java.CupidScriptingPlugin$CreateCupidProjectJob.run(CupidScriptingPlugin.java:148)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)




Original issue reported on code.google.com by [email protected] on 30 Jul 2013 at 4:38

Java scripting extension hangs

What steps will reproduce the problem?
1. Add a new java capability script
2. Insert a compilation error
3. Save the file

What is the expected output? What do you see instead?

Eclipse hangs, and then crashes with an out of memory error


Original issue reported on code.google.com by [email protected] on 3 Nov 2012 at 4:24

Support for Subclipse 1.8 and SVN 1.7

What steps will reproduce the problem?

1. Use Subclipse 1.8 and SVN 1.7 on Mac OS 

What is the expected output? What do you see instead?

Eclipse hangs, and the SVN Log capability always returns an error that the 
resource cannot be found in the repository.




Original issue reported on code.google.com by [email protected] on 3 Nov 2012 at 4:12

Add ability to delete user-created capabilities

What steps will reproduce the problem?

Right now the only way to delete user-created capabilities is by deleting them 
using the file manager.

Please use labels and text to provide additional information.

Adding a context menu option for capabilities to delete them.

Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 10:10

Conditional formatting snippet causes Cupid project build path error for some type

What steps will reproduce the problem?
1. Create a formatting rule for a stack frame using a snippet
2. The formatting rule will work as expected, but the Cupid project will have a 
build path error preventing scripts from working properly

What is the expected output? What do you see instead?

Project 'Cupid' is missing required library: 
'/Users/tschiller/eclipse-kepler-x64/plugins/org.eclipse.jdt.debug_3.8.0.v201305
14-0841/bin'    



Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 4:11

Error installing Alpha release on Eclipse Helios

What steps will reproduce the problem?
1.Version: Helios Service Release 1
Build id: 20100917-0705
2. Goto Help-> Install New Software
3. Add the plugin URL

What is the expected output? What do you see instead?
Installation of plugin should be successful.
Cannot complete the install because one or more required items could not be 
found.
  Software being installed: Cupid EGit Capabilities 1.0.2 (edu.washington.cs.cupid.egit.feature.group 1.0.2)
  Missing requirement: Cupid 1.0.2 (edu.washington.cs.cupid 1.0.2) requires 'bundle org.eclipse.core.resources 3.7.101' but it could not be found
  Cannot satisfy dependency:
    From: Cupid EGit Capabilities 1.0.2 (edu.washington.cs.cupid.egit.feature.group 1.0.2)
    To: edu.washington.cs.cupid 1.0.0

What version of the product are you using? On what operating system?
Os: win 7, 32 bit, core 2 duo processor.

Please provide any additional information below.
Please let me know is there any issue at my end or at plugin's end.

Original issue reported on code.google.com by [email protected] on 26 Jul 2013 at 9:58

Error when invoking autocomplete in other Projects

What steps will reproduce the problem?
1. Fresh? install of Cupid on Kepler
2. Invoke autocomplete when working on a project

What is the expected output? What do you see instead?

The following error occurs when invoking autocomplete, breaking autocomplete.

What version of the product are you using? On what operating system?

eclipse.buildId=4.3.0.I20130605-2000
java.version=1.7.0_11
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.standard.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product 
org.eclipse.epp.package.standard.product

Please provide any additional information below.

An internal error occurred during: "Load Dynamic Capabilities".
java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match 
outer scope rule: P/Cupid
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:134)
at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:333)
at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85)
at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:286)
at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:118)
at 
org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:22
83)
at org.eclipse.core.internal.resources.Project.touch(Project.java:1403)
at 
org.eclipse.jdt.internal.core.SetContainerOperation.executeOperation(SetContaine
rOperation.java:115)
at 
org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:728
)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2345)
at 
org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation
.java:793)
at 
org.eclipse.jdt.internal.core.JavaModelManager$11.run(JavaModelManager.java:2797
)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2345)
at 
org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModel
Manager.java:2813)
at 
org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelMa
nager.java:1897)
at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:3221)
at 
org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2692
)
at 
org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2856
)
at 
org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:
1961)
at 
org.eclipse.jdt.internal.core.JavaModelManager.determineIfOnClasspath(JavaModelM
anager.java:1023)
at 
org.eclipse.jdt.internal.core.JavaModelManager.create(JavaModelManager.java:920)
at 
org.eclipse.jdt.internal.core.JavaModelManager.create(JavaModelManager.java:850)
at org.eclipse.jdt.core.JavaCore.create(JavaCore.java:3100)
at 
edu.washington.cs.cupid.scripting.internal.CompilationUnitLocator.visit(Compilat
ionUnitLocator.java:34)
at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:126)
at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:85)
at 
org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIter
ator.java:82)
at 
org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIter
ator.java:86)
at 
org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator
.java:127)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:95)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:52)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:124)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:108)
at 
edu.washington.cs.cupid.scripting.java.CupidScriptingPlugin$LoadCapabilitiesJob.
run(CupidScriptingPlugin.java:205)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)




Original issue reported on code.google.com by [email protected] on 30 Jul 2013 at 4:47

Add type hierarchy support to wizards

Allow users to easily explore the type hierarchy in the extract capability, 
script, and mapping wizards. In many cases, the user would like to select a 
super type of the type that they clicked on.

Original issue reported on code.google.com by [email protected] on 31 Jan 2013 at 8:49

Re-enable plugin type search scope and fix crashing bug

By default Eclipse only searches the workspace, but we'd like to search all 
active plugins. Eclipse's standard PDE plugin gets around this by creating a 
dummy project that references all the plugin packages. Using this system worked 
for me, but it also made things wildly unstable (I think because it forces some 
plugins to be loaded that normally wouldn't be)

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 5:36

Conditional formatting doesn't work in Package Explorer on Kepler 4.3

What steps will reproduce the problem?
1. Create a formatting rule items in the package explorer 

What is the expected output? What do you see instead?

The background color should change when the formatting rule applies; when I 
closed / opened the Package Explorer window, what appeared to be happening was 
that the background color was being changed, but was then being changed back to 
white (default).


Original issue reported on code.google.com by [email protected] on 30 Jul 2013 at 8:45

Aggregators: automatic creation or wizards

Some capabilities should be lifted to collections. Additionally, some types 
naturally contain other types (e.g., a package contains compilation units). Its 
not clear how much of this should be handled automatically by Cupid, or should 
just be supported via capabilities (possibly using a wizard).

Original issue reported on code.google.com by [email protected] on 9 Jan 2013 at 5:38

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.