Share

More
Code Repository Icon

Code Repository

beta

by bpras


Code Repository is a Win32 tool to store and organize code snippets from any programming languages. Organized by languages and user-defined items (such as category, return value and type of code). It also support syntax highlighting and attachments.


http://coderep.sourceforge.net





Separate each tag with a space.

Release Date:

2005-08-11

Topics:

License:

Ratings and Reviews

Be the first to post a text review of Code Repository. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker comment added

    huangzt commented on the Copy,Paste functions doesn't work artifact

    posted by huangzt 1544 days ago

  • Tracker comment added

    bpras commented on the Copy,Paste functions doesn't work artifact

    posted by bpras 1545 days ago

  • Tracker comment added

    huangzt commented on the Copy,Paste functions doesn't work artifact

    posted by huangzt 1545 days ago

  • Tracker artifact added

    posted by huangzt 1546 days ago

  • CodeRepository Source v1.00-Beta-4 file released: CodeRepository-v100-Beta-4-src.zip

    <!-- ******************************************************************************** CodeRepository : A Repository Tool for Your Code Snippets Copyright (c) 2005 Bayu Prasetio This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. The current web address of the GNU General Public License is: http://www.gnu.org/licenses/gpl.html The project web site is located on: http://www.sourceforge.net/projects/coderep You can contact the authors of this software at: coderep@bprasetio.or.id -------------------------------------------------------------------------------- Unit Name : history.html Purpose : version history ******************************************************************************** //--> <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> <TITLE>CodeRepository: History</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1>CodeRepository History</H1> <BR> <H2>v1.00-Beta-4</H2> <UL> <LI>Better user interface by using JEDI</LI> <LI>Mimic Delphi2005 gutter and its syntax highlighter for Object Pascal code</LI> <LI>Move Category and Code Snippet to another branch by Drag-n-Drop (DnD)</LI> <LI>Embed Firebird Embedded Server into application with auto-extract and auto-cleanup feature</LI> </UL> <H2>v1.00-Beta-3-Patch-1</H2> <UL> <LI>Syntax Highlighter Editor</LI> <LI>Better control, navigation and I/O sensing</LI> </UL> <H2>v1.00-Beta-3</H2> <UL> <LI>Attachment implementation</LI> <LI>Better control, navigation and I/O sensing</LI> </UL> <H2>v1.00-Beta-2</H2> <UL> <LI>Fix CodeFault: The syntax highlighter can not change automatically</LI> <LI>Fix CodeFault: New Language can not be edited after its creation</LI> <LI>Fix CodeFault: New Snippet can not be edited after its creation</LI> <LI>Better control, navigation and I/O sensing</LI> </UL> <H2>v1.00-Beta</H2> <UL> <LI>Page navigation built with VirtualTreeview</LI> <LI>Better control, navigation and I/O sensing</LI> <LI>Add Author item on Code property editor</LI> </UL> <H2>v1.00-Alpha (initial version)</H2> <UL> <LI>Scrolling text on About page</LI> <LI>Reference menu, page and navigation for tables</LI> <LI>Code property editor <UL> <LI>Code type</LI> <LI>Return value</LI> </UL> </LI> <LI>Search & Replace <UL> <LI>for Code Description (CD), Code Snippets (CS) and Code Implementation (CI)</LI> <LI>built-in backward search direction for Code Description (not available on built-in RichEdit component)</LI> </UL> </LI> <LI>Text formatting for Code Description <UL> <LI>Change font type</LI> <LI>Change text alignment: Left, center or right justify</LI> <LI>change text style: bold, italic and underline</LI> </UL> </LI> <LI>General text opeartion Copy, Cut & Paste for CD, CS and CI</LI> <LI>CodeRepository database operation : New, Open & Close</LI> </UL> </BODY> </HTML>

    posted 1550 days ago

  • CodeRepository Release v1.00-Beta-4 file released: CodeRepository-v100-Beta-4-Exe.zip

    <!-- ******************************************************************************** CodeRepository : A Repository Tool for Your Code Snippets Copyright (c) 2005 Bayu Prasetio This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. The current web address of the GNU General Public License is: http://www.gnu.org/licenses/gpl.html The project web site is located on: http://www.sourceforge.net/projects/coderep You can contact the authors of this software at: coderep@bprasetio.or.id -------------------------------------------------------------------------------- Unit Name : history.html Purpose : version history ******************************************************************************** //--> <!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML> <HEAD> <TITLE>CodeRepository: History</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1>CodeRepository History</H1> <BR> <H2>v1.00-Beta-4</H2> <UL> <LI>Better user interface by using JEDI</LI> <LI>Mimic Delphi2005 gutter and its syntax highlighter for Object Pascal code</LI> <LI>Move Category and Code Snippet to another branch by Drag-n-Drop (DnD)</LI> <LI>Embed Firebird Embedded Server into application with auto-extract and auto-cleanup feature</LI> </UL> <H2>v1.00-Beta-3-Patch-1</H2> <UL> <LI>Syntax Highlighter Editor</LI> <LI>Better control, navigation and I/O sensing</LI> </UL> <H2>v1.00-Beta-3</H2> <UL> <LI>Attachment implementation</LI> <LI>Better control, navigation and I/O sensing</LI> </UL> <H2>v1.00-Beta-2</H2> <UL> <LI>Fix CodeFault: The syntax highlighter can not change automatically</LI> <LI>Fix CodeFault: New Language can not be edited after its creation</LI> <LI>Fix CodeFault: New Snippet can not be edited after its creation</LI> <LI>Better control, navigation and I/O sensing</LI> </UL> <H2>v1.00-Beta</H2> <UL> <LI>Page navigation built with VirtualTreeview</LI> <LI>Better control, navigation and I/O sensing</LI> <LI>Add Author item on Code property editor</LI> </UL> <H2>v1.00-Alpha (initial version)</H2> <UL> <LI>Scrolling text on About page</LI> <LI>Reference menu, page and navigation for tables</LI> <LI>Code property editor <UL> <LI>Code type</LI> <LI>Return value</LI> </UL> </LI> <LI>Search & Replace <UL> <LI>for Code Description (CD), Code Snippets (CS) and Code Implementation (CI)</LI> <LI>built-in backward search direction for Code Description (not available on built-in RichEdit component)</LI> </UL> </LI> <LI>Text formatting for Code Description <UL> <LI>Change font type</LI> <LI>Change text alignment: Left, center or right justify</LI> <LI>change text style: bold, italic and underline</LI> </UL> </LI> <LI>General text opeartion Copy, Cut & Paste for CD, CS and CI</LI> <LI>CodeRepository database operation : New, Open & Close</LI> </UL> </BODY> </HTML>

    posted 1550 days ago

  • v1.00-Beta-4 is out

    I'm glad to inform you that CodeRepository v1.00-Beta-4 is out now. There are several changes compared to prior version such as: - Better user interface by using JEDI - Mimic Delphi2005 gutter and its syntax highlighter for Object Pascal code - Move Category and Code Snippet to another branch by Drag-n-Drop (DnD) - Embed Firebird Embedded Server into application with auto-extract and auto-cleanup feature hopefully it usefull and dont forget to contribute. Thanks.

    posted by bpras 1550 days ago

  • File released: /CodeRepository Release/v1.00-Beta-4/CodeRepository-v100-Beta-4-Exe.zip

    posted 1550 days ago

  • File released: /CodeRepository Source/v1.00-Beta-4/CodeRepository-v100-Beta-4-src.zip

    posted 1550 days ago

  • Refactoring

    CodeRepository will be refactored to increase it stability, scalability and easier to understand..

    posted by bpras 1592 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Code Repository Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review