Home
last modified time | relevance | path

Searched refs:new_editor (Results 1 – 21 of 21) sorted by relevance

/dports/devel/lua-lgi/lgi-0.9.2/samples/
H A Dgtkpad.lua20 local function new_editor(file) function
41 new_editor()
45 for i = 1, #files do new_editor(files[i]) end
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtLocalizeString.cpp99 EditedLanguage new_editor; in AddEditor() local
100 SCopy(language, new_editor.language, 2); in AddEditor()
101 new_editor.value_editor = value_editor; in AddEditor()
102 edited_languages.push_back(new_editor); in AddEditor()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/interfaces/
H A Dianjuta-editor-factory.c60 return IANJUTA_EDITOR_FACTORY_GET_IFACE (obj)->new_editor (obj, file, filename, err); in ianjuta_editor_factory_new_editor()
75 klass->new_editor = ianjuta_editor_factory_new_editor_default; in ianjuta_editor_factory_base_init()
H A Dianjuta-editor-factory.h44 …IAnjutaEditor* (*new_editor) (IAnjutaEditorFactory *obj, GFile* file, const gchar* filename, GErr… member
H A Dlibanjuta.idl2656 IAnjutaEditor* new_editor (GFile* file, const gchar* filename);
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/Qt4Qt5/
H A Dqscilexercustom.cpp69 void QsciLexerCustom::setEditor(QsciScintilla *new_editor) in setEditor() argument
75 QsciLexer::setEditor(new_editor); in setEditor()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A Dqscilexercustom.cpp69 void QsciLexerCustom::setEditor(QsciScintilla *new_editor) in setEditor() argument
75 QsciLexer::setEditor(new_editor); in setEditor()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A Dqscilexercustom.cpp69 void QsciLexerCustom::setEditor(QsciScintilla *new_editor) in setEditor() argument
75 QsciLexer::setEditor(new_editor); in setEditor()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A Dqscilexercustom.cpp69 void QsciLexerCustom::setEditor(QsciScintilla *new_editor) in setEditor() argument
75 QsciLexer::setEditor(new_editor); in setEditor()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI_ObjectLayers.cpp353 LayerRangeEditor* new_editor = dynamic_cast<LayerRangeEditor*>(e.GetWindow()); in LayerRangeEditor() local
354 if (new_editor) in LayerRangeEditor()
355 new_editor->set_focus_data(); in LayerRangeEditor()
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Deditors.py754 new_editor = Editor(self)
755 get_workbench().event_generate("NewFile", editor=new_editor)
756 self.add(new_editor, text=new_editor.get_title())
757 self.select(new_editor)
758 new_editor.focus_set()
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Dcooledit.c584 int new_editor (int number, int x, int y, int columns, int lines, char *f, char *d,...);
928 int new_editor (int number, int x, int y, int columns, int lines, char *f, char *d,...) in new_editor() function
1142 …x = new_editor (0, x, y, columns, lines, NEW_WINDOW_FROM_TEXT, d, (char *) t, (unsigned long) size… in new_file_callback()
1145 x = new_editor (0, x, y, columns, lines, full_file_name, d); in new_file_callback()
1510 if (new_editor (num_read, (int) x, (int) y, w, h, f, d)) { in read_config()
1974 new_editor (0, 0, height_offset, initial_columns, initial_lines, 0, d); in main_loop()
2206 …else if (new_editor (num_read, 0, height_offset, initial_columns, initial_lines, command_line_file… in main()
2225new_editor (0, 0, height_offset, initial_columns, initial_lines, 0, current_dir[0] ? current_dir :… in main()
/dports/devel/anjuta/anjuta-3.34.0/plugins/sourceview/
H A Dplugin.c261 iface->new_editor = ieditor_factory_new_editor; in ieditor_factory_iface_init()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Editor/
H A Dedit_main.cpp77 new_editor (server_rep* sv, tm_buffer buf) { in new_editor() function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/Data/
H A Dnew_view.cpp252 editor ed = new_editor (get_server () -> get_server (), buf); in get_new_view()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/
H A Deditor.hpp591 editor new_editor (server_rep* sv, tm_buffer buf);
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_node.cpp2872 EditorPlugin *new_editor = editor_table[p_which]; in _editor_select() local
2873 ERR_FAIL_COND(!new_editor); in _editor_select()
2875 if (editor_plugin_screen == new_editor) in _editor_select()
2882 editor_plugin_screen = new_editor; in _editor_select()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_node.cpp2872 EditorPlugin *new_editor = editor_table[p_which]; in _editor_select() local
2873 ERR_FAIL_COND(!new_editor); in _editor_select()
2875 if (editor_plugin_screen == new_editor) in _editor_select()
2882 editor_plugin_screen = new_editor; in _editor_select()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_node.cpp3010 EditorPlugin *new_editor = editor_table[p_which]; in _editor_select() local
3011 ERR_FAIL_COND(!new_editor); in _editor_select()
3013 if (editor_plugin_screen == new_editor) in _editor_select()
3020 editor_plugin_screen = new_editor; in _editor_select()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_node.cpp3010 EditorPlugin *new_editor = editor_table[p_which]; in _editor_select() local
3011 ERR_FAIL_COND(!new_editor); in _editor_select()
3013 if (editor_plugin_screen == new_editor) in _editor_select()
3020 editor_plugin_screen = new_editor; in _editor_select()
/dports/editors/cooledit/cooledit-3.17.28/
H A DChangeLog1509 * cooledit.c: new_editor(), open_drop_file(),