Slickedit 2009 (14.0.0.7)

locoepinga

Member
Joined
Feb 26, 2008
Messages
18
Reaction score
26
SlickEdit 2009 is a cross-platform, multi-language code editor that gives programmers the ability to create, navigate, modify, build, and debug code faster and more accurately.


Speed

* Navigate your codebase quickly. Context Tagging allows you to drill down from a symbol to its definition, or quickly find all references without searching.
* Type less with syntax expansion, completions, and code templates.
* Create custom typing shortcuts with aliases
* Handle jobs both big and small. Create and manage workspaces and projects, or launch SlickEdit for quick editing tasks in less time than it takes some IDEs to finish loading.

Power

* Display symbol details with List Members, function/method argument help, and formatted Javadoc/XMLdoc/Doxygen comments
* Analyze symbols and hierarchy with a rich set of tools including Symbols, Class, References, and Find Symbol tool windows
* Check in and check out from version control
* Diff files and directories
* Preview the definition for the symbol under the cursor automatically without lifting a finger. The Preview tool window shows the definition and formatted Javadoc/XMLdoc/Doxygen comments.
* Edit files up to 2 GB

Flexibility

* Type the way you want. Complete, highly accurate emulations for 13 editors including CodeWright, Brief, EMACS, and Vim
* Code in over 40 languages on 7 platforms.
* Record macros to perform common or repetitive tasks
* Create custom keyboard and mouse bindings
* Add custom menus and toolbars
* Create custom macros with a full-featured macro language

Code:
http://rapidshare.com/files/215200927/SE2009_14007.7z
 

ntp2000

New member
Joined
Sep 22, 2009
Messages
3
Reaction score
15
Age
45
Slickedit 2009.2 (14.0.2) has been release.

You can download from www.slickedit.com

and crack it by:

for Windows:

40CDB6 : mov eax, [ebp+var_38] ==> xor eax, eax
same as
0xC1B6 : 8B 45 C8 ==> 33 C0 90

for Linux:
807497F : mov eax, [ebp+var_54] ==> xor eax, eax
same as
0x2C97F : 8B 45 AC ==> 33 C0 90
 
Top