Mercurial > hg > octave-lyh
comparison liboctave/cmd-edit.h @ 4143:62afb31c1f85
[project @ 2002-11-01 17:27:38 by jwe]
author | jwe |
---|---|
date | Fri, 01 Nov 2002 17:27:38 +0000 |
parents | 7690958e7726 |
children | cba347c642e2 |
comparison
equal
deleted
inserted
replaced
4142:0739d46e778c | 4143:62afb31c1f85 |
---|---|
99 | 99 |
100 static void restore_event_hook (void); | 100 static void restore_event_hook (void); |
101 | 101 |
102 static void read_init_file (const std::string& file = std::string ()); | 102 static void read_init_file (const std::string& file = std::string ()); |
103 | 103 |
104 static bool filename_completion_desired (bool); | |
105 | |
104 static int current_command_number (void); | 106 static int current_command_number (void); |
105 | 107 |
106 static void reset_current_command_number (int n); | 108 static void reset_current_command_number (int n); |
107 | 109 |
108 static void increment_current_command_number (void); | 110 static void increment_current_command_number (void); |
188 virtual void do_set_event_hook (event_hook_fcn) { } | 190 virtual void do_set_event_hook (event_hook_fcn) { } |
189 | 191 |
190 virtual void do_restore_event_hook (void) { } | 192 virtual void do_restore_event_hook (void) { } |
191 | 193 |
192 virtual void do_read_init_file (const std::string&) { } | 194 virtual void do_read_init_file (const std::string&) { } |
195 | |
196 virtual bool do_filename_completion_desired (bool) { return false; } | |
193 | 197 |
194 int read_octal (const std::string& s); | 198 int read_octal (const std::string& s); |
195 | 199 |
196 void error (int); | 200 void error (int); |
197 | 201 |