我们在复制代码的时候,经常会发生这种事情。

例如:如下文件(lpc17xx_libcfg.h)

00001 /***********************************************************************/
00020 #ifndef LPC17XX_LIBCFG_H_
00021 #define LPC17XX_LIBCFG_H_
00022
00023 #include "lpc_types.h"
00024
00025
00026 /************************** DEBUG MODE DEFINITIONS *********************************/
00027 /* Un-comment the line below to compile the library in DEBUG mode, this will expanse
00028    the "CHECK_PARAM" macro in the FW library code */
00029
00030 #define DEBUG
00031
00032
00033 /******************* PERIPHERAL FW LIBRARY CONFIGURATION DEFINITIONS ***********************/
00034
00035 /* Comment the line below to disable the specific peripheral inclusion */
00036
00037 /* DEBUG_FRAMWORK ------------------------------ */
00038 //#define _DBGFWK
00039
00040 /* GPIO ------------------------------- */
00041 #define _GPIO
00042
00043 /* EXTI ------------------------------- */
00044 //#define _EXTI
00045
00046 /* UART ------------------------------- */
00047 //#define _UART
00048 //#define _UART0
00049 //#define _UART1
00050 //#define _UART2
00051 //#define _UART3
00052
00053 /* SPI ------------------------------- */
00054 //#define _SPI
00055
00056 /* SSP ------------------------------- */
00057 //#define _SSP
00058 //#define _SSP0
00059 //#define _SSP1
00060
00061 /* SYSTICK ----------------------------*/
00062 #define _SYSTICK
00063
00064 /* I2C ------------------------------- */
00065 //#define _I2C
00066 //#define _I2C0
00067 //#define _I2C1
00068 //#define _I2C2
00069
00070 /* TIMER ------------------------------- */
00071 #define _TIM
00072
00073 /* WDT ------------------------------- */
00074 //#define _WDT
00075
00076
00077 /* GPDMA ------------------------------- */
00078 //#define _GPDMA
00079
00080
00081 /* DAC ------------------------------- */
00082 //#define _DAC
00083
00084 /* DAC ------------------------------- */
00085 //#define _ADC
00086
00087
00088 /* PWM ------------------------------- */
00089 //#define _PWM
00090 //#define _PWM1
00091
00092 /* RTC ------------------------------- */
00093 //#define _RTC
00094
00095 /* I2S ------------------------------- */
00096 //#define _I2S
00097
00098 /* USB device ------------------------------- */
00099 //#define _USBDEV
00100 //#define _USB_DMA
00101
00102 /* QEI ------------------------------- */
00103 //#define _QEI
00104
00105 /* MCPWM ------------------------------- */
00106 //#define _MCPWM
00107
00108 /* CAN--------------------------------*/
00109 //#define _CAN
00110
00111 /* RIT ------------------------------- */
00112 #define _RIT
00113
00114 /* EMAC ------------------------------ */
00115 //#define _EMAC
00116
00117 /************************** GLOBAL/PUBLIC MACRO DEFINITIONS *********************************/
00118
00119 #ifdef  DEBUG
00120 /*******************************************************************************
00121 * @brief                The CHECK_PARAM macro is used for function's parameters check.
00122 *                               It is used only if the library is compiled in DEBUG mode.
00123 * @param[in]    expr - If expr is false, it calls check_failed() function
00124 *                       which reports the name of the source file and the source
00125 *                       line number of the call that failed.
00126 *                    - If expr is true, it returns no value.
00127 * @return               None
00128 *******************************************************************************/
00129 #define CHECK_PARAM(expr) ((expr) ? (void)0 : check_failed((uint8_t *)__FILE__, __LINE__))
00130 #else
00131 #define CHECK_PARAM(expr)
00132 #endif /* DEBUG */
00133
00134
00135
00136 /************************** GLOBAL/PUBLIC FUNCTION DECLARATION *********************************/
00137
00138 #ifdef  DEBUG
00139 void check_failed(uint8_t *file, uint32_t line);
00140 #endif
00141
00142
00143 #endif /* LPC17XX_LIBCFG_H_ */

首先,我们要选择正则表达式选项

然后,替换行号

?:表示任何的单个字符。

最后,替换掉行首的空格

UltraEdit 除去行首的行号和空格的更多相关文章

  1. vim中使用sed去除网上copy的源代码行号和空格

    有些时候,在网上搜索到的代码都包含有行号,高亮显示控件不支持直接提取,如: test.sh 01 #!/bin/bash 02 echo “aaa” 简单的去掉行号和前面的空格: 方案一: 1.vim ...

  2. Notepad++去除代码行号的几种方法

    Notepad++去除代码行号的几种方法 (转自:http://hi.baidu.com/beer_zh/item/e70119309ee587f2a8842892)问:在网页中复制代码时,常常遇到高 ...

  3. 利用Vim提供的正则去掉代码每行开头不想要的行号以及vi常见问题和应用技巧

    看到一不错的代码片断,但奈何无论怎么拷贝,粘贴到VS里都是带行号的,300多行的代码手工删除行号与前面的空格可得耗不少时间...这时想起了无所不能的VIM,以及它的正则,它的替换功能.解决步骤: 1. ...

  4. linux vim 插入行号

    1 在文本中插入行号 最近有朋友提到某编辑器有一个可以插入行号的插件,问Vim有没有办法可以在文章中插入行号.%$^&*#8~#$@#!--让我们看一下有多少种方式可以在vim中插入行号或数字 ...

  5. vim显示行号、语法高亮、自动缩进的设置

    转载自:http://blog.csdn.net/chuanj1985/article/details/6873830   在UBUNTU中vim的配置文件存放在/etc/vim目录中,配置文件名为v ...

  6. mac/linux中vim永久显示行号、开启语法高亮

    步骤1: cp /usr/share/vim/vimrc ~/.vimrc 先复制一份vim配置模板到个人目录下 注:redhat 改成 cp /etc/vimrc ~/.vimrc 步骤2: vi ...

  7. 解决vi/vim中粘贴会在行首多很多缩进和空格的问题

    解决vi/vim中粘贴会在行首多很多缩进和空格的问题 secureCRT会将你原来的文本原封不动的按照字符串的样式发送给服务器.所以当你的服务器上的vim设置为autoindent的话,在i模式下,那 ...

  8. VIM技巧之去除代码行号并缩进代码

    从网上找源代码时经常会发现代码虽然排版很好,但是前面带着行号,直接复制粘贴得将前面的行号去掉才能编译,而更糟糕的是前面带行号,而代码又没排版,简直是噩梦.在VIM中可以轻易地解决这个问题. 这里将网上 ...

  9. linux vim 配置文件(高亮+自动缩进+行号+折叠+优化)

    点评:将一下代码copy到 用户目录下 新建文件为 .vimrc保存即可生效 如果想所有用户生效 请修改 /etc/vimrc (建议先cp一份)"===================== ...

随机推荐

  1. Puppet Agent/Master HTTPS Communications

    The agent/master HTTP interface is REST-like, but varies from strictly RESTful design in several way ...

  2. Windows蓝屏后产生的.dmp分析原因

    Windows系统电脑出现蓝屏后都会自动重启,重启后电脑屏幕会提示蓝屏的相关信息,此时如果你没有来得及查看,你也可以进入windows7的“事件查看器”(位置为:控制面板--系统和安全--管理工具-- ...

  3. Datagridview中数字格式列 不显示小数点前面的0

    用代码设置DataGridView中某列为数字格式,但当小数为0.*的时候,前面的0却不显示.只显示.*. 看网上有说: 调整本地设置,控制面板-区域和语言选项,在弹出框的区域选项卡中,选择自定义,在 ...

  4. showdialog窗体不在任务栏显示的问题处理

    场景: c#开发的windows窗体用showdialog弹出时,在任务栏中 win7系统显示,win xp和win 2003却不显示. 窗体的ShowInTaskbar已设置为True. 解决: 在 ...

  5. 黄聪:主机宝安装wordpress注意事项

    1.web环境安装PHP使用5.4.21-nts-03版本 2.web环境安装Mysql使用5.5.45版本 3.创建好站点后,给站点的public_html目录添加IIS_xxx用户最高权限,添加N ...

  6. Redis作者谈Redis应用场景(转)

    毫无疑问,Redis开创了一种新的数据存储思路,使用Redis,我们不用在面对功能单调的数据库时,把精力放在如何把大象放进冰箱这样的问题上,而是利用Redis灵活多变的数据结构和数据操作,为不同的大象 ...

  7. Spark工程开发常用函数与方法(Scala语言)

    import org.apache.spark.{SparkContext, SparkConf}import org.apache.spark.sql.{SaveMode, DataFrame}im ...

  8. Edmonds_Karp 算法入门详解(转)

    转载自:http://blog.csdn.net/hsqlsd/article/details/7862903 有n个点,有m条有向边,有一个点很特殊,只出不进,叫做源点,通常规定为1号点.另一个点也 ...

  9. vs2015-Azure Mobile Service

    /App_Data /App_Start/ WebApiConfig.cs using System; using System.Collections.Generic; using System.C ...

  10. heredoc和nowdoc的区别

    heredoc使用 <<< EOT 的标示符,而nowdoc使用 <<< 'EOT' 这样的标示符,其中nowdoc是PHP5.3引进的新技术,它包含了heredo ...