浏览代码

Create c-domain.textile

minor wording
Johannes Dicks 8 年之前
父节点
当前提交
7d56c481bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/org.yakindu.sct.doc.user/src/user-guide/c-domain.textile

+ 1 - 1
plugins/org.yakindu.sct.doc.user/src/user-guide/c-domain.textile

@@ -722,7 +722,7 @@ h4. Deactivating the C/C++ indexer
 
 The C/C++ indexer is part of the Eclipse C/C++ Development Toolkit (CDT). It parses C/C++ source and header files and maintains the extracted information in an internal database. This database is used by the CDT for search, navigation and parts of content assist. YAKINDU Statechart Tools also uses the information provided by the C/C++ indexer.
 
-In very large C/C++ projects, however, indexing source and header files can become very time-consuming. You can mitigate this problem somewhat by disabling the C/C++ indexer. In this case YAKINDU Statechart Tools triggers C header file parsing on its own, which might be faster than using the C/C++ indexer because just headers that are really used will be parsed.
+In very large C/C++ projects, however, indexing source and header files can become very time-consuming. You can mitigate this problem somewhat by disabling the C/C++ indexer. In this case YAKINDU Statechart Tools triggers parsing of C header files on its own. This might be faster than waiting for the C/C++ indexer because just headers will be parsed that are really used within a statechart.
 
 You can disable the C/C++ indexer either in the workspace settings, see _Window → Preferences_, or in the project-specific settings. To do the latter, proceed as follows:
 # In the _Project Explorer_ view, select the C project.