Results 1 to 10 of 10

Thread: CodeSlayer 1.0 Source Code Editor Released!

  1. #1
    Join Date
    Apr 2006
    Beans
    27

    CodeSlayer 1.0 Source Code Editor Released!

    I just released the first version of CodeSlayer! It is a lightweight source code editor that boasts a clean interface but powerful features. It is written in C using the GTK+ toolkit.

    I think right now the target audience for CodeSlayer is anyone that does not need the features of a full blown IDE, but still wants a text editor that is geared towards writing code. At the core I always want CodeSlayer to be light and language neutral (aside from what GtkSourceView brings). And I think there is a ton of functionality that can be done with that in mind that other editors have not included. An example of this with CodeSlayer is the groups manager, which allows you to group file system mount points (called projects). This keeps things organized and can be easily searched. In addition you can have as many groups as you want, with an easy way to flip between them. And CodeSlayer will even keep track of the tabs you have opened as you flip between the groups.

    Then past the core functionality the goal is to make it easy for anyone to write a quick plugin. I am finishing up the plugin system right now so we will have a real nice way to start in with the language specific features. But, again, I never want any language specific feature to bleed into the core so that CodeSlayer always feels light.

    Right now I spend all of my free coding time working on CodeSlayer. Its something that I enjoy working on and I hope other people find it useful!

    The website is http://codeslayer.org and has all the information about how to install CodeSlayer.

    -Jeff Johnston

  2. #2
    Join Date
    Mar 2008
    Location
    Ireland
    Beans
    838
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: CodeSlayer 1.0 Source Code Editor Released!

    Looks really nice! You got yourself some nice programming skills.

    However I don't wanna sound rude or insulting but why develop this when Geany is available? (and IMHO quite a similar idea/application)
    Projects - PhotoFlare Image Editor | Xwii | URT-2D | BHR
    Hardware - System 76 - Galago UltraPro

  3. #3
    Join Date
    Apr 2006
    Beans
    27

    Re: CodeSlayer 1.0 Source Code Editor Released!

    No problem...I expect the comparisons.

    I was a little hesitant to even post about CodeSlayer because it is still very early days in the project. But I really like the feel of the project and thought other people would like it too. But probably the main thing that CodeSlayer has going for it is that I want this for my personal use and I am fully aware of what I am getting myself into! Hopefully as I get through more releases it will be more obvious on why I think the overall vision of CodeSlayer is different.
    Last edited by Jeff Johnston; April 6th, 2011 at 05:41 AM.

  4. #4
    Join Date
    Mar 2008
    Location
    Ireland
    Beans
    838
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: CodeSlayer 1.0 Source Code Editor Released!

    Ok regardless im still gonna check it out before I pass any judgement on it... I might post back here for some feedback if you want.
    Projects - PhotoFlare Image Editor | Xwii | URT-2D | BHR
    Hardware - System 76 - Galago UltraPro

  5. #5
    Join Date
    Aug 2007
    Location
    Auckland, NZ
    Beans
    196
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: CodeSlayer 1.0 Source Code Editor Released!

    Wow very nice app. Looks like lots of hours of work. Well Done. I checked out your video, will have to download a copy and see how it goes when i get my debian notebook back.
    Uses: Jaunty J 9.04 & Maverick 10.10

  6. #6
    Join Date
    Nov 2007
    Beans
    1

    Re: CodeSlayer 1.0 Source Code Editor Released!

    great work! I will give it a try for sure.

  7. #7
    Join Date
    Sep 2009
    Location
    Canada, Montreal QC
    Beans
    1,809
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: CodeSlayer 1.0 Source Code Editor Released!

    A deb would be very nice.
    I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones.
    Freedom is measured in Stallmans.
    Projects: gEcrit

  8. #8
    Join Date
    Apr 2006
    Beans
    27

    Re: CodeSlayer 1.0 Source Code Editor Released!

    CodeSlayer 1.1.0 is out! The best new feature is the plugin environment. I think CodeSlayers plugin environment is amazing because it is both powerful and simple. I think anyone that knows a little bit of C and the GTK+ toolkit can write a useful plugin in no time!

    http://codeslayer.org/

    -Jeff Johnston

  9. #9
    Join Date
    Apr 2006
    Beans
    27

    Re: CodeSlayer 1.0 Source Code Editor Released!

    Not to keep bumping up my own thread but I wanted to let people know that I just released version 1.2.1 of CodeSlayer. The focus of this release has been general usability improvements. I tried to pay a lot of attention to things like shortcut key refinement and being careful about what has focus as you navigate the interface. Overall I think things have a really nice feel to it now.

    In addition, since version 1.2 there is an autotools compiler plugin that bakes in the autotools functionality.

    Over the next few months I will be working on integrating the ctags and debugger. At that point I get to start on the real power features such as multiple clipboards, inline diff and a bookmarking system! But do not worry about feature bloat...the core of CodeSlayer will always stay lean.

  10. #10
    Join Date
    May 2011
    Beans
    273

    Re: CodeSlayer 1.0 Source Code Editor Released!

    Quote Originally Posted by Jeff Johnston View Post
    Not to keep bumping up my own thread but I wanted to let people know that I just released version 1.2.1 of CodeSlayer. The focus of this release has been general usability improvements. I tried to pay a lot of attention to things like shortcut key refinement and being careful about what has focus as you navigate the interface. Overall I think things have a really nice feel to it now.

    In addition, since version 1.2 there is an autotools compiler plugin that bakes in the autotools functionality.

    Over the next few months I will be working on integrating the ctags and debugger. At that point I get to start on the real power features such as multiple clipboards, inline diff and a bookmarking system! But do not worry about feature bloat...the core of CodeSlayer will always stay lean.
    Your program would be awesome if it would be like in Eclipse, where code debugs while writing it. If you'd do that for C it would really be a great IDE
    Your left hand is touching your face.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •