-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bookmark-group): 支持分组拖拽,以及分组级别拖拽排序
- Loading branch information
Showing
16 changed files
with
158 additions
and
78 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Bookmark Manager (BM) | ||
|
||
利用VSCODE的扩展功能开发管理用户的书签, 支持用户可视化便捷的进行书签管理。 | ||
|
||
### 进行中 | ||
|
||
- [ ] 支持自定义分组 | ||
- [x] 支持自定义分组 | ||
- [x] 删除分组 | ||
- [x] 新建分组,编辑分组 | ||
- [x] 清除分组的内的书签 | ||
- [x] 支持自定义分组拖拽 | ||
- [x] 分组拖拽排序 | ||
- [x] 分组内书签拖拽调整书签分组 | ||
|
||
### 已完成 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Bookmark Manager (BM) | ||
|
||
Use the extended function of VSCODE to develop and manage users' bookmarks, allowing users to visually and conveniently manage bookmarks. | ||
|
||
### Working | ||
|
||
- [x] Support custom grouping | ||
- [x] Support custom grouping | ||
- [x] Delete group | ||
- [x] Create new group, edit group | ||
- [x] Clear bookmarks within a group | ||
- [x] Support custom group drag and drop | ||
- [x] Group drag and drop sorting | ||
- [x] Drag and drop bookmarks within a group to adjust bookmark groups | ||
|
||
### Done |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
{ | ||
"Type a label for your bookmarks": "为你的书签输入标签信息", | ||
"Type a name for your bookmarks color": "为你的书签输入颜色名称", | ||
"Bookmark Label (Press `Enter` to confirm or press `Escape` to cancel)": "书签标签(按 \"Enter\"确认或按 \"Escape\" 取消)", | ||
"Bookmark Color Name (Press `Enter` to confirm or press `Escape` to cancel)": "书签颜色名称(按 \"Enter\"确认或按 \"Escape\" 取消)", | ||
"Please select the bookmark before proceeding.": "请选择书签后再继续。", | ||
"Please select bookmark color": "请选择书签颜色", | ||
"Type more info for your bookmarks": "输入更多的书签信息", | ||
"This feature has not been developed yet, thanks!": "这个功能暂时还没有开发,谢谢", | ||
"Select bookmark color. Press 'Enter' to confirm, 'Escape' to cancel": "选择书签颜色。按 \"Enter\"确认,按 \"Escape\" 取消", | ||
"Select a bookmark to jump to the corresponding location.": "选择书签可跳转到相应位置", | ||
"Please select the bookmark you want to open": "请选择要打开的书签", | ||
"Jump to bookmark position": "跳转到书签位置", | ||
"'showGutterIcon', 'showGutterInOverviewRuler', 'showTextDecoration' not available at the same time this is only 'false'": "'showGutterIcon', 'showGutterInOverviewRuler', 'showTextDecoration' 三个配置选项不可同时设置为 'false'", | ||
"`bookmark-manager.json` will be tracked by the version tool. Please try to avoid submitting this file to the source code repository. You can manually add it to `.gitignore` or automatically complete this step by turning on the `alwaysIgnore` option .": "`bookmark-manager.json`将会被版本工具跟踪.请尽量避免将此文件提交到源代码仓库中.您可以手动添加到`.gitignore`或者通过开启`alwaysIgnore`选项自动完成此步骤." | ||
"Select bookmark color. Press 'Enter' to confirm, 'Escape' to cancel": "Select bookmark color. Press 'Enter' to confirm, 'Escape' to cancel", | ||
"Please select bookmark color": "Please select bookmark color", | ||
"Select a bookmark to jump to the corresponding location.": "Select a bookmark to jump to the corresponding location.", | ||
"Please select the bookmark you want to open": "Please select the bookmark you want to open", | ||
"Group name already exists": "Group name already exists", | ||
"Default Group": "Default Group", | ||
"'showGutterIcon', 'showGutterInOverviewRuler', 'showTextDecoration' not available at the same time this is only 'false'": "'showGutterIcon', 'showGutterInOverviewRuler', 'showTextDecoration' not available at the same time this is only 'false'", | ||
"Jump to bookmark position": "Jump to bookmark position", | ||
"`bookmark-manager.json` will be tracked by the version tool. Please try to avoid submitting this file to the source code repository. You can manually add it to `.gitignore` or automatically complete this step by turning on the `alwaysIgnore` option .": "`bookmark-manager.json` will be tracked by the version tool. Please try to avoid submitting this file to the source code repository. You can manually add it to `.gitignore` or automatically complete this step by turning on the `alwaysIgnore` option .", | ||
"Type a label for your bookmarks": "Type a label for your bookmarks", | ||
"Bookmark Label (Press `Enter` to confirm or press `Escape` to cancel)": "Bookmark Label (Press `Enter` to confirm or press `Escape` to cancel)", | ||
"Can't delete default group": "Can't delete default group", | ||
"Can not change default group label": "Can not change default group label", | ||
"Change group label": "Change group label", | ||
"Please input new group name": "Please input new group name", | ||
"Type a name for your bookmarks color": "Type a name for your bookmarks color", | ||
"Bookmark Color Name (Press `Enter` to confirm or press `Escape` to cancel)": "Bookmark Color Name (Press `Enter` to confirm or press `Escape` to cancel)", | ||
"Please select the bookmark before proceeding.": "Please select the bookmark before proceeding.", | ||
"Type more info for your bookmarks": "Type more info for your bookmarks", | ||
"This feature has not been developed yet, thanks!": "This feature has not been developed yet, thanks!" | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +0,0 @@ | ||
export const CMD_TOGGLE_BOOKMARK_WITH_LABEL = 'toggleLineBookmarkWithLabel'; | ||
export const CMD_TOGGLE_LINE_BOOKMARK = 'toggleLineBookmark'; | ||
export const CMD_CLEAR_ALL = 'clearAllBookmarks'; | ||
export const CMD_DELETE_BOOKMARK = 'deleteBookmark'; | ||
export const CMD_EDIT_LABEL = 'editLabel'; | ||
export const CMD_GO_TO_SOURCE_LOCATION = 'gotoSourceLocation'; | ||
export const CMD_TOGGLE_BOOKMARK_WITH_SECTIONS = 'toggleBookmarkWithSelection'; | ||
export const CMD_BOOKMARK_ADD_MORE_MEMO = 'editDescription'; | ||
|
||
export const CMD_JUMP_TO_BOOKMARK = 'quickJumpTo'; | ||
|
||
export const CMD_CHANGE_BOOKMARK_COLOR = 'changeBookmarkColor'; | ||
|
||
export const CMD_CHANGE_BOOKMARK_COLOR_NAME = 'changeBookmarkColorName'; | ||
|
||
export const CMD_OPEN_IN_EDITOR = 'openInEditor'; | ||
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from './command'; | ||
export * from './configuration'; | ||
export * from './extension'; | ||
export * from './env'; | ||
export * from './bookmark'; |
This file contains 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
This file contains 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
This file contains 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
This file contains 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