slickedit 2007 for linux 支持中文输入拉

不过启动速度明显慢多了,可能是试用版的原因,也可能不是。 而且在我的机器上还是发现了和v11(.0.2)相同的问题:在Defs工具栏边界处故意拖动有可能导致系统崩溃。 另外UTF-8编码下的中文输入在SlickEdit的某些编辑界面下虽然能输入,但是字体显示为(?)问号,比如说jav...

2007-03-22 · wuan

共享库的构造函数和析构函数

gcc特有的函数(在编译时不能使用"-nonstartfiles"或"-nostdlib"选项): void __attribute__ ((constructor)) my_init(void); void __attribute__ ((destructor)) my_fini(void); 移植性更好的函数(不能改变函数名): void _init(); void _fini();

2007-03-22 · wuan

slickedit 2007 试用版已提供下载

^^

2007-03-19 · wuan

另一个网页足球经理游戏

http://trophymanager.com/index.php

2007-03-16 · wuan

解决zsh在mlterm下用screen时homeend键功能异常的问题

FROM: http://lfod.us/dotfiles/zshrc # Make HOME and END work reasonably case $TERM in xterm*) bindkey "^[[F" end-of-line bindkey "^[[H" beginning-of-line ;; esac bindkey '\e[1~' beginning-of-line # Home bindkey '\e[4~' end-of-line # End bindkey '\e[3~' delete-char # Del bindkey '\e[2~' overwrite-mode # Insert bindkey -v

2007-03-16 · wuan