本人用的slickedit的版本是11.0.2 在linux下请用脚本启动slickedit,具体看附件。 常用的快捷键的key bindings名字: 1、toggle-symbol 符号表查找 2、push-ref 查找光标处的引用 3、toggle-refs 查找引用 4、next-buff-tab 向下切换tab页 5、pre-buff-tab 向上切换tab页 6、attivate-menu 弹出当前文件defs 7、function-argument-help 函数帮助 8、hlWordTest 高亮光标处文字(需要自己加载一个宏,看附件)...
by linuxiang - Linux文档专区 - 2008-10-22 11:35:52 阅读(1460) 回复(0)
本帖最后由 yshihyu 于 2012-05-08 00:05 编辑 我在linux 使用 slickedit 发现常常 lag , 电脑内存只有 4G , CPU i5 不知道是不是应该内存太少~ 但是我top 显示还有剩余的内存可用~ cpu也还够用 不知道是什么原因造成? 有用 slickedit 朋友 trace android source code 会有这样情况发生吗? 因为我现在看source code 很不方便常常 lag 住 谢谢
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/16651/showart_1011196.html
Tools > Version Control 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/16651/showart_1011193.html
Menu "Debug" 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/16651/showart_1011190.html
[color="#ffffff"] FTP support includes a complete [color="#ffffff"]FTP/SFTP client and the ability to easily open and edit [color="#ffffff"]FTP files. Before you can access the [color="#ffffff"]FTP files, you must create an [color="#ffffff"]FTP profile, then start that connection. Select Tools Window -> FTP Click the speedbar "Start a new session". Add FTP Profile in FTP Profile Ma...
Building and Compiling now let's build a single layer project... Click Project > Project Properties asume that there is makefile file in working directory %rw Tab "Build" Pre-build commands: set PATH=c:\cygwin\bin Post-build commands: Tab "Tools" select Tool: Build Command Line: make Run from dir: %rw 本文来自ChinaUnix博客,如果查看原文请...
SlickEdit includes the following screen elements: Title bar - the product name and path of the current file in focus. Main Menu - groups of buttons. Standard Toolbar - Editer Pane Editer Tool Windows Backup History Bookmarks Breakpoints Build Class Clipboards Code Anotations Current Context Defs ...
LINUX下面确实没有好的源码分析及查看工具,只有个sourcenav但是本人不敢恭维! 在google的某个论坛上偶见到了手工破解SlickEdit11.1.0的方法,回来自己使用ghex一改 果然可行,故在这里贡献给大家,特别是看内核源码太需要好的工具了, 没办法谁叫linux下 没有好的呢?? 呵呵,下面是破解方法: 一、文件偏移位置0x24daf 改成14个0x90。 二、文件偏移位置0x980ee 0F 84 改成 90 E9 Slick Edit 10.0以后的版本在linux下拖动已...