You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
If you invoke the "Go to symbol" menu (cmd + shift+ t) in the following C standalone code, you'll see that all the parsing stops after the first #endif. That is, the function any_function() is not listed in the "Go to symbol" menu.
The issue goes away if I comment out the line inside the first #ifdef block, that is if (regular_flag) {. By doing so however the code does not compile anymore.
I run Textmate 2.0-beta.7.1 on a Retina MacBook Pro with Mac Os X 10.10.2 (Yosemite).
Thank you for your attention!
Cheers,
Guido
The text was updated successfully, but these errors were encountered:
Hi!
If you invoke the "Go to symbol" menu (cmd + shift+ t) in the following C standalone code, you'll see that all the parsing stops after the first #endif. That is, the function
any_function()
is not listed in the "Go to symbol" menu.The issue goes away if I comment out the line inside the first #ifdef block, that is
if (regular_flag) {
. By doing so however the code does not compile anymore.I run Textmate 2.0-beta.7.1 on a Retina MacBook Pro with Mac Os X 10.10.2 (Yosemite).
Thank you for your attention!
Cheers,
Guido
The text was updated successfully, but these errors were encountered: