目录
1 Sourceinsight 3.5配置
1.1 放大字体
1.2 高亮
“options->key assignments"
View:
Hightlight World
1.3 查找
ctrl+'/'
2 Sourceinsight 4.0配置
2.1 字体放大
(1)panel fonts:
option,preference,colors&font
(2)code fonts:
option,file type options
2.2 修改默认字体
Alt + y
2.3 显示行号
点击菜单栏View->Line Numbers
2.4 破解
https://blog.csdn.net/biubiuibiu/article/details/78044232
2.5 全局搜索字符串
ctrl+\
search method选择Simple String!!!
2.6 高亮
F8
2.7 注释
Source Insight常用快捷键及注释快捷键设置_方长存的博客-CSDN博客
多行注释:当前设置为ctrl+l
多行取消注释:当前设置为ctrl + shift +l
将需要注释掉的代码前面加上#if 0
结尾加上#endif
如果需要取消注释把#if 0改成#if 1就可以了
2.8 替换字符串
ctrl + h
2.9 sourceinsight现象:"代码没有同步上"
可能是名空间没加!!!
void CHI::getbuffer(){
...
}
3 evernote快捷键
3.1 黏贴并匹配格式:ctrl+shift+v
3.2 加粗:ctrl+b
3.3 高亮:ctrl+shift+h
3.4 到文章最底端:ctrl+end
4 notepad tips
4.1 查找A或B
选择正则表达式模式
xx|yy|zz可以查找多个关键字
4.2 查找A且B
过滤“hyh”和“2661”
先在原文搜索“hyh”,再在已经搜索的结果里搜索“2661”
4.3 高亮多个关键字
右键,
style token,
使用格式1
使用格式2
......
5 用drawio和processon画UML
可以用draw.io或processon画UML: