Lost Password?

Go Back   CodeCall Programming Forum > Community > Community Projects

Community Projects Projects created by members of CodeCall. Post all reviews, bugs and questions in this forum under the correct project thread.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-2007, 10:40 PM
AlexanderRybak's Avatar   
AlexanderRybak AlexanderRybak is offline
Newbie
 
Join Date: Dec 2006
Posts: 22
Rep Power: 7
AlexanderRybak is on a distinguished road
Default Code_Whore, a project of mine

Code_Whore


I have worked on this for a while, and I need some feedback. Basically, Code_Whore is a code editor. Right now it only has five highlighters (C/C++, HTML, GML, Python, Java), but that number will continue to grow. It is a very small application, and I want it to stay that way (only 331 kb). It also has no installer, as I want it to be as simple as possible and be compatible with jump drives (it doesn't use the registry, it will (in the next version) use .ini files).

Current Version: Alpha Y
Screenshot(s): 01
Download: Alpha Y (263 kb)

I would greatly appreciate it if any of you have suggestions, requests for features (or highlighters), bugs, etc.
__________________
Greynoise.net -- My site

RetroReviews -- Retro Reviews forums
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 02-09-2007, 07:21 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 5,973
Last Blog:
SAP, ERP and EDI
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Very nice looking! I've wanted to do this type of project before but never have! Is this for Windows only?

Do you want to make this an open source project? I would love to work on it.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-15-2007, 05:18 PM
AlexanderRybak's Avatar   
AlexanderRybak AlexanderRybak is offline
Newbie
 
Join Date: Dec 2006
Posts: 22
Rep Power: 7
AlexanderRybak is on a distinguished road
Default

Sorry for being so late in replying.

As of right now, it is only for windows, but I might re-code it to be linux compatible as well. Mac is out of the question, it seems

Oooh, that reminds me, it is now at Alpha Z, with new features... updating my original post.

As to making it open source... not sure if I want to, but I would appreciate the help. It is coded in Delphi, are you familiar with that language?

EDIT: Why can't I edit my original post? The link in the original post links to the Alpha Z. Anyway, here are the new features:
- Two new highlighters, CSS and PHP
- Two templates. I am now working on a template system where you can create your own templates. These will be auto-detected.
- You can now export code as RTF, HTML, or TeX documents, easily formatting code for easy reading.
__________________
Greynoise.net -- My site

RetroReviews -- Retro Reviews forums

Last edited by AlexanderRybak; 02-15-2007 at 05:31 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-16-2007, 08:42 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 5,973
Last Blog:
SAP, ERP and EDI
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Very nice program! The only thing I do not like right now is that you can not turn off the Line Numbers. I only like to see them when I need them. Do you plan on implementing tabs?

No, sorry to say I do not know Delphi well but please keep us updated on the progress.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-16-2007, 08:43 AM
Void's Avatar   
Void Void is offline
Programming Expert
 
Join Date: Jun 2006
Posts: 410
Rep Power: 11
Void is on a distinguished road
Default

Nice looking program, I may switch to this as my default editor. Does it handle Unix/Linux and Windows line breaks properly?
__________________
Void
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 02-16-2007, 12:19 PM
AlexanderRybak's Avatar   
AlexanderRybak AlexanderRybak is offline
Newbie
 
Join Date: Dec 2006
Posts: 22
Rep Power: 7
AlexanderRybak is on a distinguished road
Default

@Jordan: Turning off line numbers will definitely be added in eventually, as the program becomes more robust (remember, it's only in Alpha stage right now). As to tabs, I might try to add that in, but they may conflict with my textedit box.

@Void: Yes, I'm fairly sure it does. Also, it converts tabs to spaces like all self-respecting code editors should do.
__________________
Greynoise.net -- My site

RetroReviews -- Retro Reviews forums

Last edited by AlexanderRybak; 02-16-2007 at 12:43 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-17-2007, 12:05 PM
AlexanderRybak's Avatar   
AlexanderRybak AlexanderRybak is offline
Newbie
 
Join Date: Dec 2006
Posts: 22
Rep Power: 7
AlexanderRybak is on a distinguished road
Default

Sorry for double posting. Code_Whore is now Pre Beta. I've made the following changes:
- Added line numbers toggle (per request)
- Took out the templates for now (they'll come back in next release)
- Created a custom highlighter drop down box. Custom highlighters go in the 'CustomHLS' directory. Next version will have a highlighter creation tool
- Added an Assembly highlighter.

Download (312 Kb)
__________________
Greynoise.net -- My site

RetroReviews -- Retro Reviews forums

Last edited by AlexanderRybak; 02-17-2007 at 12:08 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-19-2008, 05:58 PM
marwex89's Avatar   
marwex89 marwex89 is offline
Programming God
 
Join Date: Jul 2008
Location: In that city Norway y'know
Posts: 691
Rep Power: 6
marwex89 will become famous soon enoughmarwex89 will become famous soon enough
Send a message via AIM to marwex89
Default Re: Code_Whore, a project of mine

Impressive! I must say! Keep up the good work! And only 312kB is really great!
__________________
Sex is one of the most wholesome, beautiful and natural experiences that money can buy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-19-2008, 06:03 PM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 7,343
Rep Power: 66
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default Re: Code_Whore, a project of mine

The website is parked/expired.. can't download anything.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-20-2008, 07:24 AM
chili5's Avatar   
chili5 chili5 is online now
Guru
 
Join Date: Mar 2008
Age: 15
Posts: 2,992
Rep Power: 25
chili5 is a glorious beacon of lightchili5 is a glorious beacon of lightchili5 is a glorious beacon of lightchili5 is a glorious beacon of lightchili5 is a glorious beacon of light
Default Re: Code_Whore, a project of mine

I can't get on the web site Seems like others were able to see the site though.
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Braingle
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
A cool project idea. AlexanderRybak Community Projects 3 02-11-2008 02:37 AM
Project Debug Database Chan C# Programming 1 05-03-2007 11:59 AM
Contributing to a project Jordan Community Projects 7 09-15-2006 04:43 PM
Community Project! - Recent project gone sour Crane C# Programming 5 09-09-2006 02:13 PM
C# Project built in Express Vs Project build in Pro Crane C# Programming 1 07-02-2006 09:38 AM


All times are GMT -5. The time now is 02:03 PM.

Contest Stats

John ........ 223.00000
dargueta ........ 168.00000
Xav ........ 164.00000
LogicKills ........ 20.00000
sam ........ 20.00000
gaylo565 ........ 18.00000
|pH| ........ 15.00000
WingedPanther ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 67%

Ads