Code Monkey home page Code Monkey logo

eclipse-extras's People

Contributors

jlleitschuh avatar ottlinger avatar rherrmann avatar riggs333 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eclipse-extras's Issues

[Launch Dialog]: Different key short cuts for launch mode selection

I just wondered, as 'F11' is the launch-latest short-cut for the debug mode and 'CTRL+F11' is the launch latest short-cut for the run mode in Eclipse whether it would stand to reason to use a similar combination that allows preselection of the launch mode when opening the launch dialog. This means 'ALT+F11' would open the dialog with debug mode selection and 'CTRL+ALT+F11' would preselect the run mode. Just a spontaneous idea...

Alt+F11 to open quick launch dialog

The 'quick launch dialog' should list all available launch configurations and allow to Run/Debug/Profile the selected item.

  • list recently used launch configurations first, like the 'Open Type' dialog does
  • provide an 'Edit' button to open the launch configuration dialog for the current selection
  • check supported launch-modes of selected launch-configuration against default launch-mode and override default launch-mode accordingly

Show JUnit progress/result in the status bar

  • Ensure that multiple (parallel) test runs can be handled
  • Provide a preference page to enable/disable the JUnit status bar contribution
  • Update README.md
  • Format numbers with thousands-separator

[New feature] Generate serialVersionUID as a "save action"

Hi there,

I'm thinking of the following use case: I have a class which implements Serializable and therefore needs a serialVersionUID. Eclipse offers to generate one, everything's fine.

Now, in theory, this field should be updated whenever the class is changed. But this is a manual process and therefore, one tends to forget this step.

Wouldn't it be great if our IDE handles this? For example, everytime I save a class, the IDE generates a new serialVersionUID, for example based on the current timestamp so it is readable. Maybe this could be implemented as a new save action?

Unable to install from marketplace

Probably I'm too stupid, but I have not been able to install eclipse-extras from eclipse marketplace. I've tried on two different machines from different networks but the installation process stops on this dialog page:

image

Note that there is no error log entry. You can hit the confirm button as often as you wish, the Finish button will not be enabled. Any ideas?

[Launch Dialog] Add an option to terminate launch before (re-) starting it

The launch dialog should have an option that, when enabled, causes a possibly running launch to be terminated before starting the selected one so that at most one process of a certain launch configuration is running at a time.

Take care to not interfere with launch configuration types that have a 'terminate before launch' option built-in (e.g. RAP/RWT launch configurations)

[Launch Dialog] Allow to terminate all running instances

The Start Launch Configuration Dialog should offer a means to terminate all currently running instances of the selected launch configuration(s).

Possible approaches

  • a context menu that terminates all currently running instances of the selected launch configurations
  • a key binding, e.g. Shift+Return that first terminates currently running applications and then (re-) launches the selected launch configurations

Cannot install eclipse extras with the update site

Hey,

I really like you extras :) I was trying to update my Eclipse Oomph script (I was missing the new working set feature) but I'm somehow unable to install your bundles. Just to make sure that the guy in front of the keyboard isn't causing the issue with the oomph script I tried a regular install "Help -> Install New Software...", but the same issue ...

I made some screenshots using Eclipse Neon:

eclipse_extra_install_01
eclipse_extra_install_02

Thanks for your plugins :)

Konstantin

Provide a simple image viewer

One of the bigest annoyances when it comes to viewing images in Eclipse is that images within jar or war or archive files cannot be viewed.

Therefore, provide a simple editor, that is associated to commonly used image file extensions (e.g. gif, tiff, jpeg, bmp, and the like) and allows to show the image.

[JUnit StatusBar] 'Activate on Failure/Error only'

Either set this option automatically when the JUnit StatusBar is shown or allow to easily control this option, e.g. though a context menu on the status bar.

See

InstanceScope.INSTANCE.getNode(JUnitCorePlugin.CORE_PLUGIN_ID).putBoolean(JUnitPreferencesConstants.SHOW_ON_ERROR_ONLY, checked);

[JUnit StatusBar] Shows wrong progress information when the same test is executed multiple times

Even though this is a weird test suite setup, I've seen this in the wild:

@RunWith(Suite.class)
@SuiteClasses({ SubTestSuite.class, FooTest.class })
public class MasterTestSuite {
}
@RunWith(Suite.class)
@SuiteClasses({ FooTest.class })
public class SubTestSuite {

}
public class FooTest {
    @Test
    public void testSomething() {
        fail("Not yet implemented");
    }
}

Running the MasterTestSuite will execute testSomething twice. The JUnit progress meter, however, will show 1 / 2, indicating the one of two tests have been executed.

[JUnit StausBar] Progress bar stays blank after being dragged to a new location

Start a (longer running) test suite and drag the JUnit progress bar to another location within the status bar. After dropping it, the progress bar is blank is isn't redrawn any more.

If a new test (suite) is launched the progress bar works as expected.

The reason herefore is that a new contribution item is created at the new location and an already running test suite is not picked up by the progress bar.

Move CI build to Travis

To align with other codeaffine projects, the build should be migrated from Codeship to Travis.

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.