twanvl 694566fef4 Attemp at scaling the spacing between lines to better fill the text box;
Did some profiling, conclusions:
 - we want to buffer our input streams, apperantly wx doesn't do this automatically
 - compiling regexes is SLOW.
   This is not just in the numbers, but it is actually noticable! The textbox used to be quite unresponsive.
   I wrapped the call to filter_text in the game file with a quick contains() call, so usually, the regex doesn't fire.
   It would be nicer if this was somehow automatic, but that will not be easy.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@627 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-25 00:02:33 +00:00
2007-08-05 00:38:12 +00:00
2007-05-19 21:15:20 +00:00
2006-10-01 14:08:07 +00:00
S
Description
No description provided
71 MiB
Languages
C++ 97.3%
PHP 0.6%
Inno Setup 0.6%
Perl 0.6%
CSS 0.3%
Other 0.6%