Eberhard Graether 42aa99d99b ui: reworked code view highlighting
This change draws the annotations in the code view in the paintEvent handler instead of using the ExtraSelections API.
Annotations are now drawn with a slight corner radius. Fill and border colors are defined in the ColorScheme.
2015-11-11 15:02:23 +01:00
2015-11-11 15:02:23 +01:00
2015-10-20 17:12:05 +02:00
2015-11-09 13:59:55 +01:00
2015-11-11 15:02:23 +01:00
2015-11-11 15:02:23 +01:00
2015-11-03 15:26:47 +01:00

Masterproject

Setup

External Software
Environment Variables
  • QT_DIR - ...\Qt\Qt5.2.1\5.2.1<IDE>\
  • CXX_TEST_DIR - .../cxxtest-4.3/
  • CLANG_DIR - .../clang-llvm/
  • BOOST_159_DIR - .../boost_1_59_0
  • EIGEN_DIR - .../eigen

For Win32:

  • VLD_DIR - .../Visual Leak Detector
  • path - apped path to git.exe
Settings

Run setup script: $ ./script/setup.sh

Release

App
  • create release build
  • make sure it uses the Coati icon
  • obfuscate the executable using upx
Data folder
  • put data folder in working directory
  • add empty log folder
  • add working tictactoe.xml project to /projects/tictactoe with sources in /projects/tictactoe/src
  • add empty app settings with one recent project tictactoe.xml
  • leave window_settings.ini with correct Coati start layout
Package
  • add app
  • add web/coati_manual.pdf to package
Updating Clang on UNIX

$ cd .../clang_llvm

$ cd llvm $ git pull origin master

$ cd tools/clang $ git pull origin master

$ cd tools/extra/ $ git pull origin master

$ cd ../../../../../build_debug $ cmake -G Ninja ../llvm $ ninja -j4 check-all

$ cd ../release_build $ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../llvm $ ninja -j4 check-all

Remarks
  • Boost lib dir: rename library directory for your system (e.g.: 'lib32-msvc-12.0') to 'lib'
S
Description
Sourcetrail - free and open-source interactive source explorer
Readme
292 MiB
Languages
C++ 63.4%
Java 32.7%
CMake 1.6%
Shell 1.1%
CSS 0.6%
Other 0.4%