Skip to content

Commit

Permalink
some changes in auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Nalam V S S Krishna Chaitanya committed Apr 25, 2015
1 parent 913e85a commit ba97a36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Binary file modified bin/frontEnd/FileTab.class
Binary file not shown.
11 changes: 5 additions & 6 deletions src/frontEnd/FileTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,11 @@ public void actionPerformed(ActionEvent e) {
panelTab.add(close, gbc);
}

/********************************************************************************************************/
/********************************************************************************************************/
//All keybinding functions are to be added from here
//Function to add KeyBindings

/**
* All keybinding functions are to be added from here
* Function to add KeyBindings
*/
public void AddKeyBindings(){
//add an InputMap and ActionMap on the JEditorPane
InputMap iMap= editorPane.getInputMap(JComponent.WHEN_FOCUSED);
Expand Down Expand Up @@ -312,7 +312,6 @@ public void actionPerformed(ActionEvent arg0) {
}
}
});

}


Expand Down

0 comments on commit ba97a36

Please sign in to comment.