phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Phoenix is a modern open-source Code Editor for the web, built for the browser.

Results 240 phoenix issues
Sort by recently updated
recently updated
newest added

`FindReplace.js` and `Search.js` files are removed from API docs as they are part of internal module.

In ProjectManager.js and ProjectModel.js, JSDoc comments were missing for some constants that needed to be included in the API documentation. These have now been added. In workingSetView.js, certain comments were...

Add missing jsdoc for some public APIs in file `StateManager.js`

In file `ScopeManager.js`, the parameter definition has been updated like this: * @param {from: {line:number, ch: number}, to: {line:number, ch: number}} * @param {{line:number, ch: number}} changeList {from: {line:number, ch:...

The files in the `features` directory looks good for the most part!

The following changes are made : Removed CommandHandler.md from the API docs – This file is removed from API docs, as this in an internal module. Marked deprecated methods as...

The following changes are made:- API Documentation Cleanup: Removed all internal details from the API docs. Now, only the exports.* content is included. DefaultMenus.js Exclusion: This file is internal, so...