Giter VIP home page Giter VIP logo

fifecommon's People

Contributors

bobbylight avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fifecommon's Issues

docked windows don't always reopen properly on subsequent startups

This is a little tricky to reproduce, but seen in RText.

  1. Have an app with at least 2 dockable windows that can be shown in the app's bottom section.
  2. Show one of the two dockable windows.
  3. Close and restart the application.
  4. Verify just the 1 dockable window is shown in bottom.
  5. Open the second bottom dockable window via the UI.
  6. Close and restart the application

Expected behavior: Just those two dockable windows are shown.
Actual behavior: The other dockable window sections, such as top and right, are displayed, even if they have no dockable windows in them. They'll show the default "Hello world" panel - whoops.

What's happening here is a bug from the recent refactoring of dockable windows to have a better programmatic API. Dockable window panels should not be made visible if they have no dockable windows in them.

Main JFrame doesn't honor setDefaultLookAndFeelDecorated(false)

In 4.0.0-SNAPSHOT, setDefaultLookAndFeelDecorated(false), which is set for Substance and Darcula OOTB, no longer work. This is due to those calls being moved into AbstractGUIApplication code, after the first JFrame is created. All app dialogs honor the property.

Issues with ./gradlew install

Two issues keep "./gradlew install" from working:

  1. No group is specified
  2. Signing should not be required (for folks without permission to publish artifacts)

Signing should still be required when publishing to Maven Central/Sonatype.

Minor visual tweaks to FilePasteThread.CannotCopyDialog

The default width should be wider. Tall, skinny dialogs always look funny.

Also, the JList of options should have a height of 4 rows since there are 4 options. It currently has a (default?) height of 8 which looks a little funny.

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.