blender/release/datafiles
Brecht Van Lommel 6cc89b9d4e 2.5: Text Editor back.
There was very little structure in this code, using many globals
and duplicated code. Now it should be better structured. Most
things should work, the main parts that are not back yet are the
python plugins and markers. Notes:

* Blenfont is used for drawing the text, nicely anti-aliased.
* A monospace truetype font was added, since that is needed for
  the text editor. It's Bitstream Vera Sans Mono. This is the
  default gnome terminal font, but it doesn't fit entirely well
  with the other font I think, can be changed easily of course.

* Clipboard copy/cut/paste now always uses the system clipboard,
  the code for the own cut buffer was removed.
* The interface buttons should support copy/cut/paste again now
  as well.
* WM_clipboard_text_get/WM_clipboard_text_set were added to the
  windowmanager code.

* Find panel is now a kind of second header, instead of a panel.
  This needs especially a way to start editing the text field
  immediately on open still.

* Operators are independent of the actual space when possible,
  was a bit of puzzling but got it solved nice with notifiers,
  and some lazy init for syntax highlight in the drawing code.
* RNA was created for the text editor space and used for buttons.

* Operators:
    * New, Open, Reload, Save, Save As, Make Internal
    * Run Script, Refresh Pyconstraints
    * Copy, Cut, Paste
    * Convert Whitespace, Uncomment, Comment, Indent, Unindent
    * Line Break, Insert
    * Next Marker, Previous Marker, Clear All Markers, Mark All
    * Select Line, Select All
    * Jump, Move, Move Select, Delete, Toggle Overwrite
	* Scroll, Scroll Bar, Set Cursor, Line Number
    * Find and Replace, Find, Replace, Find Set Selected,
	  Replace Set Selected
    * To 3D Object
    * Resolve Conflict
2009-02-28 23:33:35 +00:00
..
.Bfont Initial commit of 'release'. 2003-01-01 15:11:07 +00:00
.Bfs Initial commit of 'release'. 2003-01-01 15:11:07 +00:00
bfont.ttf * Added the bfont TTF itself, along with the source of my changes for lighter 2006-10-12 03:10:14 +00:00
blenderbuttons * More icon updates 2009-02-18 04:36:07 +00:00
bmonofont.ttf 2.5: Text Editor back. 2009-02-28 23:33:35 +00:00
datatoc.c Merge from trunk 16122-16307 2008-08-30 14:32:16 +00:00
DejaVuSans-Lite.sfd.bz2 * Added the bfont TTF itself, along with the source of my changes for lighter 2006-10-12 03:10:14 +00:00
LICENSE-bfont.ttf.txt * Added the bfont TTF itself, along with the source of my changes for lighter 2006-10-12 03:10:14 +00:00
preview.blend Bugfix: for sunsky preview I added another camera, accidentally changed clip 2008-09-22 07:52:08 +00:00
prvicons == imagebrowser == 2007-09-02 17:25:03 +00:00
splash.jpg Part one of the release update commit 2008-10-22 11:48:26 +00:00