R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R-packages
(root)
/
trunk
/
Mac-GUI
/
PrefPanes
/
SyntaxColorsPrefPane.m
– Rev 6090
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
6090
5273 d 23 h
bibiko
/trunk/Mac-GUI/
• fixed bug (typo) for default setting of selection background colour
6070
5282 d 19 h
bibiko
/trunk/Mac-GUI/
• fixed bug for RTextView:copy
• fixed issues for changing font size via trackpad gesture
• fixed issue for setting selection background color
• started to add functionality to support user-definable actions like inserting programmable text macros with highlighted snippet etc. - will be continued soon
• improved *.R dragging by applying the above mentioned text macro mechanism
- the value of the parameter(s) 'chdir' is/are highlighted which can then changed by the user; use TAB and SHIFT+TAB to navigate through the highlighted snippets; a final TAB will place the cursor at the end of the inserted template - docs will follow
- added possibility to the user to define other drag actions due to file extension - docs will follow
- fixed some minor issues
• some minor fixes and improvements
6063
5287 d 23 h
bibiko
/trunk/Mac-GUI/
• sped up Format Source Code esp. for huge R files enormously
• further improvement for settings via NSColorPanel
• synchronized pref toolbar setting if already open and user invoke "Colors" from the RConsole's toolbar
• fix for setting the status line; first set the content and then let a runloop run to display it
6062
5288 d 3 h
bibiko
/trunk/Mac-GUI/
• fixed several bugs while color setting in RConsole and R script editors
- if user has NSColorPanel open and will set the focus to a RTextView close that panel to avoid annoying color changes
- introduced new selectionColor setting (not yet in GUI)
6029
5301 d 0 h
bibiko
/trunk/Mac-GUI/
• synchronized Rd syntax coloring with R colors to avoid having additional color setting panes
- BUT the code for customizing Rd colors only is prepared but commented out [the future will tell whether it's needed or not]
- Rd colors for known tags and general (unknown) tags are the same but we can colorize them differently
5724
5603 d 23 h
urbaneks
/trunk/Mac-GUI/
merge up to r118
5721
5605 d 22 h
urbaneks
/trunk/Mac-GUI/
merge up to r114
5707
5613 d 16 h
urbaneks
/trunk/Mac-GUI/
merge r82
5380
6330 d 19 h
urbaneks
/trunk/Mac-GUI/
fix color preferences issues (PR#13625)
1459
7751 d 22 h
urbaneks
/trunk/Mac-GUI/
Cleaned up preference registration - it's safer to update self and then register the rependent to prevent recursive calling (and updated NEWS)
1254
7811 d 17 h
iacus
/trunk/Mac-GUI/
updated copyright info
1253
7811 d 19 h
urbaneks
/trunk/Mac-GUI/
Cleanup to get rid of most warnings (also fixes some leaks).
1077
7835 d 17 h
urbaneks
/trunk/Mac-GUI/
Added syntax colors preferences