Hi All,
I've run into a glitch related to the C++ bundle of TextMate and since I'm new to both TextMate and this list, I'm quite unsure how to proceed with the bug report.
Here it is anyway. The symbol is not properly detected with constructor in the form of:
Foo::Foo() : boo(1) { }
"boo" is incorrectly detected as symbol instead of "Foo::Foo". My bundle collection is quite up-to-date (rev. 7108).
Let me know if I should report this elsewhere.
Best, Antoine
-- Antoine Beyeler PhD Student
Ecole Polytechnique Fédérale de Lausanne Laboratory of Intelligent Systems EPFL-STI-I2S-LIS Office ELE 132 - Station 11 CH-1015 Lausanne Voice: ++41 21 693 73 54 Fax: ++41 21 693 58 59
Home page: http://lis.epfl.ch/119413 Project page: http://lis.epfl.ch/microflyers
On 2. May 2007, at 15:00, Antoine Beyeler wrote:
I've run into a glitch related to the C++ bundle of TextMate and since I'm new to both TextMate and this list, I'm quite unsure how to proceed with the bug report.
The language grammar only detects function signatures formatted on a single line, that’s a technical limitation.