https://bugs.kde.org/show_bug.cgi?id=198477 Summary: Bad detection of file type for source files without extension Product: kdevelop Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: jacob.benoit.1@gmail.com Version: 3.9.94 (using Devel) OS: Linux Installed from: Compiled sources In my project I have global header files without extension: http://bitbucket.org/eigen/eigen2/src/tip/Eigen/ All of these files should be detected as C++ headers. Result: * The file named Core is can't be opened at all in KDevelop. Opening it does nothing. It isn't hard to detect as C++, as it contains "#include" and "namespace"... * Only Eigen and Dense are detected in a correct way (as C source files, which is OK). These files consist of just #includes. * Most other files are detected as plain text files. Strange, as they aren't hard to detect as C++, for same reason as above. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.