comparison libgui/src/m-editor/file-editor-tab.h @ 21578:683a1beee538

maint: Use "FIXME:" for all code blocks needing further attention. * files-dock-widget.cc, file-editor-tab.cc, file-editor-tab.h, file-editor.cc, octave-qscintilla.cc, octave-qt-link.cc, __ilu__.cc, debug.h, oct-stream.cc, pt-jit.cc, __magick_read__.cc, ov-classdef.cc, pt-stmt.cc, oct-sort.cc, inputParser.m, validateattributes.m, fminunc.m, fsolve.m, fzero.m, __scatter__.m, print.m: Use "FIXME:" for all code blocks needing further attention.
author Rik <rik@octave.org>
date Fri, 01 Apr 2016 14:55:13 -0700
parents 6c2fd62db1f7
children de138ebaa7a9
comparison
equal deleted inserted replaced
21577:31823239207e 21578:683a1beee538
172 void find_linenr_just_before (int linenr, int& original_linenr, 172 void find_linenr_just_before (int linenr, int& original_linenr,
173 int& editor_linenr); 173 int& editor_linenr);
174 void report_marker_linenr (QIntList& lines, QStringList& conditions); 174 void report_marker_linenr (QIntList& lines, QStringList& conditions);
175 void remove_position_via_debugger_linenr (int debugger_linenr); 175 void remove_position_via_debugger_linenr (int debugger_linenr);
176 void remove_all_positions (void); 176 void remove_all_positions (void);
177 // TODO: The following is similar to "process_octave_code" signal. However, 177 // FIXME: The following is similar to "process_octave_code" signal. However,
178 // currently that signal is connected to something that simply focuses a 178 // currently that signal is connected to something that simply focuses a
179 // window and not actually communicate with Octave. 179 // window and not actually communicate with Octave.
180 // void evaluate_octave_command (const QString& command); 180 // void evaluate_octave_command (const QString& command);
181 181
182 protected: 182 protected: