SourceFileWindow SourceFileWindow 0 0 794 513 TIGCC IDE for KDE unnamed menubar toolBar false Tools fileSaveAction 02 Save &Save Save the file Ctrl+S fileSaveAsAction Save As... Save &As... Save the file with another name, or in another folder filePrintAction 03 Print File &Print... Print this file Ctrl+P fileCloseAction Close &Close Close this window editUndoAction 16 Undo &Undo Undo the last operation in the editor Ctrl+Z editRedoAction 17 Redo &Redo Redo the last undone operation in the editor Ctrl+Y editCutAction 05 Cut Cu&t Copy the selected text into the clipboard and delete it Ctrl+X editCopyAction 06 Copy C&opy Copy the selected text into the clipboard without deleting it Ctrl+C editPasteAction 07 Paste &Paste Paste text from the clipboard Ctrl+V findFindAction 13 Find &Find... Find Text Find the specified text in the current source file Ctrl+F editClearAction 04 Clear &Clear Delete the selected text in the editor editSelectAllAction Select All &Select All Select the whole text in the editor Ctrl+A editIncreaseIndentAction 19 Increase Indent &Increase Indent Insert tabs so that the text is moved to the right Ctrl+I editDecreaseIndentAction 20 Decrease Indent &Decrease Indent Remove tabs and spaces so that the text is moved to the left Ctrl+D findReplaceAction 14 Replace &Replace... Replace Text Find the specified text in the current source file and replace it with something else Ctrl+R findFunctionsAction 18 Functions... F&unctions... Display a list of all functions in the current file findOpenFileAtCursorAction Open File at Cursor &Open File at Cursor Open the file the cursor is on Ctrl+Enter fileAddToProjectAction 08 Add to Project A&dd to Project... Add this file to the current project fileCompileAction 09 Compile C&ompile Compile the file findFindSymbolDeclarationAction F&ind symbol declaration F&ind symbol declaration Find symbol declaration filePrintQuicklyAction 03 Print File Print this file editClearAction activated() SourceFileWindow editClear() editCopyAction activated() SourceFileWindow editCopy() editCutAction activated() SourceFileWindow editCut() editDecreaseIndentAction activated() SourceFileWindow editDecreaseIndent() editIncreaseIndentAction activated() SourceFileWindow editIncreaseIndent() editPasteAction activated() SourceFileWindow editPaste() editRedoAction activated() SourceFileWindow editRedo() editSelectAllAction activated() SourceFileWindow editSelectAll() editUndoAction activated() SourceFileWindow editUndo() fileCloseAction activated() SourceFileWindow close() filePrintAction activated() SourceFileWindow filePrint() fileSaveAction activated() SourceFileWindow fileSave() fileSaveAsAction activated() SourceFileWindow fileSaveAs() findFindAction activated() SourceFileWindow findFind() findFindSymbolDeclarationAction activated() SourceFileWindow findFindSymbolDeclaration() findFunctionsAction activated() SourceFileWindow findFunctions() findOpenFileAtCursorAction activated() SourceFileWindow findOpenFileAtCursor() findReplaceAction activated() SourceFileWindow findReplace() fileAddToProjectAction activated() SourceFileWindow fileAddToProject() fileCompileAction activated() SourceFileWindow fileCompile() filePrintQuicklyAction activated() SourceFileWindow filePrintQuickly() srcfilewin.ui.h destroy() te_popup_aboutToShow() te_popup_activated( int index ) accel_activated( int index ) fileSave() fileSaveAs() fileAddToProject() fileCompile() filePrint() filePrintQuickly() editUndo() editRedo() editClear() editCut() editCopy() editPaste() editSelectAll() editIncreaseIndent() editDecreaseIndent() findFind() findFind_next() findFind_highlight( const QString & unused_text, int matchingindex, int matchedlength ) findFind_stop() findReplace() findReplace_next() findReplace_highlight( const QString & unused_text, int matchingindex, int matchedlength ) findReplace_replace( const QString & text, int replacementIndex, int replacedLength, int matchedLength ) findReplace_stop() findFunctions() findFunctions_functionListBox_highlighted( int index ) findFunctions_functionListBox_selected( int index ) findFunctions_prototypeButton_clicked() findFunctions_implementationButton_clicked() findFunctionsPopup_aboutToShow() findFunctionsPopup_aboutToHide() findFunctionsPopup_aboutToHide_async() findFunctionsPopup_activated( int id ) findOpenFileAtCursor() findFindSymbolDeclaration() resizeEvent( QResizeEvent * event ) statusBar_messageChanged( const QString & message ) current_view_cursorPositionChanged() current_view_textChanged() current_view_undoChanged() current_view_selectionChanged() current_view_charactersInteractivelyInserted( int line, int col, const QString & characters ) clipboard_dataChanged() KDirWatch_dirty( const QString & fileName ) completionPopup_closed() initBase() createView( const QString & fileName, const QString & fileText, const QString & hlModeName, unsigned tabWidth ) savePrompt( void ) removeTrailingSpacesFromView( void * view ) applyPreferences() findReplace_next( bool firstTime ) updateSizes() updateRightStatusLabel() current_view_newLineHook() closeEvent( QCloseEvent * e )