What are you working on?

Discuss anything not covered by any of the other categories.
ajay
Posts: 559
Joined: Fri Oct 29, 2004 6:44 am
Location: Swindon, UK

Post by ajay »

Irritant
Posts: 250
Joined: Mon May 19, 2008 2:54 pm
Location: Maryland
Contact:

Post by Irritant »

Awesome!
http://red.planetarena.org - Alien Arena and the CRX engine
Junrall
Posts: 191
Joined: Mon Sep 21, 2009 12:27 am
Location: North West Oregon, USA
Contact:

Post by Junrall »

Ajay,
Nice work!... and way to go on showing your ongoing progress!
It shows your pride in what you are creating... kudos to you! :D
Good God! You shot my leg off!
Junrall
Posts: 191
Joined: Mon Sep 21, 2009 12:27 am
Location: North West Oregon, USA
Contact:

QC-Pad Project

Post by Junrall »

Ajay has inspired me!

Well, I am finally working on a project that has an actual goal!
I'm creating my own QC editor called QC-Pad. Egads! I hope that name hasn't been used yet!
I like one or two features of other programing editors, but have yet to find the same features packed into one editor. So, I'm attempting to make my own... one that is simple and has my favorite features that are easily accessible.
Currently I have the basics:
*Create/Delete projects.
*Projects use progs.src to load list boxes.
*Project Info display: progs.dat size, number of files used, total lines of code.
*Tabbed file editing.
*Drag tabs to reorder them.
*Load files from qc file list.
*QC-Pad remembers each project's last opened files and last line being edited in each file.
*Right clicking a tab gives you various options of new, save, and close.

There is still much to do with the basics such as standard text editing procedures: copy, paste, drag/drop.... yadda yadda

Future additions:
*User settings for global program properties and editing properties.
*Update progs.src live as files are added to and from the qc file list.
*Code snipets/clips.
*function search via a drop down list that automatically fills with the current open document functions.
*Standard search options.
*Editable keyword list and highlighting.

One of my goals is to have quick and easy access to things. I personally hate navigating through layers of menus and windows... so I'm going to try to keep it simple by keeping everything in one window by utilizing a few tabs, a few buttons and a comfortable layout that will contain the main features.

I must admit, I now have a new respect for those who build and maintain the mainstream editors! Creating an editor like this is no small task! And I suspect that I will be begging for mercy when it comes time to tackle keyword highlighting!!

Anyways, here are a few screen shots:
Image
Image
Image
Good God! You shot my leg off!
frag.machine
Posts: 2126
Joined: Sat Nov 25, 2006 1:49 pm

Post by frag.machine »

Nice, Junrall. May I give a couple suggestions ?

1) Most programming-oriented editors show source code using a monospaced font by default. This makes the indented code easier to read;
2) Templates or wizards to create new monsters, weapons and/or items would be a plus for the absolute beginners, and something not hard to implement.

Keep it up with the good work!
I know FrikaC made a cgi-bin version of the quakec interpreter once and wrote part of his website in QuakeC :) (LordHavoc)
GiffE
Posts: 170
Joined: Sun Oct 08, 2006 3:39 pm
Location: USA, CT
Contact:

Post by GiffE »

Very cool ajay, is this in vanilla quake?

Junrall, also if you get a compiler/output window. A feature I take for granted is double clicking on the error and having it go right to the file and line. :D
ajay
Posts: 559
Joined: Fri Oct 29, 2004 6:44 am
Location: Swindon, UK

Post by ajay »

FitzQuake 0.85
Junrall
Posts: 191
Joined: Mon Sep 21, 2009 12:27 am
Location: North West Oregon, USA
Contact:

Post by Junrall »

frag.machine wrote:1) Most programming-oriented editors show source code using a monospaced font by default. This makes the indented code easier to read;
2) Templates or wizards to create new monsters, weapons and/or items would be a plus for the absolute beginners, and something not hard to implement.
Yeah, definitely a font change is needed... will change to a monospaced font.
A monster template could actually be included as a code snipet... however a wizard would be fun to implement, but would be a later addition.
GiffE wrote:Junrall, also if you get a compiler/output window. A feature I take for granted is double clicking on the error and having it go right to the file and line. :D
Ha! I too love this feature in other editors as well and do plan to add that, for sure!
Good God! You shot my leg off!
r00k
Posts: 1111
Joined: Sat Nov 13, 2004 10:39 pm

Post by r00k »

syntax highlighting?? :)
Junrall
Posts: 191
Joined: Mon Sep 21, 2009 12:27 am
Location: North West Oregon, USA
Contact:

Post by Junrall »

r00k wrote:syntax highlighting?? :)
Lol, it was on the tip of my brain... just couldn't dredge it up and too tired/lazy to go look it up!
Yeah, what he said! :wink:
Good God! You shot my leg off!
ceriux
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Post by ceriux »

awesome looking mod and an awesome looking qc-editor . ill definantly play the mod and use the qc-editor . definantly needs syntax high lighting though
Arkage
Posts: 66
Joined: Thu Nov 19, 2009 4:17 pm

Post by Arkage »

That qc editor is looking quite nice. Not sure if you know of it or not but http://www.scintilla.org/ . Should make syntax highlighting a breeze.
Junrall
Posts: 191
Joined: Mon Sep 21, 2009 12:27 am
Location: North West Oregon, USA
Contact:

Post by Junrall »

Arkage wrote:That qc editor is looking quite nice. Not sure if you know of it or not but http://www.scintilla.org/ . Should make syntax highlighting a breeze.
Thanks!
Yeah, I have eye-balled Scintilla a bit.... for syntax highlighting capabilities. When that part of QC-Pad is being created I will try my hand at it first, but may take another look at Scintilla if my attempt is a "crash and burn".
I have so many other little things to do that I will have time to ponder and read up on the subject. I think my biggest hurdle with syntax highlighting will be speed... should be fun to figure out though!
Good God! You shot my leg off!
Downsider
Posts: 621
Joined: Tue Sep 16, 2008 1:35 am

Post by Downsider »

Baker
Posts: 3666
Joined: Tue Mar 14, 2006 5:15 am

Post by Baker »

Looks great Downsider, looks like you are leveraging all your skills.

I do hope you complete one of these and release it.

/What music is playing in the video? I like your taste in music and anything you ever use is always good.
The night is young. How else can I annoy the world before sunsrise? 8) Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
Post Reply