Changeset 561
- Timestamp:
- 01/24/10 20:04:29 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/sce/codehelper/CodeHelperPane.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sce/codehelper/CodeHelperPane.java
r543 r561 424 424 String commandName = document.getRow(row).substring(commandStart, column); 425 425 426 for (CHCommand command : tabCompletion.getCommands( "")) {426 for (CHCommand command : tabCompletion.getCommands(commandName)) { 427 427 if(commandName.equals(command.getName())) { 428 428 document.remove(row, commandStart, row, column);
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)