Kapil Ratnani

Results 20 comments of Kapil Ratnani

I would like this feature too. If someone can offer some help here, that would be great.

Thanks @SinghRajenM . I have sent you an invite. Please accept.

It seems this can be solved by adding an extra newline character to the formatted string. But, don't know if that could break something else. Any suggestions on this ?...

Good feature! will work on it

@SinghRajenM Can you help with this feature? There is a branch node_click_action which has WIP. I am stuck at creating rapidjson DOM object using a SAX stream.

When one clicks on the node and clicks Copy the object under should get copied to clipboard as JSON text. For Ex: When copy is selected on the right click...

I had written the logic which was as follows: 1. Create a DOM object using the rapidjson SAX stream 2. on each node in the tree view store path string...

Thanks for reporting. Check release 1.32 in releases section.

This is related to a precision issue while converting string to double in the JSON parsing library. Other way is to parse the number to string. But, then it starts...