Downloads: 3887
Rating:
Participated in rating: 1
General usage instructions:
This is a very simple plugin to insert unique keys at the caret position.
Keys could be used in sql scripts or to auto-generate message keys for i18n.
Actually this plugin is a smaller part of another project on logging.
All the keys generated are uppercase hex chars of different precision.
Ctrl-Alt-U, Ctrl-Alt-K would insert a unique key at the caret location.
This keys is based on time alone. It generates around 30 ids per second.
This key is 9 char in length.
Sample generated keys
874D4BF59, 874D4BF8A, 874D4BFB3, 874D4BFDA, 874D4BFFF
Ctrl-Alt-U, Ctrl-Alt-U would insert a globally unique key at the caret location.
This keys is a GUID (or UUID). It uses the hibernate\'s algo of calculating the same.
The key is 32 char in length.
Sample generated keys
2C96B8FC0E9A98F8010E9A98F8CF0000
2C96B8FC0E9A98F8010E9A98FF620001
2C96B8FC0E9A98F8010E9A99044F0002
For development read the README.txt in the src zip.
Comments:
Better if place how to use this plugin to description which in IDEA Plugin Manager,
because need to google to find...