QmlJSEditor: Rename QmlJSTextEditorWidget to QmlJSEditorWidget

Matches the general pattern and is shorter.

Change-Id: Ib29ff5203a707f2152a9dfab42bcfd5697d0a7dc
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
hjk
2014-08-25 20:01:46 +02:00
parent 5af67a9078
commit 2db0f875cb
9 changed files with 52 additions and 52 deletions

View File

@@ -55,7 +55,7 @@ namespace QmlJSEditor {
namespace Internal {
class QmlJSTextEditorWidget;
class QmlJSEditorWidget;
class HoverHandler : public TextEditor::BaseHoverHandler
{
@@ -70,7 +70,7 @@ private:
virtual void identifyMatch(TextEditor::BaseTextEditor *editor, int pos);
virtual void operateTooltip(TextEditor::BaseTextEditor *editor, const QPoint &point);
bool matchDiagnosticMessage(QmlJSTextEditorWidget *qmlEditor, int pos);
bool matchDiagnosticMessage(QmlJSEditorWidget *qmlEditor, int pos);
bool matchColorItem(const QmlJS::ScopeChain &lookupContext,
const QmlJS::Document::Ptr &qmlDocument,
const QList<QmlJS::AST::Node *> &astPath,