GithubHelp home page GithubHelp logo

sigmmma / binilla Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 3.0 795 KB

Visual editor for binary structures based on Supyr_Struct. A user can define their own Supyr definitions and use those to load/edit/create new binary structures in an easy to understand visual editor.

License: MIT License

Python 100.00%

binilla's People

Contributors

delan avatar gbmichelle avatar mosesofegypt avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

forksnd delan

binilla's Issues

Exception when trying to "save as" - Python 3.5

Can be recreated by opening any tag in binilla and trying to save as. This is probably specific to 3.5, as there is probably a Path object being passed to an os function without being converted to a string.

from binilla import run
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python35\lib\tkinter\__init__.py", line 1558, in __call__
    return self.func(*args)
  File "C:\Python35\lib\site-packages\binilla\app_window.py", line 1367, in save_as
    self.save_tag_as()
  File "C:\Python35\lib\site-packages\binilla\app_window.py", line 1474, in save_tag_as
    initialdir=os.path.dirname(tag.filepath), defaultextension=ext,
  File "C:\Python35\lib\ntpath.py", line 239, in dirname
    return split(p)[0]
  File "C:\Python35\lib\ntpath.py", line 204, in split
    d, p = splitdrive(p)
  File "C:\Python35\lib\ntpath.py", line 139, in splitdrive
    if len(p) >= 2:
TypeError: object of type 'WindowsPath' has no len()

Setup script should fetch dependencies

This project depends on supyr_struct and threadsafe_tkinter. The readme mentions supyr but not tkinter. We should cut down the amount of toil required installing this by making the setup script do it for us, or add a requirements.txt or something.

Right click binding for context menus

I want copy, paste, find actions for in the editor.
The second button on the mouse is utterly useless right now, and what better use than to make people's lives easier.

I want the ability to copy block contents, block entries, direct copies of fields without compromising their data. The block contents vs block thing could be handled like copy (block name), copy (entry name) for instance.

Symbolic links still do not work when using "Save as..."

When opening a tag and using the "Save as..." feature, saving it in the tags folder fails if using a symlink. Also, the Save as dialog starts at the absolute path rather than using the symbolic link.

The save fails whether I am navigating through to the actual symlink or the actual, absolute path of the file as, for whatever reason, it is using the absolute path of the file for determining where the tags are being saved to.

image

global GUI scale multiplier.

Should be really useful for projects that depend on this one.

I think this is an important step into supporting 4k screen resolutions with our programs in the long term.

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.