Skip to content

Commit

Permalink
Issue #58: add monspaced fonts for Windows and Mac [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 24, 2015
1 parent 211fc9b commit 4e33935
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
doits
post30Load2x
| gsDevKitHome |
| gsDevKitHome monoFontName |
Smalltalk at: #TODE_CLIENT_INSTALLED ifPresent: [ ^ self ].
gsDevKitHome := FileSystem workingDirectory parent.
Deprecation
Expand All @@ -16,9 +16,13 @@ post30Load2x
Smalltalk at: #TODE_CLIENT_INSTALLED put: true.
(Smalltalk at: #TDShell) resetWorldMenu.
FreeTypeFontProvider current updateFromSystem.
monoFontName := 'Courier New'. "Windows"
Smalltalk os isUnix
ifTrue: [
StandardFonts defaultFont: (LogicalFont familyName: 'DejaVu Sans Mono' pointSize: 9).
StandardFonts setAllStandardFontsTo: StandardFonts defaultFont ].
ifTrue: [ monoFontName := 'DejaVu Sans Mono' ]
ifFalse: [
Smalltalk os isMacOSX
ifTrue: [ monoFontName := 'Monaco' ] ].
StandardFonts defaultFont: (LogicalFont familyName: monoFontName pointSize: 8).
StandardFonts setAllStandardFontsTo: StandardFonts defaultFont.
((Smalltalk at: #TDAbstractWindowProperties) import: 'standard-small')
installOn: (Smalltalk at: #TDTopezGemStoneClient)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" : {
"dev:" : "dkh 2/20/2015 15:25",
"post30Load" : "dkh 7/22/2014 13:56",
"post30Load2x" : "dkh 3/24/2015 13:00",
"post30Load2x" : "dkh 3/24/2015 14:53",
"release:" : "dkh 2/17/2015 10:20",
"version001:" : "dkh 7/28/2014 10:02",
"version100:" : "dkh 7/28/2014 10:02",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'ConfigurationOfTodeClient-dkh.21' message 'Issue #58: install a monospaced font for linux' id 'ed79846c-54bf-475e-a582-88a491c63a5d' date '24 March 2015' time '1:29:14.066381 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.20' message 'install tODE world menu during postload' id 'bacef1ea-0b72-46a3-be26-765cab8aae74' date '21 March 2015' time '4:04:54.097558 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.19' message 'do not open a transcript automatically ... new windowlayout code will open and/or resize automatically ... Transcript menu item on tode menu, too' id '17e13596-c0b3-470d-b0f2-cefc4d82023c' date '21 March 2015' time '2:26:52.735525 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.18' message 'Issue #58: use some new tODE protocol in post load code for 2.0.0' id 'a8ce89a6-c858-40b7-b6d6-c28227e9026d' date '11 March 2015' time '3:05:39.596012 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.17' message 'add 2.0.1 : #dev' id 'd38d666b-4d3c-420f-96c5-365b81d7f8a5' date '20 February 2015' time '3:27:02.556859 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.16' message 'TodeClient v2.0.0 (dkh.16): Changes in support of https://github.com/GsDevKit/gsDevKitHome/issues/32' id 'ff9284b4-d1b5-4763-bc06-1aa08d5d21e8' date '17 February 2015' time '11:26:01.255733 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.15' message 'open 1.0.1 for development and it uses the dev branch of tode ... ' id '4729fd75-af57-451f-a16e-70192f1d560c' date '28 July 2014' time '10:05:58.494973 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.14' message 'release version 1.0.0- use master branch of tode' id 'b766449c-57f0-4b3d-b401-f7e0694619aa' date '28 July 2014' time '10:03:39.165045 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.13' message 'only execute ConfigurationOfTodeClient>>post30Load once after initial load' id '6f9f38c5-fd7e-4b86-8599-b75bb7b046c8' date '22 July 2014' time '1:58:56.804287 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.12' message 'ConfigurationOfTodeClient uses dev branch of tode and defines devKitRoot: on startup' id '7546ddd8-83c5-43a2-a084-dbf40ec2a0c8' date '20 July 2014' time '10:31:56.224683 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.11' message 'position transcript in corner nestled up agains project list' id 'c733401f-b8e2-4069-97aa-aa06e9a97341' date '19 July 2014' time '2:50:15.877083 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.10' message 'make sure initial workspace is closed' id 'd945b82b-fc04-43f9-9c57-8519d0588ff6' date '17 July 2014' time '9:06:25.774524 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.9' message 'fix a config error' id '6184b707-39cd-4854-a5d3-eee3e6aa4609' date '17 July 2014' time '3:57:00.115537 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.8' message 'fix config' id '1c1edb42-eb9a-4ad0-8f76-6045821442a9' date '17 July 2014' time '3:46:56.384489 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.7' message 'OSProcess needed for GsDevKitCommandLine' id '2de3fec3-fece-4bac-98ae-cb63099fbb70' date '17 July 2014' time '3:46:08.392538 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.6' message 'post30Load additions' id '78ac4ab7-eb17-4349-abef-2bf5fac65eba' date '17 July 2014' time '12:55:52.17049 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.5' message 'update the postload doit' id 'ec04dfe1-2174-4221-9952-e5344a493370' date '17 July 2014' time '12:36:10.012546 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.4' message 'postload doit for Pharo3.0' id '582008ad-fdf2-4736-b346-2132fb902877' date '17 July 2014' time '12:04:03.448485 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.3' message 'just specify loads directlry' id '676546e4-6b48-4ad0-9308-9f696d76809a' date '17 July 2014' time '11:44:21.382486 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.2' message 'add #release symbolic version' id 'd3dde975-1980-40e8-99b2-7c67ab068bb6' date '17 July 2014' time '11:09:25.558485 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.1' message 'version 0.0.1' id '7a7395a3-3054-4c2b-85cf-efb814fd888a' date '17 July 2014' time '10:10:52.246485 am' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'ConfigurationOfTodeClient-dkh.22' message 'add monspaced fonts for Windows and Mac' id '21db1900-5410-4d20-8086-acd6e491dd28' date '24 March 2015' time '2:56:11.507268 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.21' message 'Issue #58: install a monospaced font for linux' id 'ed79846c-54bf-475e-a582-88a491c63a5d' date '24 March 2015' time '1:29:14.066381 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.20' message 'install tODE world menu during postload' id 'bacef1ea-0b72-46a3-be26-765cab8aae74' date '21 March 2015' time '4:04:54.097558 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.19' message 'do not open a transcript automatically ... new windowlayout code will open and/or resize automatically ... Transcript menu item on tode menu, too' id '17e13596-c0b3-470d-b0f2-cefc4d82023c' date '21 March 2015' time '2:26:52.735525 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.18' message 'Issue #58: use some new tODE protocol in post load code for 2.0.0' id 'a8ce89a6-c858-40b7-b6d6-c28227e9026d' date '11 March 2015' time '3:05:39.596012 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.17' message 'add 2.0.1 : #dev' id 'd38d666b-4d3c-420f-96c5-365b81d7f8a5' date '20 February 2015' time '3:27:02.556859 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.16' message 'TodeClient v2.0.0 (dkh.16): Changes in support of https://github.com/GsDevKit/gsDevKitHome/issues/32' id 'ff9284b4-d1b5-4763-bc06-1aa08d5d21e8' date '17 February 2015' time '11:26:01.255733 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.15' message 'open 1.0.1 for development and it uses the dev branch of tode ... ' id '4729fd75-af57-451f-a16e-70192f1d560c' date '28 July 2014' time '10:05:58.494973 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.14' message 'release version 1.0.0- use master branch of tode' id 'b766449c-57f0-4b3d-b401-f7e0694619aa' date '28 July 2014' time '10:03:39.165045 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.13' message 'only execute ConfigurationOfTodeClient>>post30Load once after initial load' id '6f9f38c5-fd7e-4b86-8599-b75bb7b046c8' date '22 July 2014' time '1:58:56.804287 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.12' message 'ConfigurationOfTodeClient uses dev branch of tode and defines devKitRoot: on startup' id '7546ddd8-83c5-43a2-a084-dbf40ec2a0c8' date '20 July 2014' time '10:31:56.224683 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.11' message 'position transcript in corner nestled up agains project list' id 'c733401f-b8e2-4069-97aa-aa06e9a97341' date '19 July 2014' time '2:50:15.877083 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.10' message 'make sure initial workspace is closed' id 'd945b82b-fc04-43f9-9c57-8519d0588ff6' date '17 July 2014' time '9:06:25.774524 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.9' message 'fix a config error' id '6184b707-39cd-4854-a5d3-eee3e6aa4609' date '17 July 2014' time '3:57:00.115537 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.8' message 'fix config' id '1c1edb42-eb9a-4ad0-8f76-6045821442a9' date '17 July 2014' time '3:46:56.384489 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.7' message 'OSProcess needed for GsDevKitCommandLine' id '2de3fec3-fece-4bac-98ae-cb63099fbb70' date '17 July 2014' time '3:46:08.392538 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.6' message 'post30Load additions' id '78ac4ab7-eb17-4349-abef-2bf5fac65eba' date '17 July 2014' time '12:55:52.17049 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.5' message 'update the postload doit' id 'ec04dfe1-2174-4221-9952-e5344a493370' date '17 July 2014' time '12:36:10.012546 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.4' message 'postload doit for Pharo3.0' id '582008ad-fdf2-4736-b346-2132fb902877' date '17 July 2014' time '12:04:03.448485 pm' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.3' message 'just specify loads directlry' id '676546e4-6b48-4ad0-9308-9f696d76809a' date '17 July 2014' time '11:44:21.382486 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.2' message 'add #release symbolic version' id 'd3dde975-1980-40e8-99b2-7c67ab068bb6' date '17 July 2014' time '11:09:25.558485 am' author 'dkh' ancestors ((name 'ConfigurationOfTodeClient-dkh.1' message 'version 0.0.1' id '7a7395a3-3054-4c2b-85cf-efb814fd888a' date '17 July 2014' time '10:10:52.246485 am' author 'dkh' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down

0 comments on commit 4e33935

Please sign in to comment.