Changeset 561

Show
Ignore:
Timestamp:
01/24/10 20:04:29 (3 years ago)
Author:
stefan
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/sce/codehelper/CodeHelperPane.java

    r543 r561  
    424424      String commandName = document.getRow(row).substring(commandStart, column); 
    425425 
    426       for (CHCommand command : tabCompletion.getCommands("")) { 
     426      for (CHCommand command : tabCompletion.getCommands(commandName)) { 
    427427        if(commandName.equals(command.getName())) { 
    428428          document.remove(row, commandStart, row, column);