5,276,406 members and growing! (17,332 online)
Email Password   helpLost your password?
Desktop Development » Edit Controls » General     Intermediate License: The Code Project Open License (CPOL)

Brainchild, A syntax coloring edit control

By Jan van den Baard

Syntax coloring, multi-level undo/redo editor control.
VC6, VC7, VC7.1, C++Windows, NT4, Win2K, WinXP, MFC, VS.NET2002, VS.NET2003, VS6, VS, Dev

Posted: 17 Nov 2002
Updated: 16 Jun 2005
Views: 273,219
Announcements
Want a new Job?



Search    
Advanced Search
Sitemap
Prize winner in Competition "MFC/C++ Oct 2002"
103 votes for this Article.
Popularity: 9.24 Rating: 4.59 out of 5
3 votes, 5.3%
1
2 votes, 3.5%
2
2 votes, 3.5%
3
5 votes, 8.8%
4
45 votes, 78.9%
5

Notes

The search and replace dialogs in version 2.4 and higher of the brainchild control are non-modal. This will require you to call the newly introduced API IsNonModalDialogMessage() in the main message loop of your application. Old code using the control should be updated. Failure to do so will result in shortcut keys and tab/shift tab navigation not working.

The compiled binaries archive contains the compiled versions of brainchild.dll, bcc.cpl, BCDemo.exe and brainchild.ocx. Please note that the setup as explained below is still needed to make it all work.

Introduction

Brain child is an editor control which supports all the bells like syntax coloring, multi-level undo/redo etc. The editor control comes in three parts.

  1. Brainchild.dll which is the editor control. It is the core component which is written in C.
  2. BCC.cpl which is the configuration control panel applet. This is written in C++ and depends on my ClassLib library.
  3. Brainchild.ocx which is an ActiveX wrapper for the control. It is written in C++ using MFC. This OCX makes it possible to used the brainchild control in VB or .NET applications.

In addition, I have included a simple MDI editor demonstration program called BCDemo which is written in C++ and also depends on my ClassLib library.

Features

Brainchild supports most modern editor capabilities including:

  • Syntax-coloring, fully configurable. Syntax coloring is supported both on screen and on printer output.
  • Multi-level undo/redo. Maximum number of hops configurable.
  • Bookmarks.
  • Line numbers.
  • Fully configurable keyboard mappings.
  • OLE drag and drop support.
  • Automatic/smart indentation.
  • Automatic case fixing.

How to get started

I have not included an installer package. This means that you must follow several steps to get the editor up and running.

  1. Download the source code (DLL, CPL, OCX (optional), BCDemo) or the compiled binaries. If you decide to use the compiled binaries, you still need to download the DLL source code. It contains necessary setup files which you will need to get things running. If you use the compiled binaries only, you can go to step 7.
  2. Download, setup and compile the ClassLib C++ library.
  3. Compile the brainchild DLL.
  4. Compile the brainchild CPL.
  5. Compile and register the brainchild OCX (optional).
  6. Compile the BCDemo demonstration program.
  7. Create a directory on your hard disk where you can put the brainchild configuration files.
  8. Copy the directory Defaults, which you can find in the DLL source zip, including all its contents to the created directory.
  9. Open RegEdit.
  10. Add the key HKEY_LOCAL_MACHINE\Software\BCDLL\CurrentVersion. (Be careful using the registry editor!)
  11. In the key, add the string value Settings and set its value to the directory you created for the brainchild configuration files.

To get the demonstration program up and running, copy the branchild.dll, brainchild.ocx and bcc.cpl files to the directory containing the BCDemo executable and you should be able to run the demonstration program. Do not forget to register the OCX if you want to use it. You can use RegSvr32 to register the OCX. Once you get it up and running, you might also want to download the HTMLHelp docs. It will explain, how to use brainchild in your own programs and how to use the configuration tool.

What's New

Version 2.4

  • Enhanced the Find and Replace dialogs.
  • Much better printer support.
  • Added support for background colors.
  • Added bracket and line highlighting.
  • Added an ActiveX wrapper so that brainchild can be used in VB and .NET apps.
  • Added support for hyperlinks.
  • Fixed some bugs.

Version 2.3

  • Fixed a couple of nasty bugs.
  • Support for loading and saving Unicode files (limited support for loading and saving only).
  • Added case-fixing. When turned on, this will automagically fix keyword casing. Suggested by Zodiakon.

Version 2.2

This version includes a WTL wrapper and a small WTL demonstration program (VS6 workspace only) by Ernest Laurentin which you can download using the links above. For this release, only the Brainchild_dll.zip and Brainchild_help.zip were updated. The Brainchild_wtl.zip was added. The BCC.cpl and BCDemo source were not updated so version 2.1 users do not have to download these. Also note that the VS7 solution is a Visual Studio .NET 2002 solution. I presume you can load this into Visual Studio .NET 2003 without any problems.

  • The control now loads if the registry keys are not set. If they are, the directory configured must have the "Defaults" directory including contents copied into it.
  • Added the LoadParserFromFile() and LoadParserFromMemory() APIs including corresponding messages. These will allow you to add parser files at run time.
  • Fixed a nasty bug which could crash brainchild after receiving a WM_DESTROY. This has been fixed.

Version 2.1

  • Line numbers. The control now supports the possibility to show line numbers.
  • WM_PRINTCLIENT support.
  • WM_MOUSEWHEEL support.
  • Some bug fixes. Mostly small rendering bugs when run under Windows XP.

Version 2.0

  • Initial release on the CodeProject.

Thanks

The control has been re-written several times over the last years. To get it to where it is now, I have based some of the code on the work of Andrei Stcherbatchenko's CrystalEdit component. The code which was based on his work mostly covers the undo/redo and text buffer stuff.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Jan van den Baard


I have been programming for a hobby since 1985. I have started programming on the C= 64. After that I migrated to the C= Amiga which I traded in for a PC back in 1997 I believe. Back in 2000 I decided to lose a hobby and start developing software for a living.

Currently I am working mainly in developing software for building security and access control systems.
Occupation: Software Developer
Location: Netherlands Netherlands

Other popular Edit Controls articles:

Article Top
Sign Up to vote for this article
You must Sign In to use this message board.
FAQ FAQ Noise ToleranceSearch Search Messages 
 Layout  Per page   
 Msgs 1 to 25 of 219 (Total in Forum: 219) (Refresh)FirstPrevNext
Subject  Author Date 
GeneralText wrappingmemberShakeeb7:03 19 Mar '08  
Generallicense?? reditributingmemberbrianhood16:21 7 Feb '08  
GeneralRe: license?? reditributingmemberJan van den Baard8:46 9 Feb '08  
QuestionNew version?member[Jongware]14:03 31 May '07  
AnswerRe: New version?memberJan van den Baard4:34 1 Jun '07  
Generalcan't compile the demo on Visual Studio 2005memberuniquekaiser9:41 7 Feb '07  
GeneralRe: can't compile the demo on Visual Studio 2005memberbrianhood15:29 7 Feb '08  
QuestionRegistration ErrormemberAnt Htoo Naing6:29 4 Dec '06  
GeneralBrainchild control panel multi-user BUG! [modified]memberjwh4246:13 19 Nov '06  
GeneralRe: Brainchild control panel multi-user BUG! FIXED!memberjwh4247:35 19 Nov '06  
GeneralSyntax Coloring not workingmemberjwh42418:56 15 Nov '06  
GeneralRe: Syntax Coloring not workingmemberJan van den Baard6:27 16 Nov '06  
GeneralRe: Syntax Coloring not workingmemberjwh4246:00 17 Nov '06  
GeneralRe: Syntax Coloring not working FIXED!memberjwh4245:48 18 Nov '06  
GeneralRe: Syntax Coloring not working FIXED!memberbrianhood15:53 7 Feb '08  
Generalinput question ??memberxiaoyu73110:41 18 Jul '06  
GeneralRe: input question ??memberJan van den Baard4:52 18 Jul '06  
Questionocx can't use in powerbuildermemberxiaoyu731118:37 16 Jul '06  
AnswerRe: ocx can't use in powerbuildermemberJan van den Baard20:38 16 Jul '06  
GeneralRe: ocx can't use in powerbuildermemberxiaoyu731123:35 16 Jul '06  
GeneralRe: ocx can't use in powerbuildermemberxiaoyu731118:36 17 Jul '06  
QuestionRe: ocx can't use in powerbuildermemberpgb19605:42 24 Aug '06  
GeneralError in language filemembervatic18:14 17 Jan '06  
GeneralRe: Error in language filememberJan van den Baard20:42 17 Jan '06  
GeneralBeeps when typing single quotememberShakti Goel8:50 13 Jan '06  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

PermaLink | Privacy | Terms of Use
Last Updated: 16 Jun 2005
Editor: Smitha Vijayan
Copyright 2002 by Jan van den Baard
Everything else Copyright © CodeProject, 1999-2008
Web13 | Advertise on the Code Project