From kde-bugs-dist Tue Jun 30 23:31:52 2009 From: =?UTF-8?Q?Beno=C3=AEt=20Jacob=20?= Date: Tue, 30 Jun 2009 23:31:52 +0000 To: kde-bugs-dist Subject: [Bug 198477] New: Bad detection of file type for source files Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=124653891419680 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.