eclipse-plugin
Here are 337 public repositories matching this topic...
The MOE_HOME env var is no longer used by MOE, the messages that still mention it should be cleaned up.
As discussed in the last Call, this issue should be used to discuss the possibility of using the Reporter to extract documentation for the bnd.bndtools.org page automatically.
We should try to experiment with it and find out, what would be necessary to incorporate this in the bnd build.
@stbischof As you have invested quite a bit of work in the reporter, what do you think would be necessary
How do we extract command line arguments passed in Eclipse in our Protractor config file.
From the CLI, i pass arguments like --params.login_user=user. I am unable to use them in the protractor config file with variable process.env.login_user
Using tern.java 1.2.0 from http://oss.opensagres.fr/tern.repository/1.2.0/.
Per my understanding of https://github.com/angelozerr/tern.java/wiki/Tern-Advanced-Completion#expand-function the expand function preference gives multiple
Java Operator Overloading
-
Updated
Nov 18, 2019 - Java
I added a few basic lessons in #177, but there's lots more material on Rougier's site. The [regular plots] section looks like a good one to do next; it even has before and after code. There are also some more sources listed in issue #177. Anyone who wants to contribute lessons can find more instructions in the [lessons folder].
It might make sense to add navigation through the lessons to the br
UML and ER-diagram editor for Eclipse
-
Updated
Jul 26, 2017 - Java
Given
javax.swing.JList aList;
...
aList.getSelectedValues();
When
refactorings applied...
Then
javax.swing.JList aList;
...
aList.getSelectedValuesList();
This refactoring is similar to VectorOldToNewAPIRefactoring.
Eclipse plugin for automatic time tracking and metrics generated from your programming activity.
-
Updated
Jul 6, 2019 - Java
Check whether this is possible and what options does it gives us (tabs? action buttons?).
- custom properties view (maybe what we want?)
- tabs
- action buttons
- [refresh proper
Eclipse plugin that enables you to get answers from Stack Overflow directly to your IDE
-
Updated
May 25, 2018 - Java
I have an eclipse installation with m2e but no eclipse-cs (I think).
We enabled checkstyle rules for our build and things seemed to work well.
Then I started seeing this weird error on my pom.xml:
It took me quite a while to realize that its saying there was a checkstyle violatio
copied from: https://sourceforge.net/p/pluginbox/feature-requests/13/
Created: 2012-11-15 Creator: Pascal Rapicault (https://sourceforge.net/u/prapicault/profile/)
When debugging code that manipulates files, it is often necessary to navigate to the mentioned file or folder. It would be great if easyshell could be enabled in the variable view for variables that are type File and maybe URL or U
The issue is with
newqa
when a default app has not yet been deployed ot this project.
Apparently, the first service you upload to a new application must be the 'default' service. Not sure why that's true and there's not a lot we can do about it. However,
-
We should notice if that's what we're about to do and warn the user.
-
The error dialog formatting here i
Estimated hours are never set in redmine. Neither when creating a new task nor updating an existing one. I don't know if the problem is on redmine mylyn connector or on eclipse redmine mylyn plugin side.
Log on server side (REDMINE_INSTALL_DIR/log/production.log) does not show a value by estimated_hours:
Processing by IssuesController#update as XML
Parameters: {"issue"=>{"subject"=>"foo", "descrip
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
-
Updated
Feb 12, 2020 - Java
When projects are very large, you might not want to enable automatic building or perform a full build on your project just to CheckStyle a single file you're working on.
With this preference enabled, saving the active document triggers a CheckStyle on it regardless of build settings. The result is you can rapidly re-check and fix CheckStyle issues rather than use the menu commands over and ove
infix/sufix search
Adding shortcuts for following search strategies would be nice:
infix search - prioritize matches that contain the search term inside the name. See screenshot, The ALocal.java should be on top with an infix search.
suffix search - prioritize matches that contain the
This will require to
- proxy requests and write the info that's relevant to the user to a custom console?
- Write a notification and command handler
- ...?
The relevant documentation for this is here: https://github.com/flutter/flutter/blob/master/packages/flutter_tools/doc/daemon.md#flutter-run---machine
A practical tool for bytecode manipulation and creating Managed Code Rootkits (MCRs) in the Java Runtime Environment
-
Updated
Jan 19, 2020 - Java
Weirdly, if we run clang-format on save, it formats correctly using our .clang-format file.
However, if we format by ctrl-shift-f, it formats using the default formatting (google?).
With the Java Debug option 'Suspend VM' enabled, all threads are suspended when a brakpoint is hit. To resume the process, all threads need to be resumed individually.
A 'Resume All' command could help here in that it resumes all threads of the currently selected pr
Consider the build.sbt from scalajs-react-template. For the most part, it's just dependencies, and translating them to Maven using scalor-maven-plugin is straightforward.
There are basically at least three other concerns:
- Settings such as
packageJSDependencies.jsDependencies, etc. - Scoping those `Setting
Improve this page
Add a description, image, and links to the eclipse-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eclipse-plugin topic, visit your repo's landing page and select "manage topics."





Consider the following:
When invoking content assist (Ctrl+Space) at
|, the methods and properties of groovy.lang.Closure are very low in the list of proposals. This is due to very-well-known type adjustments made withinorg.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().