diff options
Diffstat (limited to 'kate/part')
57 files changed, 0 insertions, 113 deletions
diff --git a/kate/part/katearbitraryhighlight.cpp b/kate/part/katearbitraryhighlight.cpp index a9a4fe37c..927380979 100644 --- a/kate/part/katearbitraryhighlight.cpp +++ b/kate/part/katearbitraryhighlight.cpp @@ -158,5 +158,3 @@ KateView* KateArbitraryHighlight::viewForRange(KateSuperRange* range) // This must belong to a document-global highlight return 0L; } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katearbitraryhighlight.h b/kate/part/katearbitraryhighlight.h index 10086ec7f..1bea4891f 100644 --- a/kate/part/katearbitraryhighlight.h +++ b/kate/part/katearbitraryhighlight.h @@ -83,5 +83,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateattribute.cpp b/kate/part/kateattribute.cpp index 9ed6349f6..246ed0b0d 100644 --- a/kate/part/kateattribute.cpp +++ b/kate/part/kateattribute.cpp @@ -264,5 +264,3 @@ bool operator !=(const KateAttribute& h1, const KateAttribute& h2) { return !(h1 == h2); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateattribute.h b/kate/part/kateattribute.h index a54279b24..e4e816034 100644 --- a/kate/part/kateattribute.h +++ b/kate/part/kateattribute.h @@ -143,5 +143,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateautoindent.cpp b/kate/part/kateautoindent.cpp index 9bbe317df..e39aba16c 100644 --- a/kate/part/kateautoindent.cpp +++ b/kate/part/kateautoindent.cpp @@ -2539,5 +2539,3 @@ void ScriptIndentConfigPage::apply () kdDebug(13030) << "ScriptIndentConfigPagE::apply() was called, save config options now!" << endl; } //END ScriptIndentConfigPage - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateautoindent.h b/kate/part/kateautoindent.h index abdab7777..fe8980d15 100644 --- a/kate/part/kateautoindent.h +++ b/kate/part/kateautoindent.h @@ -577,5 +577,3 @@ class ScriptIndentConfigPage : public IndenterConfigPage }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katebookmarks.cpp b/kate/part/katebookmarks.cpp index 2003b380e..cc1dcf4c5 100644 --- a/kate/part/katebookmarks.cpp +++ b/kate/part/katebookmarks.cpp @@ -283,5 +283,3 @@ void KateBookmarks::marksChanged () { m_bookmarkClear->setEnabled( !m_view->getDoc()->marks().isEmpty() ); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katebookmarks.h b/kate/part/katebookmarks.h index ae4151812..3295141f7 100644 --- a/kate/part/katebookmarks.h +++ b/kate/part/katebookmarks.h @@ -81,6 +81,3 @@ class KateBookmarks : public TQObject }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; -// vim: noet ts=2 diff --git a/kate/part/katebuffer.cpp b/kate/part/katebuffer.cpp index 66c21696b..bb11afd0e 100644 --- a/kate/part/katebuffer.cpp +++ b/kate/part/katebuffer.cpp @@ -1656,5 +1656,3 @@ void KateBufBlockList::removeInternal (KateBufBlock *buf) } //END KateBufBlockList - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katebuffer.h b/kate/part/katebuffer.h index 04ee264e8..2be23cbdb 100644 --- a/kate/part/katebuffer.h +++ b/kate/part/katebuffer.h @@ -705,5 +705,3 @@ class KateBuffer : public TQObject }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecmds.cpp b/kate/part/katecmds.cpp index 09dd46f13..f00825eb5 100644 --- a/kate/part/katecmds.cpp +++ b/kate/part/katecmds.cpp @@ -601,5 +601,3 @@ bool KateCommands::Date::exec (Kate::View *view, const TQString &cmd, TQString & return true; } //END Date - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecmds.h b/kate/part/katecmds.h index d313be91d..2c53f6536 100644 --- a/kate/part/katecmds.h +++ b/kate/part/katecmds.h @@ -174,5 +174,3 @@ class Date : public Kate::Command } // namespace KateCommands #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecodecompletion.cpp b/kate/part/katecodecompletion.cpp index 4617ecb66..275894483 100644 --- a/kate/part/katecodecompletion.cpp +++ b/kate/part/katecodecompletion.cpp @@ -562,5 +562,3 @@ void KateArgHint::adjustSize( ) if( x() + width() > screen.x() + screen.width() ) move( screen.x() + screen.width() - width(), y() ); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h index 8279d396e..d2c9ca636 100644 --- a/kate/part/katecodecompletion.h +++ b/kate/part/katecodecompletion.h @@ -160,5 +160,3 @@ class KateArgHint: public TQFrame }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecodefoldinghelpers.cpp b/kate/part/katecodefoldinghelpers.cpp index ab571d9d0..f65c69b22 100644 --- a/kate/part/katecodefoldinghelpers.cpp +++ b/kate/part/katecodefoldinghelpers.cpp @@ -1658,5 +1658,3 @@ void KateCodeFoldingTree::ensureVisible( uint line ) } while( n ); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecodefoldinghelpers.h b/kate/part/katecodefoldinghelpers.h index 7feee384e..3f6d18b27 100644 --- a/kate/part/katecodefoldinghelpers.h +++ b/kate/part/katecodefoldinghelpers.h @@ -218,5 +218,3 @@ class KateCodeFoldingTree : public TQObject }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateconfig.cpp b/kate/part/kateconfig.cpp index ed4eaacd2..c9feae9da 100644 --- a/kate/part/kateconfig.cpp +++ b/kate/part/kateconfig.cpp @@ -1425,5 +1425,3 @@ void KateRendererConfig::setShowIndentationLines (bool on) } //END - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateconfig.h b/kate/part/kateconfig.h index a698bc35d..f0ec5c62e 100644 --- a/kate/part/kateconfig.h +++ b/kate/part/kateconfig.h @@ -533,5 +533,3 @@ class KateRendererConfig : public KateConfig }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecursor.cpp b/kate/part/katecursor.cpp index dcd7c38bf..8a56daaea 100644 --- a/kate/part/katecursor.cpp +++ b/kate/part/katecursor.cpp @@ -188,5 +188,3 @@ bool KateDocCursor::previousNonSpaceChar() setPos(-1, -1); return false; } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katecursor.h b/kate/part/katecursor.h index 1b1a5322a..85cd5828d 100644 --- a/kate/part/katecursor.h +++ b/kate/part/katecursor.h @@ -246,5 +246,3 @@ class KateBracketRange : public KateTextRange #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katedialogs.cpp b/kate/part/katedialogs.cpp index d5b5b91db..08b63eae3 100644 --- a/kate/part/katedialogs.cpp +++ b/kate/part/katedialogs.cpp @@ -1731,5 +1731,3 @@ void KateModOnHdPrompt::slotUser1() } //END KateModOnHdPrompt - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katedocument.cpp b/kate/part/katedocument.cpp index 1404838c4..56e6e1846 100644 --- a/kate/part/katedocument.cpp +++ b/kate/part/katedocument.cpp @@ -5180,5 +5180,3 @@ bool KateDocument::toggleBlockSelectionMode () //END DEPRECATED //END DEPRECATED STUFF - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katedocument.h b/kate/part/katedocument.h index adc0dc92a..b417c6d7d 100644 --- a/kate/part/katedocument.h +++ b/kate/part/katedocument.h @@ -1070,6 +1070,3 @@ class KateDocument : public Kate::Document, }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; - diff --git a/kate/part/katedocumenthelpers.cpp b/kate/part/katedocumenthelpers.cpp index b2e43758f..ff4184685 100644 --- a/kate/part/katedocumenthelpers.cpp +++ b/kate/part/katedocumenthelpers.cpp @@ -52,5 +52,3 @@ void KateBrowserExtension::slotSelectionChanged() if (m_doc->activeView()) emit enableAction( "copy", m_doc->activeView()->hasSelection() ); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katefactory.cpp b/kate/part/katefactory.cpp index 32ff35846..51549bda0 100644 --- a/kate/part/katefactory.cpp +++ b/kate/part/katefactory.cpp @@ -272,5 +272,3 @@ KateIndentScript KateFactory::indentScript (const TQString &scriptname) } return result; } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katefactory.h b/kate/part/katefactory.h index 72fef8781..3d90d187f 100644 --- a/kate/part/katefactory.h +++ b/kate/part/katefactory.h @@ -308,5 +308,3 @@ class KateFactory }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katefiletype.cpp b/kate/part/katefiletype.cpp index 281bf7e2d..974262290 100644 --- a/kate/part/katefiletype.cpp +++ b/kate/part/katefiletype.cpp @@ -593,4 +593,3 @@ void KateViewFileTypeAction::setType (int mode) doc->updateFileType(mode-1, true); } //END KateViewFileTypeAction -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katefont.cpp b/kate/part/katefont.cpp index 9d734b6e7..0f8ca30cd 100644 --- a/kate/part/katefont.cpp +++ b/kate/part/katefont.cpp @@ -123,5 +123,3 @@ void KateFontStruct::setFont (const TQFont & font) updateFontData (); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katehighlight.cpp b/kate/part/katehighlight.cpp index 1adbba2d5..66991ca8f 100644 --- a/kate/part/katehighlight.cpp +++ b/kate/part/katehighlight.cpp @@ -3473,5 +3473,3 @@ void KateViewHighlightAction::setHl (int mode) doc->setHlMode((uint)mode); } //END KateViewHighlightAction - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katehighlight.h b/kate/part/katehighlight.h index 8ff5e31b2..207d9a245 100644 --- a/kate/part/katehighlight.h +++ b/kate/part/katehighlight.h @@ -434,5 +434,3 @@ class KateViewHighlightAction: public Kate::ActionMenu }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katejscript.cpp b/kate/part/katejscript.cpp index cab335312..c20091fc1 100644 --- a/kate/part/katejscript.cpp +++ b/kate/part/katejscript.cpp @@ -1166,4 +1166,3 @@ void KateIndentJScriptManager::parseScriptHeader(const TQString &filePath, f.close(); } //END -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katejscript.h b/kate/part/katejscript.h index 98b2ad85e..2acef8edf 100644 --- a/kate/part/katejscript.h +++ b/kate/part/katejscript.h @@ -229,5 +229,3 @@ class KateIndentJScriptManager: public KateIndentScriptManagerAbstract }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katelinerange.cpp b/kate/part/katelinerange.cpp index 7500b4e8a..8c5b3e395 100644 --- a/kate/part/katelinerange.cpp +++ b/kate/part/katelinerange.cpp @@ -71,5 +71,3 @@ bool operator<= (const KateLineRange& r, const KateTextCursor& c) { return r.line < c.line() || r.startCol <= c.col(); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateluaindentscript.cpp b/kate/part/kateluaindentscript.cpp index 375b0b7d4..a5361f662 100644 --- a/kate/part/kateluaindentscript.cpp +++ b/kate/part/kateluaindentscript.cpp @@ -525,4 +525,3 @@ void KateLUAIndentScriptManager::parseScriptHeader(const TQString &filePath, //END #endif -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateluaindentscript.h b/kate/part/kateluaindentscript.h index a03a85574..17ad19906 100644 --- a/kate/part/kateluaindentscript.h +++ b/kate/part/kateluaindentscript.h @@ -66,4 +66,3 @@ class KateLUAIndentScriptManager: public KateIndentScriptManagerAbstract #endif #endif -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateprinter.cpp b/kate/part/kateprinter.cpp index e66119747..a7bf324e8 100644 --- a/kate/part/kateprinter.cpp +++ b/kate/part/kateprinter.cpp @@ -1001,5 +1001,3 @@ void KatePrintLayout::setOptions( const TQMap<TQString,TQString>& opts ) #include "kateprinter.moc" #endif //!Q_WS_WIN - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katerenderer.cpp b/kate/part/katerenderer.cpp index 48b73d7e5..a6c524f73 100644 --- a/kate/part/katerenderer.cpp +++ b/kate/part/katerenderer.cpp @@ -1028,5 +1028,3 @@ uint KateRenderer::spaceWidth() { return attribute(0)->width(*config()->fontStruct(), TQChar(' '), m_tabWidth); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateschema.cpp b/kate/part/kateschema.cpp index f7977fac6..a42664dc0 100644 --- a/kate/part/kateschema.cpp +++ b/kate/part/kateschema.cpp @@ -1607,5 +1607,3 @@ void KateStyleListCaption::paintCell( TQPainter *p, const TQColorGroup& /*cg*/, TQListViewItem::paintCell( p, mcg, col, width, align ); } //END - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateschema.h b/kate/part/kateschema.h index 77cc112a1..cf503be68 100644 --- a/kate/part/kateschema.h +++ b/kate/part/kateschema.h @@ -319,5 +319,3 @@ class KateSchemaConfigPage : public KateConfigPage }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katesearch.cpp b/kate/part/katesearch.cpp index 930e4d906..a02bbef71 100644 --- a/kate/part/katesearch.cpp +++ b/kate/part/katesearch.cpp @@ -1020,5 +1020,3 @@ void SearchCommand::ifindClear() m_ifindFlags = 0; } //END SearchCommand - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katesearch.h b/kate/part/katesearch.h index 5ae92f568..139cd3ff9 100644 --- a/kate/part/katesearch.h +++ b/kate/part/katesearch.h @@ -239,5 +239,3 @@ class SearchCommand : public Kate::Command, public Kate::CommandExtension }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katespell.cpp b/kate/part/katespell.cpp index e68008470..84b4337d9 100644 --- a/kate/part/katespell.cpp +++ b/kate/part/katespell.cpp @@ -216,6 +216,3 @@ void KateSpell::spellCleanDone() kdDebug (13020) << "SPELLING END" << endl; } //END - - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katespell.h b/kate/part/katespell.h index 9ce41666c..6119d0ea4 100644 --- a/kate/part/katespell.h +++ b/kate/part/katespell.h @@ -82,5 +82,3 @@ class KateSpell : public TQObject }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katesupercursor.cpp b/kate/part/katesupercursor.cpp index 89860d496..287786e3d 100644 --- a/kate/part/katesupercursor.cpp +++ b/kate/part/katesupercursor.cpp @@ -742,5 +742,3 @@ TQPtrCollection::Item KateSuperRangeList::newItem(TQPtrCollection::Item d) return TQPtrList<KateSuperRange>::newItem(d); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katesupercursor.h b/kate/part/katesupercursor.h index ef0fd378d..74baf07df 100644 --- a/kate/part/katesupercursor.h +++ b/kate/part/katesupercursor.h @@ -459,5 +459,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katesyntaxdocument.cpp b/kate/part/katesyntaxdocument.cpp index ec70c0416..001e478d4 100644 --- a/kate/part/katesyntaxdocument.cpp +++ b/kate/part/katesyntaxdocument.cpp @@ -471,5 +471,3 @@ void KateSyntaxDocument::setupModeList (bool force) // Syncronize with the file katesyntax...rc config.sync(); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katesyntaxdocument.h b/kate/part/katesyntaxdocument.h index 6599c05cd..88e9273f6 100644 --- a/kate/part/katesyntaxdocument.h +++ b/kate/part/katesyntaxdocument.h @@ -160,5 +160,3 @@ class KateSyntaxDocument : public TQDomDocument }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katetextline.cpp b/kate/part/katetextline.cpp index 005892607..3dae9ddd2 100644 --- a/kate/part/katetextline.cpp +++ b/kate/part/katetextline.cpp @@ -439,5 +439,3 @@ char *KateTextLine::restore (char *buf) return buf; } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/katetextline.h b/kate/part/katetextline.h index 7f14be16c..78c28e644 100644 --- a/kate/part/katetextline.h +++ b/kate/part/katetextline.h @@ -452,5 +452,3 @@ class KateTextLine : public TDEShared }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateundo.cpp b/kate/part/kateundo.cpp index c37fb556c..68ce5a735 100644 --- a/kate/part/kateundo.cpp +++ b/kate/part/kateundo.cpp @@ -388,5 +388,3 @@ bool KateUndoGroup::isOnlyType(KateUndoGroup::UndoType type) return true; } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateundo.h b/kate/part/kateundo.h index 9beaf3695..596ae6641 100644 --- a/kate/part/kateundo.h +++ b/kate/part/kateundo.h @@ -137,5 +137,3 @@ class KateUndoGroup }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateview.cpp b/kate/part/kateview.cpp index f5593da9a..1e229e1d8 100644 --- a/kate/part/kateview.cpp +++ b/kate/part/kateview.cpp @@ -1916,5 +1916,3 @@ void KateView::getIMSelectionValue( uint *imStartLine, uint *imStart, uint *imEn *imSelEnd = m_imSelEnd; } //END IM INPUT STUFF - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateviewhelpers.cpp b/kate/part/kateviewhelpers.cpp index dd52451b0..1074615f8 100644 --- a/kate/part/kateviewhelpers.cpp +++ b/kate/part/kateviewhelpers.cpp @@ -1201,5 +1201,3 @@ void KateViewEncodingAction::setMode (int mode) doc->setEncodingSticky( true ); doc->reloadFile(); } - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateviewhelpers.h b/kate/part/kateviewhelpers.h index 980d4d1cd..ecaec3303 100644 --- a/kate/part/kateviewhelpers.h +++ b/kate/part/kateviewhelpers.h @@ -203,5 +203,3 @@ class KateViewEncodingAction : public TDEActionMenu }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateviewinternal.cpp b/kate/part/kateviewinternal.cpp index c2b0ca4db..c536974e6 100644 --- a/kate/part/kateviewinternal.cpp +++ b/kate/part/kateviewinternal.cpp @@ -3492,5 +3492,3 @@ void KateViewInternal::imEndEvent( TQIMEvent *e ) m_imPreeditSelStart = 0; } //END IM INPUT STUFF - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/kateviewinternal.h b/kate/part/kateviewinternal.h index 94af8cc30..0d9aa7c55 100644 --- a/kate/part/kateviewinternal.h +++ b/kate/part/kateviewinternal.h @@ -394,5 +394,3 @@ class KateViewInternal : public TQWidget }; #endif - -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/part/test_regression.cpp b/kate/part/test_regression.cpp index 1b6decfe3..d0443da71 100644 --- a/kate/part/test_regression.cpp +++ b/kate/part/test_regression.cpp @@ -1340,5 +1340,3 @@ void RegressionTest::resizeTopLevelWidget( int w, int h ) } #include "test_regression.moc" - -// kate: indent-width 4 |