What is snippet repository?
You have written a lot of code, and only 1% code can be used again by Ctrl+C and Ctrl+V. You search them in the directory and get the file and find them, then copy the code and put them in the editor. It is very low efficient and all these code can not be shared with others.
Snippet repository collects all excellent snippets, and developers can visit repository to find gems. They can add comments, modify code and make the snippet excellent.
Change list:
- 1. eSnippet was hosted in Google Code and adopt GPL license, and the home site is http://code.google.com/p/esnippet
-
2. eSnippet Pro plugin for IntelliJ IDEA has been released. Please visit
http://code.google.com/p/esnippet
to download it. Screen shot as following:
- 3. SyntaxHighlighter updated to 2.0.320 and with some bugs fixed for ExtJS.
- 4. Project list added for alias.
- 5. Snippet location: please input id to get snippet.
- 6. Bash script to generate snippet: gsnippet.sh 138 > demo.rb
Code:
public class SnippetRepository {
public static void main(String[] args) {
System.out.println("Welcome to snippet repository!");
}
}
Notes here