Commit Graph

2650 Commits

Author SHA1 Message Date
Jakub Valtar ffdfb2a400 Highlighting of keywords with parens, fixes #2099 2014-11-16 14:15:13 +01:00
Ben Fry dbe6466c15 fix newlines and espaced single quotes 2014-11-15 22:36:30 -07:00
Ben Fry c16359ac47 simpler languages and override handling 2014-11-15 16:30:24 -07:00
Ben Fry e2188b101d Merge branch 'master' of github.com:processing/processing 2014-11-15 14:07:55 -07:00
Ben Fry 1435133568 remove Unicode BOM from the beginning of the file 2014-11-15 14:06:47 -07:00
voidplus 68bd55c91a added fallback and added copy functionality in debug mode for developing/testing 2014-11-15 08:48:59 +01:00
voidplus ac0930a836 merged master and resolved conflicts 2014-11-15 08:33:11 +01:00
Ben Fry a6bf4f8cd7 more fixes to next/prev 2014-11-14 16:20:37 -07:00
Ben Fry 06d09a4d8e change the next/prev tab keys back 2014-11-14 16:02:10 -07:00
Manindra Moharana b345b305ee Merge branch 'master' of https://github.com/processing/processing 2014-11-14 15:33:56 -07:00
Manindra Moharana e84fb3b390 better comment/uncomment for Editor 2014-11-14 15:33:52 -07:00
Ben Fry 9d92b97de5 Merge pull request #2827 from aengelke/console-fix
Make stdout/stderr write to the console of the active sketch
2014-11-14 15:30:45 -07:00
Ben Fry d5dbe45974 Merge pull request #2825 from federicobond/rename-fix
Fix renaming from RGB to Rgb.java and others
2014-11-14 15:25:55 -07:00
Ben Fry 0b7517109e Merge pull request #2821 from omerjerk/bugfix-editor_tabs_popup_menu
Fix the shortcut keybindings in editor tab popup menu
2014-11-14 15:24:11 -07:00
Ben Fry 1d16f175cf Merge pull request #2834 from Akarshit/bugfix-cutCopy
Cut and Copy in the edit menu are active only if some text is selected
2014-11-14 15:21:22 -07:00
Ben Fry 1e08062ee7 Merge pull request #2861 from joelmoniz/fixUpdatePopup
Minor improvements to the Contribution Manager's updates check
2014-11-14 15:18:49 -07:00
Ben Fry 097b1016e8 tweak the handler back 2014-11-14 15:14:44 -07:00
Ben Fry c0d4310035 Merge pull request #2830 from federicobond/updatechecker
Some minor UpdateChecker refactorings
2014-11-14 15:12:38 -07:00
Ben Fry f4ce5e5a1f todo items and minor tweaks 2014-11-14 15:07:37 -07:00
Ben Fry 64d3bee4a5 remove Java 8 code, clean up some mess 2014-11-14 15:07:20 -07:00
Ben Fry 1556e3b1ba Merge pull request #2941 from voidplus/i18n_preferences
moved the language stuff to the settings folder
2014-11-14 14:55:06 -07:00
Ben Fry 0cbe2fce94 Merge pull request #2865 from federicobond/misc-fixes
Miscellaneous fixes
2014-11-14 14:48:57 -07:00
Ben Fry 283c82359c Merge pull request #2864 from federicobond/remove-unused-builtonce
Remove unused Base.builtOnce instance variable
2014-11-14 14:45:54 -07:00
Ben Fry 5b8f811295 Merge pull request #2899 from federicobond/generics
Add missing generic type parameters
2014-11-14 14:43:53 -07:00
voidplus ba06aaf45e replaced string with variable 2014-11-13 11:48:36 +01:00
voidplus d84d33921c created separate branch for refactoring 2014-11-13 07:18:33 +01:00
voidplus a0d29c321a added translations for the debugger 2014-11-11 13:57:49 +01:00
voidplus 65320c361e added translation for new+rename+delete context menu 2014-11-09 13:11:53 +01:00
voidplus 048de02c82 added translations for export area 2014-11-09 12:12:48 +01:00
voidplus 8957753828 added translation for undo+redo+action menu 2014-11-09 11:09:57 +01:00
voidplus b93e48bd60 extended German translation 2014-11-08 20:14:38 +01:00
voidplus d143e8234b formatted properties 2014-11-08 20:12:11 +01:00
voidplus c27c8a3880 added sort of available languages 2014-11-08 20:09:44 +01:00
Jakub Valtar 7f9db884bf Preprocessor now accepts whitespace after height
Example: size(100,100 , P2D);
2014-11-03 23:02:57 +01:00
Federico Bond 0852e0e64d Add volatile modifier to ColorSelector.selector 2014-10-28 14:30:09 -03:00
Federico Bond 0da8a76f95 Remove unused PresentMode.device instance variable 2014-10-28 14:30:09 -03:00
Federico Bond 005623c768 Avoid boxing/unboxing when parsing primitive 2014-10-28 14:30:08 -03:00
Ben Fry 0f930798ff update url 2014-10-22 18:56:01 -04:00
Ben Fry 309afd37f7 Merge pull request #2907 from federicobond/java1.7
Use 1.7 as source and target Java version
2014-10-22 17:26:42 -04:00
Federico Bond 2e30eeeb32 Fix typo in spanish translation 2014-10-21 00:00:18 -03:00
Federico Bond ce5daefffd Use 1.7 as source and target Java version 2014-10-20 23:52:26 -03:00
Ben Fry 3025fe7f40 rewriting to remove deprecation and update 2014-10-17 10:58:12 -04:00
Ben Fry 5e16238488 remove warnings 2014-10-17 10:57:58 -04:00
Federico Bond 593200f6db Add missing generic type parameters 2014-10-13 13:59:56 -03:00
Federico Bond 0aec992753 Replace MouseListener with MouseAdapter 2014-10-02 11:56:10 -03:00
Federico Bond a878ec4a36 Fix renaming from RGB to Rgb.java and others 2014-09-19 00:08:47 -03:00
Federico Bond 4395c1db38 Improve contrib localization 2014-09-17 19:47:24 -03:00
Federico Bond a1f3a6520f Remove unused Base.builtOnce instance variable 2014-09-14 01:59:45 -03:00
joelmoniz 5f8dfe392c Make 'contrib update' popup less obtrusive
And add examples-packages into the update check too
2014-09-13 19:37:20 -07:00
Federico Bond ea38345be3 Replace instances of Hashtable with HashMap 2014-09-13 20:12:34 -03:00