# BookmarkView for Eclipse **Repository Path**: domky/BookmarkView ## Basic Information - **Project Name**: BookmarkView for Eclipse - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-27 - **Last Updated**: 2021-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Bookmark-plugin-for-eclipse =========================== ## Contributor: * daiyongjie dyj_tian@yeah.net A simple treeview version bookmark plugin for eclipse **use github to host my bookmark plugin for online eclipse marketplace** ## What It is a simple bookmark tools to manage your favorite edited files together. ## Why We know that during a job in a big project, you only need to modify a few related source files, so bookmark feature in eclipse can do your favor, but the original one is a tableview, that can not manage more and more bookmarks by folder, so for the folder, the plugin is created.... ## Demo ![alt text][demo] [demo]: https://raw.githubusercontent.com/hanks/Bookmark-plugin-for-eclipse/master/resources/demo.gif "demo" ## Install There are two ways to install this plugin.
  1. From local
    1. Download and *.jar file in release folder to your eclipse plugin folder, and restart eclipse.
    2. Then select from Window->Show View->Other... to search Bookmark View
  2. From update site
    1. Select Help->Install New Software...
    2. Input https://raw.githubusercontent.com/hanks/Bookmark-plugin-for-eclipse/master/release/update_site/ and press Add to install.
## Todo * short name label * drag and drop action * cloud store? This is too big * i18n * Open the bookmark located in the history position. * Open all the files under the folder. * 存入非folder/file信息,比如包,断点等 * 支持folder右键展开所有子folder * 删除toolbar中无用图标 * 增加排序功能,比如按照时间排序,按照字母序排序 * 每个书签后面添加区域数目,可以保存一个文件的多个区域 * 优化图标,保持和package explore一致 * 同一个folder不允许出现同名文件 * 增加注释功能,允许加入文字说明,鼠标悬停时显示注释 * 导入导出功能 * 搜索,过滤功能 ## Contribution **Waiting for your pull request** ## Lisence MIT Lisence