User: sits    
  Date: 08/06/18 20:35:04

  Modified:    .        codestriker.conf
  Log:
  Remove the brmode configuration since it is no longer used.
  
  
  
  Index: codestriker.conf
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- codestriker.conf  17 Jun 2008 11:50:59 -0000      1.94
  +++ codestriker.conf  19 Jun 2008 03:35:03 -0000      1.95
  @@ -262,20 +262,6 @@
   
   $default_topic_create_mode = $COLOURED_MODE;
   
  -# The default line break viewing mode to use in the URL when viewing a
  -# topic.  Can be either $LINE_BREAK_NORMAL_MODE or $LINE_BREAK_ASSIST_MODE.
  -# Using $LINE_BREAK_ASSIST_MODE indicates that extra line breaks may be
  -# used in the topic display if the review has very long code lines.  Using
  -# $LINE_BREAK_NORMAL_MODE will ensure that the display matches the line
  -# breaks present in the code.  The line break mode can also be changed
  -# dynamically in the view topic screen.  There is usually no need to
  -# change this setting unless you regularly review code with very long
  -# lines.
  -$LINE_BREAK_NORMAL_MODE = 1;
  -$LINE_BREAK_ASSIST_MODE = 2;
  -
  -$default_topic_br_mode = $LINE_BREAK_NORMAL_MODE;
  -
   # When displaying a topic, if this value is -1, then all files in the
   # topic are displayed in the one page (default old Codestriker
   # behaviour).  If the value is 0, then only the first file is shown,
  
  
  

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to