Index of /www001/src/ports/editors/code-browser/work/code-browser-2.18
Name Last modified Size Description
Parent Directory 02-Jan-2008 16:49 -
zinc/ 02-Jan-2008 16:48 -
io.o 02-Jan-2008 16:48 2k
gtk-resources.o 02-Jan-2008 16:48 9k
config.zc 02-Jan-2008 16:48 1k
Makefile 02-Jan-2008 16:48 2k
src/ 12-Oct-2007 11:04 -
samples/ 12-Oct-2007 11:04 -
res/ 12-Oct-2007 11:04 -
lib/ 12-Oct-2007 11:04 -
config/ 12-Oct-2007 11:04 -
config-optional/ 12-Oct-2007 11:04 -
config-default/ 12-Oct-2007 11:04 -
docs/ 12-Oct-2007 11:04 -
project.zc 30-Aug-2007 08:20 1k
build.bat 11-Apr-2007 12:12 1k
Makefile.bak 03-Feb-2007 07:48 2k
COPYING.txt 27-Jan-2007 12:55 18k
Code Browser 2.18
Introduction
============
Code Browser is a folding text editor for Linux and Windows, designed to
hierarchically structure any kind of text file and expecially source code.
It makes navigation through source code faster and easier.
Features
========
- Folders to organize your source code
- Links to help navigation between files
- Special comment lines to give the source code a literate programming look
- Multiple files
- Multiples windows per file
- Several panes per window
- Smalltalk style browser
- Syntax highlighting for
Assembler ASP Batches C/C++
C# CSS HTML Java
JSP Makefile Pascal Perl
PHP Python Ruby Sh
SQL TeX VB.Net XML
- User definable syntax highlighting
- Unlimited undo/redo
- Word wrapping
- User defined tools
- User defined shortcuts
- Bookmarks
- Search and replace: search in folder, search in file
- Goto line: in folder or in file
- Block indent/unindent
- Drop file to open
License
=======
Code Browser is licensed under The GNU Public License.
See the file COPYING for more information.
Installation (Windows)
======================
With the no-installer version, copy this folder into your 'program files'
folder or anywhere else , and put a shortcut in the start menu, that's all.
Installation from Source (Windows)
==================================
Run the build.bat script from its own directory.
The scripts are configured to be used with MinGW. You must have gcc and
windres in your path.
If the build is successful: rename the bin\ directory to "Code Browser"
and move it to your \Program Files\ directory or anywhere else.
Installation from Source (Linux)
================================
Requisite: GTK+ >= 2.4
Edit the makefile if you want to change the default install dir (/usr/local).
Type 'make' to build program.
Type 'make install' as root to install the program.
Known Issues
============
- Syntax highlighting is local, e.g. a comment has no effect on sub-folders
- GTK+ texturized themes are not correctly rendered
Changes
=======
Version 2.18 - 2007-10-12
- Bug fix: crash when closing a window and using the tree view
- Bug fix: name was no longer escaped in the 'properties' dialog
- Bug fix: GTK+: characters doubled
- Bug fix: 'properties' dialog does not always edit the selection
from the tree view
Version 2.17 - 2007-10-08
- Added bookmarks
- Added incremental search
- Added "Mark All" command
- Embedded several modal dialogs into the main form
- Quick command to switch word wrapping
- Vertical scrollbar displayed only when needed
- Changed look of the title bar of each pane
- Reorganized menus
- Bug fix: crash if default layout is neither 0 nor 9
Version 2.16 - 2007-08-24
- Find in files: dialog showing the progression
- Find in files can be cancelled
- Minor improvement in C syntax highlighting
- Improvement in TeX syntax highlighting: handle keywords and
added keywords for plain.tex and LaTeX
- Customizable background color in "Page View"
- Customizable color for disabled panes
- Bug Fix: the output could be truncated when the tool returns a
non zero error code
Version 2.15 - 2007-05-22
- Bug fix: TeX folding markers were no longer recognized
Version 2.14 - 2007-05-15
- Added option to display notebook tabs at the bottom
- Added syntax highlighting for AVR assembler (in config-optional/)
- Added multiline strings in the generic syntax highlighter
- Read preferences in two passes (allows forward references)
- Bug fix: Regression with the 'Paste Reference' command
- Bug fix: Options could not be saved unless the preferences
directory already exists (affect new users).
- Bug fix: display of very long lines (> 8K chars)
- Bug fix: possible crashs with the unload command
- Bug fix: read-only under Linux
Author
======
Marc Kerbiquet, mkerbiquet@users.sourceforge.net
Contributors
============
Kristian Dupont
Holger Zwar
Gianni Trevisan