magiblot / turbo

An experimental text editor based on Scintilla and Turbo Vision.
Other
442 stars 35 forks source link

List of recently opened files #29

Closed amay5267 closed 2 years ago

amay5267 commented 2 years ago

hi magiblot

i am going to implement this new feature called List of recently opened files in Turbo. it it ok to save/open recently opened files metadata as/from JSON file ? is it ok using parser - dropbox/json11 ? if yes, i am going to write own recently opened files metadata cpp json writer.

magiblot commented 2 years ago

Okay! Go ahead!

amay5267 commented 2 years ago

Do you prefer json11 or rapidjson?

magiblot commented 2 years ago

RapidJSON is apparently better.

amay5267 commented 2 years ago

let me try nlohmann - json

magiblot commented 2 years ago

Yes, of course.