abbie

Results 38 issues of abbie

The selection event would be a way to cause a widget to be selected without a mouse. The event would be fired when the widget was; clicked, tabbed to or...

In Swing, you can both assign a handler for; - [ ] Dragging from a component - [ ] Dropping on a component Handlers like these would be helpful for...

A built-in dockable framework (like [DockingFrames](http://www.docking-frames.org/screenshots.html) for Swing) would be helpful for users to get a program looking how they prefer. - [ ] Draggable mini-windows, that can be placed...

I wanted to achieve a similar effect to an IDE's navigation via code bits (hold `ctrl` and click on a function to go to the definition). This lead me to...

enhancement

```python from PyInstaller.utils.hooks import collect_data_files hiddenimports = ["pyfiglet.fonts"] datas = collect_data_files ("pyfiglet") ````

As well as resource packs, it'd be nice to have support for putting together and editing data packs ## Resources - https://minecraft.fandom.com/wiki/Tutorials/Creating_a_data_pack

feature

Development of Quiver is now mainly done on a Debian-based Linux distro. This means I can no longer personally find any issues that occur on Windows. Anytime an issue is...

bug
enhancement

For those who don't have a Java 8 runtime enviroment and for those that don't care about having access to the library JARs, it would be useful to have system-specific...

feature

Separate from #22, on images, there should be a viewer making use of [`bloxel`](https://github.com/Pebaz/bloxel) To-do: - [x] Fork `bloxel` - [ ] Rewrite the CLI using `argparse` - [ ]...

feature