【问题标题】:Can We delete many columns as UltraEdit in Xcode?我们可以在 Xcode 中删除很多列作为 UltraEdit 吗?
【发布时间】:2011-09-19 04:48:47
【问题描述】:

为了删除后面的“NSString *”

NSString * todayDate;
NSString * conditionStatus;
NSString * ftemp;
NSString * ctemp;
NSString * imageUrl;

让它像下面这样一次

 todayDate;
 conditionStatus;
 ftemp;
 ctemp;
 imageUrl;

【问题讨论】:

    标签: ios iphone cocoa-touch text ultraedit


    【解决方案1】:

    1) 您可以执行一个简单的Find & Replace,查找字符串为NSString *,并将替换字符串保留为empty

    2) 您可以在Xcode 中选择 的同时按option/alt 键,然后按delete 按钮。选择文本时按 option/alt 键可以选择文本作为列。

    【讨论】:

      【解决方案2】:

      如果我正确理解了您的问题,只需使用字符串NSString * 和空格进行查找和替换(command + f),这样就可以完成工作。希望有帮助!

      【讨论】:

        猜你喜欢
        • 2016-05-05
        • 1970-01-01
        • 2012-12-01
        • 2016-01-29
        • 2020-03-16
        • 2021-04-18
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多