Ahmed-Ali / RealmObjectEditor

Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can save your schema document for later use and you can export your entities in Swift, Objective-C and Java.
MIT License
424 stars 47 forks source link

Java export modal input for package name #19

Closed afnanahmad closed 8 years ago

afnanahmad commented 8 years ago

Implemented the feature to input package name while exporting for Java. Its been a pain to add package line once I regenerate files so I took a few minutes to write it.

Although you might not agree style of my implementation but please consider this feature for future release

Thanks

Ahmed-Ali commented 8 years ago

Thanks @afnan-ahmad for your contribution. The PR has been merged to develop and going to master.