Quick Search for:  in language:    
PSC,15MB,cEdit,OpenSource,Code,Editor,Origina
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Delphi Stats

 Code: 209,911. lines
 Jobs: 14. postings

 How to support the site

 
Sponsored by:

 
You are in:
 

Does your code think in ink?
Login





Latest Code Ticker for Delphi.
Record From Microphone to Wave File
By Una-Rat on 11/25


List Manager
By james hill on 11/17


Click here to see a screenshot of this code!Skin app
By Jonathan Curry on 11/15

(Screen Shot)

Click here to see a screenshot of this code!Encrypted Notepad
By Kresnata Adijaya on 11/15

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

cEdit Version 5.1.4

Print
Email
 
VB icon
Submitted on: 6/23/2003 4:53:39 PM
By: Ackbar  
Level: Intermediate
User Rating: By 2 Users
Compatibility:Delphi 6

Users have accessed this code 2503 times.
 
(About the author)
 
     cEdit is an OpenSource Code Editor. Originally it was written in Visual Basic, but has been ported to Borland Delphi 6 Personal Edition. This is one of the most complete editors on PSC I believe, and has a huge number of features available. It uses synedit to achieve the syntax highlighting, but this is only one portion of what cEdit can do. Unfortunatly the file size of the download is pretty large, running almost 15MB. Because of this I am unable to upload directly to psc so I've included a direct link to the source below off the sourceforge website. I emailed the psc owners asking them if possible to post the source for me. http://prdownloads.sourceforge.net/cedit/cEditSource.zip?download Please note the components for the app are all located in the components directory. Some of them are by me, others I can not claim credit for. Browse threw, most of them came with readme's so you can see who deserves credit where.

 
code:
Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!
 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.

    !**************************************
    ! Name: cEdit Version 5.1.4
    ! Description:cEdit is an OpenSource Cod
    !     e Editor. Originally it was written in V
    !     isual Basic, but has been ported to Borl
    !     and Delphi 6 Personal Edition. This is o
    !     ne of the most complete editors on PSC I
    !     believe, and has a huge number of featur
    !     es available. It uses synedit to achieve
    !     the syntax highlighting, but this is onl
    !     y one portion of what cEdit can do. Unfo
    !     rtunatly the file size of the download i
    !     s pretty large, running almost 15MB. Bec
    !     ause of this I am unable to upload direc
    !     tly to psc so I've included a direct lin
    !     k to the source below off the sourceforg
    !     e website. I emailed the psc owners aski
    !     ng them if possible to post the source f
    !     or me. 
    http://prdownloads.sourceforge.net/cedit/cEditSource.zip?download
    Please note the components for the app are all located in the components directory. Some of them are by me, others I can not claim credit for. Browse threw, most of them came with readme's so you can see who deserves credit where.
    ! By: Ackbar
    !
    !This code is copyrighted and has    ! limited warranties.Please see http://w
    !     ww.Planet-Source-Code.com/vb/scripts/Sho
    !     wCode.asp?txtCodeId=1162&lngWId;=7    !for details.    !**************************************
    
    Download source and components at:
    http://prdownloads.sourceforge.net/cedit/cEditSource.zip?download


Other 3 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
6/23/2003 5:08:13 PM:Ackbar
Comments and suggestions are welcome 
and appreciated.  I apologize for the 
file size but there is a lot to it so 
it was kind of unavoidable with the 
source. 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/26/2003 8:16:30 AM:Api
good job.. probably the best code 
editor on pscode
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/26/2003 4:00:41 PM:Ackbar
Thanks. I'm still trying to make it 
better though.  I want it to be an 
actual competitor for some of the well 
known compercial apps :) We'll see if I 
can ever pull that one off.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/6/2003 2:22:52 PM:
ackbar... do you still have a visual 
basic version of this? god... the user 
interface alone is great! can't use it, 
though... i'm running vb6 only. i hope 
you can help me out. thanks 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/9/2003 12:20:23 PM:
Found a slight usability bug - the 
compiler selection window's close 
button does nothing - but otherwise 
this is VERY impressive. And, the 
source doesn't make Delphi 7 cry 
either. :-D
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/16/2003 5:31:49 PM:
I'm dying to get this code up in 
Delphi7, but it keeps telling me I'm 
nissing TmxPlugin... and I can't find 
it in the source code zip at all. Can 
you help? And do you have any install 
instructions at all for the source? I 
think I know how, but it would be nice 
to know which components need to be 
installed as well. Thanks. 
skip.bremer@tasb.org
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/17/2003 3:24:13 AM:Ackbar
The visual basic version is available 
at 
http://www.sourceforge.net/projects/cedi
t but doesn't even half compare to this 
version.  Visual basic just doesn't 
offer the abilities delphi does without 
delving immensly deep into code that is 
generally unstable and quite difficult 
to make use of.  Delphi is a superior 
language in every way to vb that I can 
think of.  I wouldn't call it better 
than c++ though.  I've taken to writing 
games in c++ as a hobby too and I 
wouldn't trade c++ for games for any 
language (although c works basicly as 
well.  Classes may seem great but they 
don't really offer anything c can't do, 
just more organized code).  Heh 
sometimes when I think about it I 
actually like c more than c++ but I 
guess I've just taken more to c++ cause 
it's more the standard, and not to many 
companies hiring c programmers these 
days :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Delphi Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.