aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/editors/creator-coding.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-17 14:59:06 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2019-06-18 07:14:33 +0000
commit7c8ba7bb51f9ea90a0b24000a2fc4e7601863c63 (patch)
treec71da5346e8c797cf1f3dbec0d07eb3ba89b17db /doc/src/editors/creator-coding.qdoc
parent61fcdd0459b932d2b5a0404df0afa16646d4fdb0 (diff)
Doc: Remove the info about language client plugin being experimental
It is now a standard part of Qt Creator and enabled by default. Change-Id: Ifcd4a2138c4a96e73efe97e5075414875773add4 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'doc/src/editors/creator-coding.qdoc')
-rw-r--r--doc/src/editors/creator-coding.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/editors/creator-coding.qdoc b/doc/src/editors/creator-coding.qdoc
index b897961996..11990f4618 100644
--- a/doc/src/editors/creator-coding.qdoc
+++ b/doc/src/editors/creator-coding.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -93,10 +93,10 @@
\li \l{Using Language Servers}
- The experimental language client provides code completion,
- highlighting of the symbol under cursor, and jumping to the symbol
- definition for other programming languages besides C++. In addition,
- it integrates diagnostics from the language server.
+ The language client provides code completion, highlighting of the
+ symbol under cursor, and jumping to the symbol definition for other
+ programming languages besides C++. In addition, it integrates
+ diagnostics from the language server.
\li \l{Editing MIME Types}