HollowWorks.com
News
Downloads*
  hexcat
  vimlike
  quickmblog
  leaves
  zephulor
  rads
  foomail
  onomatopoeia
About
Games
Gallery
VimLike ::: Text editor that emulates VI/VIM on a basic level

License:



Download Directory See revisions below for details on versions.

Description:
VimLike, or as it would have been in it's next iteration, Vilk (Ilk of VI), is available, but un-supported.

Why? Visual Basic simply lacks the performance and flexibility to really make this application viable.

I originally wrote this program out of frustration at not being able to properly use notepad for large files, and from the constant accidental addition of ":wq" to text I was working on. This was during my initial switch to command line compilers (At that time BCC 5.5) and I was still using Windows heavily. I now use Linux almost exclusively, and I believe that Linux is a viable enough desktop solution that anyone wanting the Vim experience, will be running Linux. The only real need I see now for something "Vim like" for Windows, is for those occasional forays into Windows, and for that you need something lite, fast, and small. Visual Basic makes all three of those impossible.

I had decided to remove the download link some time ago, but am now making all of the versions of vimlike available again, including it's source, which I was in the process of converting to "Vilk" (For Ilk of Vi).

If you have comments, questions, send an email to: mrhollow@hollowworks.com, and I will get back with you shortly.

Revision History:
(6.27.01)
Printing now works like it should. (It used to cut off long lines rather than wrapping them)

Note: This release is beta


(6.26.01)
vimlike 03a beta

Search and replace can now be set either case sensitive or insensitive. (Check the options menu) Fixed a minor bug with "shift+a"

Note: This release is now beta (technically speaking all other versions were alpha)


(5.8.01)
vimlike 0.3

yy, dd, and p now supported. The ability to write out a file with a different name than currently open (i.e. :w file.txt) Replace function now takes line numbers rather than character position. Total number of lines in open file now listed on the status bar (5th field from the left) Fixed some general issues that caused replace and find to crash given the right circumstances.


(4.25.01)
vimlike 0.2b

Fixed a bug with searching and replacing in large files, that caused VimLike to crash.


(4.14.01)
vimlike 0.2a

Now supports large file opening (50 meg file successfully opened). Previously limited to 64k.


(4.10.01)
vimlike 0.2

Added i, a, shift+i, shift+a and x to the functions supported.


(4.8.01)
vimlike 0.1

Doesn't print properly, text longer than the paper is cut off rather than wrapped.