Changes in TeXShop 2.10 Beta
TeXShop 2.10 Beta marks the switch to Max Horn's code cleanup. This code will be much easier to maintain. Syntax coloring code has been greated improved, and there are many other improvements.
Inevitably, bugs were introduced in the cleanup. For example, for a brief time applescript ceased to work. New beta versions were introduced to fix these bugs without a detailed change history.
Starting with 2.10beta10, the change history will be kept up to date. We expect the program to step out of beta status very soon.
Changes in TeXShop 2.10 Beta 10
- Addede a new feature requested by George Gratzer. When extensive index items are added at the end of a book project, the source code becomes difficult to read. TeXShop now has an optional checkbox toolbar item for the source code window; when the box is checked, index items are colored yellow. This yellow color makes index items almost invisible and the remaining source becomes readable again. To make index items visible, uncheck the toolbar item.
- The yellow color applied to to index items in this manner can be changed by hidden preferences "indexred", "indexgreen", and "indexblue". For example, to change yellow to green, issue the commands
-
defaults write TeXShop indexred 0.0
- defaults write TeXShop indexgreen 1.0
- defaults write TeXShop indexblue 0.0
- defaults write TeXShop indexgreen 1.0
-
defaults write TeXShop indexred 0.0
- Fixed a bug which caused TeXShop to crash when windows were closed. This bug was intermittent; some users never experienced it and others experienced it daily.
- Fixed a bug in which the Comment and Uncomment menu items failed to work if the cursor was at the beginning of a line.
- New Japanese Menu localization
TeXShop