Changes between Initial Version and Version 4 of Ticket #2756
- Timestamp:
- May 1, 2008, 2:31:08 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2756
- Property Owner set to joern
-
Property
Component
changed from
core
toplugin
-
Ticket #2756 – Description
initial v4 4 4 5 5 Code: 6 {{{ 6 7 // matches also semicolon 7 8 case options.multiple && $.trim(options.multipleSeparator) == "," && … … 14 15 case KEY.RETURN: 15 16 if( selectCurrent() ){ 17 }}}