And the features of VIM 7.1 make it much more beautiful.
Long live VIM and Cream....
Programming experience brought to light.
Posted by
Indian Lycan
at
5:34 AM
0
comments
java -Xbootclasspath/p:<aop boot classpath as described> \
-Djboss.aop.path=<path to jboss-aop.xml> \
-classpath <path to your classes> com.blah.MyMainClass
Posted by
Indian Lycan
at
3:19 AM
0
comments
I have been search, playing with and reviewing a number of text editors and now i have planned to roll out my own editor called MyMate soon.
This will be a project where i will learn advance C++ and I'm gonna enjoy using JUCE. The project is an inspiration from the wonderful editor TextMate.
This is an initial screen of MyMate(just started to work on it)
I'm not a very good C++ programmer, so i would like someone to guide me and help me in this project.
Anybody interested to help me, just add comment and we'll start a project with a repository in SourceForge.
Posted by
Indian Lycan
at
10:02 AM
1 comments
This is my dark colour scheme for VIM, which is based on rdark colour scheme. I have done some colour changes to
Posted by
Indian Lycan
at
1:27 PM
2
comments
Labels: VIM editor color scheme
Slippery Snippets brings the HOT HOT feature of TextMate to VIM. Define you snippet in snippets file and use the snippets with a single <TAB
Just download the VIMBALL file and load it in VIM. Then use the sourcing command to extract it.
:so %
The content will be extracted to appropriate locations in the VIM's directory. Now, open a C++ source file and type "do"; then hit the
{ Note: Snippet files can be found at "vim/vimfiles/after/ftplugin". Refer the snippets files for creating your own snippets.}
Enjoy the Snippets!
Posted by
Indian Lycan
at
10:37 AM
0
comments
CrimsonEditor is a very clean, simple and lightweight editor for windows. And for a very long time there was no development. But now a team has come up with an idea to build cross platform editor using wxWindows and they call it EmeraldEditor.
I don't think i would be as light as Crimson, because WxWidgets is a huge and heavy library and makes the application a bit bloated.
Lets wait and check it out.
Posted by
Indian Lycan
at
7:16 AM
0
comments

TextMate has created a big impression in the minds of programmers, especially ROR developers. It seems that TextMate provides a very elegant look plus a number of features that makes development faster and cleaner.
Intype is a new programmers editor coming up with similar features for windows. The team has released an Alpha version of the editor.
It looks good, but some of the basic functionalities are not working for e.g undo is not implemented.
Posted by
Indian Lycan
at
2:01 AM
0
comments