[Qt-creator] replace this occurance and stop (like emacs .)

2010-11-20 Thread Jeffrey Newman
Is there a way to replace the occurrence of string as the last replace?
Like the . in emacs.  As things stand now, after I change the last
occurrence of string, the editor wraps and find myself far way from I
want to be.

thanks

Jeffrey


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Unable to build on Solaris

2010-11-20 Thread André Pönitz
On Tuesday 16 November 2010 14:34:12 ext Murphy, Sean M. wrote:
 I'm trying to build QtCreator on Solaris, and I'm hitting the following snag:
 
  make
 cd src/  /data1/u/murphy/qt-4.7.1/bin/qmake 
 /data1/u/murphy/qt-creator-2.1.0-beta1-src/src/src.pro -o Makefile
 cd src/  make -f Makefile
 cd libs/  /data1/u/murphy/qt-4.7.1/bin/qmake 
 /data1/u/murphy/qt-creator-2.1.0-beta1-src/src/libs/libs.pro -o Makefile
 cd libs/  make -f Makefile
 cd qtconcurrent/  /data1/u/murphy/qt-4.7.1/bin/qmake 
 /data1/u/murphy/qt-creator-2.1.0-beta1-src/src/libs/qtconcurrent/qtconcurrent.pro
  -o Makefile
 cd qtconcurrent/  make -f Makefile
 /data1/u/murphy/qt-4.7.1/bin/moc -DBUILD_QTCONCURRENT 
 -DIDE_LIBRARY_BASENAME=\lib\ -DQT_NO_CAST_TO_ASCII 
 -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DQT_NO_DEBUG 
 -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
 -I../../../../qt-4.7.1/mkspecs/solaris-cc-64-stlport 
 -I../../../../qt-creator-2.1.0-beta1-src/src/libs/qtconcurrent 
 -I../../../../qt-4.7.1/include/QtCore -I../../../../qt-4.7.1/include/QtGui 
 -I../../../../qt-4.7.1/include 
 -I../../../../qt-creator-2.1.0-beta1-src/src/libs 
 -I/data1/u/murphy/qt-creator-2.1.0-beta1-src/tools -I.moc/release-shared 
 -I/usr/sfw/include -I. 
 ../../../../qt-creator-2.1.0-beta1-src/src/libs/qtconcurrent/multitask.h -o 
 .moc/release-shared/moc_multitask.cpp
 CC -c -m64 -library=stlport4 -O -xldscope=hidden -mt -KPIC 
 -DBUILD_QTCONCURRENT -DIDE_LIBRARY_BASENAME=\lib\ -DQT_NO_CAST_TO_ASCII 
 -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DQT_NO_DEBUG 
 -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
 -I../../../../qt-4.7.1/mkspecs/solaris-cc-64-stlport 
 -I../../../../qt-creator-2.1.0-beta1-src/src/libs/qtconcurrent 
 -I../../../../qt-4.7.1/include/QtCore -I../../../../qt-4.7.1/include/QtGui 
 -I../../../../qt-4.7.1/include 
 -I../../../../qt-creator-2.1.0-beta1-src/src/libs 
 -I/data1/u/murphy/qt-creator-2.1.0-beta1-src/tools -I.moc/release-shared 
 -I/usr/sfw/include -I. -o .obj/release-shared/moc_multitask.o 
 .moc/release-shared/moc_multitask.cpp
 .moc/release-shared/../../../../../../qt-creator-2.1.0-beta1-src/src/libs/qtconcurrent/runextensions.h,
  line 354: Error: Templates can only declare classes or functions.

That line does declare a function template and looks correct.

Andre'
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] replace this occurance and stop (like emacs .)

2010-11-20 Thread Coda Highland
Check the archives; someone else asked this exact question a couple
weeks ago. I don't recall what the answer was, though.

On Sat, Nov 20, 2010 at 6:00 AM, Jeffrey Newman je...@photorepo.com wrote:
 Is there a way to replace the occurrence of string as the last replace?
 Like the . in emacs.  As things stand now, after I change the last
 occurrence of string, the editor wraps and find myself far way from I
 want to be.

 thanks

 Jeffrey


 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Per-project editor settings?

2010-11-20 Thread Nikos Chantziaras
Is there a way to have different editor settings for different projects? 
  On one project I'm working on I'm required to use spaces for 
indentation, while on another I'm required to indent with tabs.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Per-project editor settings?

2010-11-20 Thread Nicolas Arnaud-Cormos
On Saturday 20 November 2010 19:41:08 Nikos Chantziaras wrote:
 Is there a way to have different editor settings for different projects?
   On one project I'm working on I'm required to use spaces for
 indentation, while on another I'm required to indent with tabs.

No it's not possible for the moment.
please vote on bug: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-632 if 
you are interested in it.

Nicolas

-- 
Nicolas Arnaud-Cormos | nicolas.arnaud-cor...@kdab.com | Software Engineer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - Qt Experts - Platform-independent software solutions

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Per-project editor settings?

2010-11-20 Thread Nikos Chantziaras
On 11/20/2010 11:25 PM, Nicolas Arnaud-Cormos wrote:
 On Saturday 20 November 2010 19:41:08 Nikos Chantziaras wrote:
 Is there a way to have different editor settings for different projects?
On one project I'm working on I'm required to use spaces for
 indentation, while on another I'm required to indent with tabs.

 No it's not possible for the moment.
 please vote on bug: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-632 if
 you are interested in it.

Thanks for the pointer.  +1 votes :)
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator