forked from qt-creator/qt-creator
CppTools: "pre-compiled" -> "precompiled"
Change-Id: Ia4207747a3659fc05013d22b63feb2b17b1dec81 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -133,8 +133,8 @@
|
|||||||
language files if you develop mainly using C, select the
|
language files if you develop mainly using C, select the
|
||||||
\uicontrol {Interpret ambiguous headers as C headers} check box.
|
\uicontrol {Interpret ambiguous headers as C headers} check box.
|
||||||
|
|
||||||
\li To process pre-compiled headers, deselect the
|
\li To process precompiled headers, deselect the
|
||||||
\uicontrol {Ignore pre-compiled headers} check box.
|
\uicontrol {Ignore precompiled headers} check box.
|
||||||
|
|
||||||
\li To avoid out-of-memory crashes caused by indexing huge source files
|
\li To avoid out-of-memory crashes caused by indexing huge source files
|
||||||
that are typically auto-generated by scripts or code, the size of
|
that are typically auto-generated by scripts or code, the size of
|
||||||
|
@@ -30,10 +30,10 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="ignorePCHCheckBox">
|
<widget class="QCheckBox" name="ignorePCHCheckBox">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>When pre-compiled headers are not ignored, the parsing for code completion and semantic highlighting will process the pre-compiled header before processing any file.</p></body></html></string>
|
<string><html><head/><body><p>When precompiled headers are not ignored, the parsing for code completion and semantic highlighting will process the precompiled header before processing any file.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Ignore pre-compiled headers</string>
|
<string>Ignore precompiled headers</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Reference in New Issue
Block a user