bbNote 1.08

description

bbNote - Keys

file

 

block


ctrl-n
ctrl-o
ctrl-s
ctrl-f4
alt-left/right
f10
esc

right-click, alt
with ctrl/mid-btn

drag and drop
with shift

F4
 
shift-F4

 

 

 


new file
open file
save file
close file
next/previous file
zoom
quit

menu
files picklist

open file(s)
apply style

save all and
reconfigure the box
write all files

 

 


mark
column mark

ctrl-x
ctrl-c
ctrl-v, ins
del

ctrl-a
ctrl-b
ctrl-u

ctrl-0
ctrl-7,8,9

tab/shift-tab

 

 


with shift-key or mouse
with alt-key

cut to clipboard
copy to clipboard
paste from clipboard
delete

mark all
column mark on/off
make upper/lower case

windows clipboard
private clipboards

indent/unindent
 

edit

 

search


ctrl-up/dn
ctrl-home/end
ctrl-left/right
ctrl-pgup/pgdn
alt-up/dn

enter
shift-bksp
ctrl-enter/bksp
alt-enter
alt-ins/del

ctrl-del
tab/shift-tab

ctrl-z
ctrl-shift-z

ctrl-f / f3
scroll-lock

 


scroll down/up
scroll left/right
previous/next word
start/end of text
previous/next block

break line
join lines
insert/delete line
duplicate line
shift line up/down

delete right
tab/backtab

undo
redo

find
lock scroll

 


up/down arrow
ctrl-f / f3
esc

case
word
regx
files

 


find next/previous
back to text
close

case sensitive
find whole words only
use regular expression
search all open files
 

regular expression


^
$
.
!
[a-z]   [^aeiou]
?
*
+
|
()
{}
 

/
/i
/c

 


start of line
end of line
any char
any char but space
class, not-class
optional
optional repeat
repeat
or
treat as single expression
as before and assign to
'%1..%9' in replace-string

escape char
ignore case from nowon
care for case from nowon
 

initial setup

You can put bbNote.exe together with bbnote.rc in whatever directory you like. bbNote will create a .ini file there to save it's basic configurations.

The included bbnote.dll is not needed with bbLean, but with other branches of Blackbox for Windows to tell bbNote about the currently loaded blackbox-style. To load the plugin you need to add its relative path to plugins.rc. For example, if you installed blackbox into c:\blackbox, and bbnote.dll is located in c:\blackbox\plugins\bbnote, you should add the line

plugins\bbnote\bbnote.dll
to plugins.rc.

To use bbNote as your preferred blackbox editor, you may wish to add its full path to the extensions.rc configuration file. For example:

blackbox.editor: "c:\blackbox\bbnote.exe"

If you use bbNote without a running blackbox shell, it loads bbnote.rc from it's directory as a default style file. You actually can take any of your favorite styles, copy it beside the executable, and rename it to bbnote.rc.

The title-font and the menu-font are taken from the blackbox style, but the font of the edit window is stored in the .ini file. bbNote will work with fixed width fonts only.  (drift, edges, lime, lucida console, courier, ...)
 

bbNote is a Blackbox for Windows tool, providing blackbox-stylized ascii-text editing.

bbNote works with Blackbox for Windows 0.0.70 or later.

 

revision history

  • 1.08 - 05/2009 update to bbLean 1.17
  • 1.07 - 09/2006 new style syntax
  • 1.06 - 03/2005 *nix EOL option
  • 1.05 - 08/2003 colorizer
  • 1.04 - 05/2003 mouse wheel
  • 1.03 - 04/2003 added more keys
  • 1.02 - 04/2003 added keys
  • 1.01 - 03/2003 preferences
  • 1.00 - 02/2003 original release

 

license information

Copyright 2003-2009 grischka

bbNote IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. THE AUTHOR DISCLAIM ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHOR OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF THE AUTHOR OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.