[Q] Xcode find/replace or insert Text macro
[Q] Xcode find/replace or insert Text macro
- Subject: [Q] Xcode find/replace or insert Text macro
- From: JongAm Park <email@hidden>
- Date: Thu, 04 May 2006 20:36:29 -0700
Hello.
When I write codes, I commented out code blocks often and revert them
for debugging.
The most convenient way to do so was to use regular express after
selecting some code blocks.
However the Xcode doesn't support ^, i.e caret, to select the first
character, whether it is white space character or not. So, I
search/replace using regular expression. ( According to the Xcode
document, it uses ICU's regular expression. Doesn't it support the full
set of the regular expression? )
So, another approach I tried is to see if there is "Insert Text Macro"
for it. As you know, the Xcode can insert some text pattern. Although
you can select some code blocks and comment them out in C style, but you
can't do it in C++ style.
So, is there any ways to make text macros for the Xcode?
Thank you.
JongAm Park
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden