Add: CodeEditor & FileManager docs#3
Closed
TuGuobin wants to merge 11 commits intogoplus:mainfrom
TuGuobin:main
Closed
Add: CodeEditor & FileManager docs#3TuGuobin wants to merge 11 commits intogoplus:mainfrom TuGuobin:main
TuGuobin wants to merge 11 commits intogoplus:mainfrom
TuGuobin:main
Conversation
Member
|
@TuGitee please rebase your commit to remove the unnecessary commit |
feat:Create Upload and Save.md
luoliwoshang
pushed a commit
to luoliwoshang/builder
that referenced
this pull request
Jan 19, 2024
refactor: reconstruction code and refactor JS interaction functions
AKother
pushed a commit
to Mrkuib/builder
that referenced
this pull request
Feb 6, 2024
create dockerfile
qing-wq
pushed a commit
to qing-wq/builder
that referenced
this pull request
Mar 5, 2024
chore: simplify local states
nighca
pushed a commit
that referenced
this pull request
Sep 11, 2024
* refactor: refactor attention hint decoration implement * feat: using token.pkg_path, token.pkg_name to check rename is available * feat: pull latest branch * refactor: refactor hover document match definition logic and definition ca be renamed logic * refactor: merge from latest branch * fix: fix names. (#1) * Hover fix (#2) * fix: fix names. * fix * refactor: add `getAllTokens` to export all tokens, refactor `getNormalDoc` function signature * fix: Hover fix (#3) * fix: fix names. * fix * fix: rename position. --------- Co-authored-by: Callum Chan ( Taota ) <64086092+callme-taota@users.noreply.github.com>
Dshuishui
pushed a commit
to Dshuishui/builder
that referenced
this pull request
Aug 19, 2025
feat: add share docs in develop for Architecture not fixed yet,just for General framework
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CodeEditor Documentation
This documentation provides a detailed comparative analysis of three mainstream code editors: CodeMirror, Monaco Editor, and Ace Editor. After careful consideration, the final choice is Monaco Editor due to its rich feature set, excellent performance, and seamless integration with Visual Studio Code. The provided Vue 3 demo illustrates a simple implementation of Monaco Editor, showcasing its capabilities.
FileManager Documentation
The FileManager documentation compares the File System API and a JavaScript Tree approach for managing files. After evaluating the pros and cons, the JavaScript Tree method is recommended for its flexibility and compatibility across different environments. The documentation includes a sample directory structure and a demo showcasing the organization of files for a hypothetical project.