-
Notifications
You must be signed in to change notification settings - Fork 105
package.json editor #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Hey @arieljake, is there a reason why this was closed? do you want me to wait for something before merging it? |
|
BTW, thanks for the patch :-D |
|
no reason other than that I wanted to stop new commits from being added. This is my first pull request so im trying to figure out how to limit the commits i put into it. |
… added show-line-numbers and indent-unit preferences dialog auto saves :input fields as cookies by the field 'name' preferences dialog, on saving line numbers pref, updates code editors: ui -> editor pool -> editors preferences dialog shows/hides but does not rebuild each time anymore NOTE: all editor types return "this" from constructor not just DIV element anymore, and to preserve backwards-compatibility, sets the root DIV as 'this.element'
|
to help with handling pull requests, should we prioritize creating some tests? |
|
also, if you do accept the additions, can you review my CSS styling and adjust as necessary to keep Nide beautiful! :) |
also, debug engines cheat
gear menu and code runner using new base classes beginning of code autocompletion
Hi, I would like to offer a contribution to Nide: an editor for package.json files.
It was built in the nature of the other editors in the app.
I do have a lingering question about sync'ing files between editors.