Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
aa68db05
Commit
aa68db05
authored
Jan 14, 2009
by
Vitaliy Ivanov
Committed by
Thorbjørn Lindeijer
Jan 14, 2009
Browse files
Typo corrected in external editor settings key
Makes Qt Creator read external editor string from .ini
parent
59affcff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/editormanager.cpp
View file @
aa68db05
...
...
@@ -1391,7 +1391,7 @@ void EditorManager::readSettings(QSettings *settings)
if
(
settings
->
contains
(
QLatin1String
(
"EditorManager/DocumentStates"
)))
m_d
->
m_editorStates
=
settings
->
value
(
QLatin1String
(
"EditorManager/DocumentStates"
))
.
value
<
QMap
<
QString
,
QVariant
>
>
();
if
(
settings
->
contains
(
QLatin1String
(
"EditorManager/ExternalEditor"
)))
if
(
settings
->
contains
(
QLatin1String
(
"EditorManager/ExternalEditor
Command
"
)))
m_d
->
m_externalEditor
=
settings
->
value
(
QLatin1String
(
"EditorManager/ExternalEditorCommand"
)).
toString
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment