Thread Syntaxhighliting in Tk Text Widget?: (Wie) Geht das? (11 answers)
Opened by jemand at 2004-12-18 23:33

Strat
 2004-12-19 18:05
#42696 #42696
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
Wenn $text das Tk::Text-Widget ist, teste mal:
Code: (dl )
1
2
3
4
5
6
7
$text->tagConfigure('bold', -font => 'Courier 10 bold');
$text->tagConfigure('red', -background => 'red');
$text->tagConfigure('yellow', -background => 'yellow');

$text->insert('end', "irgendwas ", 'bold');
$text->insert('end', "was anderes ", 'red');
# usw.
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/

View full thread Syntaxhighliting in Tk Text Widget?: (Wie) Geht das?