Giter Club home page Giter Club logo

json-pad's Introduction

Hi there ๐Ÿ‘‹

json-pad's People

Watchers

 avatar

json-pad's Issues

Need to browse to file or use file URL


What version of the product are you using? On what operating system?
Air version of JSONpad 1.3.5 on Windows 7

Please provide any additional information below.

I'd like to be able to open a .json file directly from inside JSONpad.  I do 
have .json files associated to JSONpad, and they open correctly when I 
double-click on the file inside Windows Explorer.  But I'd like to have a menu 
pick in JSONpad, (presumably under File) that allows me to browse to the .json 
file I want to edit.  Another possibility is to allow a file URL to specify the 
file (e.g., 
file:///c:/pkg/cygwin/home/jstroomer/experiments/object_store_mockup/xxx.json).

By the way, JSONpad is the best JSON editor I've seen.

Original issue reported on code.google.com by [email protected] on 2 Nov 2010 at 7:33

'Validate JSON string' is not working

What steps will reproduce the problem?
1.Paste some invalid JSON string, (having a ',' or a '}' missing)
2.Click on 'Validate JSON string'

What is the expected output? What do you see instead?
Error should be indicated in the space between the JSON string and the Tree 
View.
A exception is displayed in another window - by Adobe Air.

What version of the product are you using? On what operating system?
This works fine in JSONPad v1.3.2, but not for v1.3.5

Please provide any additional information below.
Tried using JSONPad with Adobe Air v2.0.4 and v2.5, same problem is present in 
both cases.

Original issue reported on code.google.com by [email protected] on 30 Nov 2010 at 3:42

Add array view

Hi,

It would be nice if, when visualizing a "terminal" JSON array (e.g. a list of 
numbers or strings), that highlighting the array name on the left allow 
immediate visualization/manipulation of the array elements on the right.

Is this possible?

Thanks,
David

Original issue reported on code.google.com by [email protected] on 15 May 2013 at 9:48

'\' character is not well escaped

What steps will reproduce the problem?
1. enter a value with a '\' character
2. build JSON string from the tree
3. re-building the tree form the JSON string doesn't work because '\' is not 
well escaped int he corresponding value

What is the expected output? What do you see instead?
The 3 described steps should work.

What version of the product are you using? On what operating system?
JSONpad Version Number: 1.3.5
ExtJS Version Number: 3.0.1
Adobe AIR: 2.5
Windows 7


Original issue reported on code.google.com by [email protected] on 30 Nov 2010 at 4:21

HIghlighting JsonPad Crash

if you edit the json in textfield without highlighting and than press tab
the highlighting area appears under the textarea.

if you try then to press the highlight button in order to hope that the 
hightlight area dissappears jsonpad crashes.

Original issue reported on code.google.com by [email protected] on 14 Jun 2010 at 9:35

Quit mit cmd+q in mac OS

You cannot quit the Json-Pad with cmd+q in mac OS

Maybe this may help you solving the problem:
http://stackoverflow.com/questions/1338152/detecting-different-quit-options-in-a
ir-application-on-mac


Original issue reported on code.google.com by [email protected] on 6 May 2010 at 8:48

Unable to collapse JSON tree

What steps will reproduce the problem?
1. Populate the tree view with data
2. Click the collapse icon for an object

What is the expected output? What do you see instead?
All keys, objects and arrays should be hidden for the clicked object. At the 
moment, the icon for the object changes, but everything underneath it is still 
visible.

What version of the product are you using? On what operating system?
JSONpad Version Number: 1.3.5
ExtJS Version Number: 3.0.1

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Jan 2011 at 3:49

Hotkey produces invalid character which is invisible.

What steps will reproduce the problem?
1. Click Examples -> Example 1
2. Click Load JSON to tree
3. Click on the key Key
4. Click on the field value change it to value1
5. Press ctrl + s
6. Save the change using disk icon
7. Click Load data from tree as JSON
8. Click Validate JSON string

What is the expected output?
I would expect ctrl + s (Windows) to save the changes to the file e.g. Any info 
in the current key we are editing would be saved as if I had clicked the save 

What do you see instead?
The key combination is observed as a special character which is not legal to 
the JSON parser and not viewable in the JSON text editor. This character is 
viewable by other text editors (๏ฟฝ) and can be removed but it is quite annoying 
to figure out whats going wrong and fix it.

What version of the product are you using? On what operating system?
JSONpad Version Number: 1.3.5
ExtJS Version Number: 3.0.1

Please provide any additional information below.
AIR Version Number: 2.5.1.17730
Windows 7 x64 Professional

Even though when defining the bug I used the included Example this problem is 
not associated with it and it was just used for simplicity.  

Original issue reported on code.google.com by [email protected] on 3 Dec 2010 at 6:19

Attachments:

Need a splitter so I can make the code window taller

What steps will reproduce the problem?
1.Open JSONpad
2.Look for and fail to find a splitter
3.

What is the expected output? What do you see instead?
I want to have a splitter between the north panel and the two south panels so 
that I can make the code window bigger


What version of the product are you using? On what operating system?
v1.3.2  win XP sp3, Adobe Air 2.0.2.12610


Please provide any additional information below.
Nice app. Nice example of Ext as well.
May I also suggest adding the version number of Adobe Air in your about box - 
it's quite hard to find for bug/issue reporting. I ended up having to use this: 
http://knomedia.com/blog/2009/12/10/adobe-air-version-checker/

Original issue reported on code.google.com by [email protected] on 20 Jul 2010 at 5:29

Empty array becomes undefined when translating string into tree and back again

What steps will reproduce the problem?
1. Start with { "array": [] } as JSON string in text window.
2. Push string-to-tree button
3. Click on + in tree view for array.
4. Push tree-to-string button.

What is the expected output? What do you see instead?
I expected to get { "array": [] } back.  Instead I get { "array": undefined }

What version of the product are you using? On what operating system?
Air version, 1.3.5 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Nov 2010 at 10:17

Totally now works in russian Windows7

What steps will reproduce the problem?
1.Create empty text file using windows shell
2.names it as book.json
3.Open with json-pad
4.Try to add key value pairs using menu (below text editor)
5.Try to save
6. File is empty with zero size

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
v1.3.5, russian windows 7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 May 2014 at 8:06

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.