phoenix
phoenix copied to clipboard
Phoenix is a modern open-source Code Editor for the web, built for the browser.
## steps to reproduce * clone this repo https://github.com/brackets-cont/brackets-cont.github.io or [download it from here](https://github.com/brackets-cont/brackets-cont.github.io/archive/refs/heads/gh-pages.zip) * Open the above project (or a project with large number of files) in phoenix. *...
Currently, our user survey pops up after 30 seconds of app start. We put this on a bit aggressively early as for the first launch we were unsure of how...
**Is your feature request related to a problem? Please describe.** Please consider adding an auto-save feature. In low to medium spec machines, there is a probability of browser crashing (at...
## Extension API: WorkspaceManager.createBottomPanel("extension-panel", $panel, minSize); * How to create plugin panels * How to use plugin panels and its features, the API details * examples
## Extension API: WorkspaceManager.createPluginPanel("extension-panel", $panel, minSize, $icon); * How to create plugin panels * How to use plugin panels and its features, the API details * examples
`src/assets/new-project` folder contains unused files. Remove all files that are not part of any main HTML files. * font awesome CSS library has unused files. * other unused files
https://sonarcloud.io/project/issues?resolved=false&types=BUG&pullRequest=343&id=aicore_phoenix&open=AX-1VTCbi52N88Z1CksM
Extensions should only be loaded as and when required to improve load and memory performance. To enable this, add the following configurations to the extension package.json : ```json { "toolbarIcons":...
1. Phoneix does not open file by drag and drop to window pane  2. Drag and drop files and folder from explorer to phoenix not working
Marked by default doesn't support code formatting and coloring. use highlight.js for that