Do not --use when invoking kate anymore

BUGS: 352657
remotes/origin/Applications/15.08
Frederic Tronel 11 years ago committed by Albert Astals Cid
parent 46ffe3e76f
commit 4fee5131e9
  1. 2
      conf/okular_core.kcfg
  2. 2
      core/texteditors_p.h

@ -76,7 +76,7 @@
</choices>
</entry>
<entry key="ExternalEditorCommand" type="String">
<default>kate --use --line %l --column %c</default>
<default>kate --line %l --column %c</default>
</entry>
</group>
<group name="Core Presentation" >

@ -22,7 +22,7 @@ static inline QHash< int, QString > buildEditorsMap()
{
QHash< int, QString > editors;
editors.insert( SettingsCore::EnumExternalEditor::Kate,
QString::fromLatin1( "kate --use --line %l --column %c" ) );
QString::fromLatin1( "kate --line %l --column %c" ) );
editors.insert( SettingsCore::EnumExternalEditor::Kile,
QString::fromLatin1( "kile --line %l" ) );
editors.insert( SettingsCore::EnumExternalEditor::Scite,

Loading…
Cancel
Save