Hi there!
I have a quick question: I am using ST3’s build system for scons to compile my source code. The code is written in C++ / Cuda so some files have the extension *.cu and *.cuh. For C++ files (such as *.cpp, *.h)
compiler errors are displayed nicely in the corresponding line in the text editor. For files with the cuda extensions this does not work. Any idea how to get the compiler error output back into the editor? Thanks a lot!
