[Lazarus] Help: What color group is this?
I am trying to create some alternate styles for Lazarus and its code editor but am having a problem identifying some elements. Can anyone tell me what element group to which these belong? http://cache.getlazarus.org/images/code-color-problem.png These elements appear when you put your cursor on an identifier and code tools automatically highlights all identical identifiers within the same scope. I've tried changing all colors in both template and sycrhon edit, but they have no effect. I'm beginning to suspect that the color values are hard coded somewhere. Does anyone know where these colros values they are set or if they can be modified through the IDE display colors dialog? Thanks -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] Help: What color group is this?
On 18/03/18 19:59, Anthony Walter via Lazarus wrote: I am trying to create some alternate styles for Lazarus and its code editor but am having a problem identifying some elements. Can anyone tell me what element group to which these belong? http://cache.getlazarus.org/images/code-color-problem.png These elements appear when you put your cursor on an identifier and code tools automatically highlights all identical identifiers within the same scope. "Text" > "Highlight current word" You can also go to "Markup and Matches", and behind "Disable timer for markup current word" press "edit color" its not "scope" but "entire file" -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
Re: [Lazarus] Help: What color group is this?
Thanks, that did it. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus
[Lazarus] Linux make libQt5Pas fails
On Linux when following the instructions in the in lcl/interfaces/qt5/cbindings/README.TXT, I get this error during the make stage: g++ -c -m64 -pipe -Wfatal-errors -g -w -D_REENTRANT -fPIC -DBINUX -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -Itmp -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o tmp/qwindow_c.o src/qwindow_c.cpp In file included from src/qwindow_c.cpp:12:0: src/qwindow_c.h:54:113: error: ‘QWindow::AncestorMode’ is not a class or namespace handle, const QWindowH child, QWindow::AncestorMode mode = QWindow::AncestorMod ^ compilation terminated due to -Wfatal-errors. Makefile:2587: recipe for target 'tmp/qwindow_c.o' failed make: *** [tmp/qwindow_c.o] Error 1 Building on Ubuntu 16.04. Any suggestions? -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus