My text editor - Da VIMci.

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
Anickyan
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Mon Jun 25, 2012 8:24 am

My text editor - Da VIMci.

Post by Anickyan »

Yes, I know, it's not a game. But hell, you can make a game with it if you want to!

It's a text editor I've been working on for about a month now. Here is the list of current features:
  • Text editing(duh :P)
  • Pasting(a bit buggy right now, when dealing with selections)
  • Copying
  • Selections
  • Multiple cursors at once
  • Customisable colourschemes
  • Loading/saving files
I'm currently working on plugin support, which will allow for custom syntax highlighting functions, custom views and more.

Here is a screenshot of it's current state:
Image

You can visit the project's website to see more information, or jump directly to the Github page.

Any feedback is appreciated!
Thanks for reading,
Mads.
User avatar
gamenovice
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 78
Joined: Fri Nov 12, 2010 7:49 pm
Current Project: wii u dev, sdl, and some unity 3D
Favorite Gaming Platforms: PC, GAMEBOY, GAMECUBE, WII, 3DS,PS2
Programming Language of Choice: C#,C++,Java
Location: Tampa,FL
Contact:

Re: My text editor - Da VIMci.

Post by gamenovice »

is this app able to save out to any text file, or do you have certain formats in mind?
without code, we wouldnt have life as we know it...
Anickyan
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 5
Joined: Mon Jun 25, 2012 8:24 am

Re: My text editor - Da VIMci.

Post by Anickyan »

gamenovice wrote:is this app able to save out to any text file, or do you have certain formats in mind?
It just saves the text which is written in the editor, with plain ASCII characters.
Post Reply