Changeset 4381
- Timestamp:
- 10/15/03 14:53:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/DirectoryMode.java
r2773 r4381 3 3 * 4 4 * Copyright (C) 1998-2003 Peter Graves 5 * $Id: DirectoryMode.java,v 1. 7 2003-07-04 17:50:28piso Exp $5 * $Id: DirectoryMode.java,v 1.8 2003-10-15 14:53:25 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 118 118 menu.add(editor, "Copy Append", 'D', "copyAppend"); 119 119 } else if (text == "Search") { 120 menu.add(editor, "Find...", 'F', "find"); 121 menu.add(editor, "Find Next", 'T', "findNext"); 122 menu.add(editor, "Find Previous", 'R', "findPrev"); 123 menu.addSeparator(); 124 menu.add(editor, "Find in Files...", 'I', "findInFiles"); 125 menu.add(editor, "List Files...", 'L', "listFiles"); 126 menu.addSeparator(); 127 menu.add(editor, "Replace in Files...", 'E', "replaceInFiles"); 128 menu.addSeparator(); 129 menu.add(editor, "Find Tag...", 'A', "findTag"); 120 populateSearchMenu(editor, menu); 130 121 } else if (text == "Go") { 131 122 menu.add(editor, "Go Back", 'B', "dirBack");
Note: See TracChangeset
for help on using the changeset viewer.