forked from qt-creator/qt-creator
		
	New QmlDesigner plugin & Design mode
This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
This commit is contained in:
		@@ -655,7 +655,6 @@ TextEditor::BaseTextEditor::Link QmlTextEditor::findLinkAt(const QTextCursor &cu
 | 
			
		||||
    QTextCursor expressionCursor(cursor);
 | 
			
		||||
    {
 | 
			
		||||
        // correct the position by moving to the end of an identifier (if we're hovering over one):
 | 
			
		||||
        const QString txt = cursor.block().text();
 | 
			
		||||
        int pos = cursor.position();
 | 
			
		||||
        forever {
 | 
			
		||||
            const QChar ch = characterAt(pos);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user