You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/com/github/zoliszabo/netbeans/quickinsert/Bundle.properties
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,8 @@
22
22
# THE SOFTWARE.
23
23
#
24
24
OpenIDE-Module-Display-Category=Editing
25
+
OpenIDE-Module-Long-Description=\
26
+
Quickly insert (using a menu item or shortcut key) various predefined values at the current caret position.\n\n\
27
+
Currently supports:\n - Inserting the current UNIX timestamp ("Source" menu -> "Insert Current (UNIX) Timestamp").
25
28
OpenIDE-Module-Name=NetBeans Quick Insert
26
-
OpenIDE-Module-Short-Description=NetBeans plugin to quickly insert predefined strings / values (e.g. the current UNIX timestamp) to the current caret location.
29
+
OpenIDE-Module-Short-Description=NetBeans plugin to quickly insert predefined strings/values (e.g. the current UNIX timestamp) at the current caret position.
0 commit comments