Giter VIP home page Giter VIP logo

laz-json-viewer's People

Contributors

fechi92 avatar gcarreno 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

Watchers

 avatar  avatar  avatar  avatar

laz-json-viewer's Issues

Solve the issue of IntToBin() only returning 32 bit representaton of an Int64

I'm using:

function IntToBin(
  Value: LongInt;
  Digits: Integer;
  Spaces: Integer
):string;

The function IntToBin() has an overload that takes an Int64:

function intToBin(
  Value: Int64;
  Digits: Integer
):string;

And I think I see my issue. I love me some rubber ducking, LOL!!

This means I need to see if I can have the spaces every 8 bits on the overload or I need to process that after calling it.

Display path of current node

  • Add path to record
  • Include path in recursive call to build VST
  • Correctly fill the NodePath with the appropriate value for it's type
  • Display path on a label somewhere

memory overflow

There are still more memory leak issues present. Switching from test1.json to test2.json increases memory usage by 0.1MB.

Better message when app encounters a non JSON file

At the moment when ever the parser throws an exception a, not so useful, message is shown.

  • Add more information from the exception message itself.
  • Investigate how to deal with the lack of text when it encounters a BOM
  • Investigate how to use LConvEncoding unit

Add keys to exit

  • Add ActionList
  • Add action actFileExit with the usual Linux and Windows exit shortcuts
  • Add form key up to detect ESC and exit

Hide path when in JSON tab

When the tab JSON is active there is no need to have the Status bar text for the Path.
Need to show it again when the Tree tab is selected

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.