Commit Graph

1463 Commits

Author SHA1 Message Date
Ben Fry c02b31cebc Merge pull request #2607 from teddywing/insert-tab-char-on-tab-keypress-if-not-editor.tabs.expand
PdeKeyListener.java: tab key behaves correctly if !editor.tabs.expand
2014-07-28 15:00:12 -04:00
Manindra Moharana 6397d941b3 dialog for new tab and rename. Fixes #2431 2014-07-28 23:37:14 +05:30
Ben Fry 008108be14 Merge pull request #2574 from jdf/master
Permit modes to enhance the text editor by overriding the textarea Painter.
2014-07-26 12:23:47 -04:00
Ben Fry ca38ec6995 starting next release 2014-07-26 12:12:21 -04:00
Ben Fry faace6ca12 clean up several warnings 2014-07-26 11:21:17 -04:00
Ben Fry d01710cc45 remove depracted api usage 2014-07-26 11:02:28 -04:00
Ben Fry 4b7cf31373 move sketch modified on mode change warning 2014-07-26 10:56:14 -04:00
Ben Fry 83a9fbb8e6 Merge pull request #2651 from joelmoniz/modeVersionNum
Contribution Version Number, Latest Contribution Version available and Last Date on which contribution was updated now show (Resolves #2498 and #2561)
2014-07-26 10:26:18 -04:00
Ben Fry d20a9de361 incorporate Mode fix from Joel (issue #2615) 2014-07-26 10:25:10 -04:00
Ben Fry aef416d36f Merge pull request #2616 from joelmoniz/wrongModeSelection
Correct mode is now selected in modeMenu,  resolving Issue #2615
2014-07-26 10:20:13 -04:00
joelmoniz 84e248c23f A few final changes to Last Updated 2014-07-26 14:06:53 +04:00
Joel Moniz 2aedcb7653 "Last Updated" shows if "lastUpdated" field is present
lastUpdate field is a Unix Timestamp in millisecs
TODO: Add lastUpdated everywhere in contributions.txt, .properties file
2014-07-26 10:31:19 +04:00
Joel Moniz 588d246279 Added version number in new version available msg 2014-07-26 10:16:05 +04:00
joelmoniz 0b6159156c Version nos. display below tool/lib/mode 2014-07-26 10:16:03 +04:00
Ben Fry bc8047228b Merge pull request #2570 from tyfkda/remove-writer
Remove writer
2014-07-25 18:50:24 -04:00
Ben Fry e2f565b825 clean up indents and formatting 2014-07-25 18:19:04 -04:00
Ben Fry e99c5e8006 Merge branch 'master' of github.com:processing/processing 2014-07-25 18:17:17 -04:00
Ben Fry 626a8838f4 Merge pull request #2584 from kfeuz/Issue2534
Fixes Issue #2534 by setting the Application name for Linux
2014-07-25 18:14:21 -04:00
Ben Fry f30b245dfd Merge branch 'master' of github.com:processing/processing 2014-07-25 18:11:12 -04:00
Ben Fry f8144565fc fix for serial library exports on Windows 2014-07-25 18:07:32 -04:00
Ben Fry 7ade757b20 Merge pull request #2568 from joelmoniz/presentBckColor
Added Present's background color as an option to the Preferences window.
2014-07-25 17:33:15 -04:00
Ben Fry 57ae79b312 Merge pull request #2598 from joelmoniz/correctContribColor
Line coloring is now proper for filtered contributions (both when comboBox and filterFields are used for filtering)
2014-07-25 17:32:53 -04:00
Ben Fry d93f25d9e7 Merge pull request #2636 from joelmoniz/updateOnStartup
Update Manager now shows on startup (resolves #2557)
2014-07-25 17:28:23 -04:00
Ben Fry 81e5e34adc Merge pull request #2608 from joelmoniz/fixContribProp
Properties file no longer overwritten with contributions.txt values unless something in the properties is amiss
2014-07-25 17:12:32 -04:00
Manindra Moharana dd000f7989 nope, dont need you 2014-07-15 06:34:55 +05:30
Manindra Moharana eeee483e7a Removed Window menu from Sketch menu 2014-07-15 06:31:06 +05:30
tyfkda 8aa69b1789 Remove writer
Seems writer is not used in Runner#generateTrace.
2014-07-12 09:03:45 +09:00
Manindra Moharana ada2110f3c added pref for cc trigger to Pref Panel 2014-06-30 21:43:41 +05:30
joelmoniz 987d20d164 Correct mode is now selected in modeMenu 2014-06-27 18:19:48 +05:30
Manindra Moharana 2c8649fff4 PDE X prefs work 2014-06-26 13:40:37 +05:30
Manindra Moharana ad8056b442 Preferences updated 2014-06-25 16:41:58 +05:30
Joel Moniz fa3df07439 Update Manager now displays on startup of Processing 2014-06-25 13:20:00 +05:30
Joel Moniz 08fcd1923a Stage 1 complete: at least update manager opens 2014-06-24 23:59:38 +05:30
Joel Moniz b1fd7f330d Props file no longer overwritten with contribs.txt
Unless something isn't right, in which case only that field is overwritten
in properties
2014-06-23 13:21:26 +05:30
Manindra Moharana 3e25ff63cd PDE X now set as default start up mode 2014-06-23 11:55:02 +05:30
teddywing 0cfa638397 PdeKeyListener.java: tab key behaves correctly if !editor.tabs.expand
If the `editor.tabs.expand` preference setting is set to `false` (tabs 
are *not* expanded to spaces), insert a tab character when the tab key 
is pressed. Previously nothing would be inserted.
2014-06-22 14:00:48 -04:00
Joel Moniz 45c9c94ce3 Line coloring is now proper for filtered contribs
Both when comboBox and filterFields are used
2014-06-17 17:14:47 +05:30
Kyle Feuz adb8221262 Fixes Issue #2534 by setting the Application name for Linux 2014-06-10 01:01:37 -07:00
Jonathan Feinberg dd3de15d31 Permit modes to enhance the text editor by adding their own typographical effects to the Painter.
This permits Python mode to draw an indentation indicator, which is common in Python editors.
2014-06-08 22:29:43 -04:00
Ben Fry a55dba67a6 use ButtonGroup for Mode menu (#2545) 2014-06-08 16:52:39 -04:00
Ben Fry 3512d91200 cleaning up window menu code, notes in the todo 2014-06-08 16:03:54 -04:00
joelmoniz 0e7e40e3c4 Done adding Present bckgrnd color to Prefs window
Cursor to hand on mouseover & new border for color preview
2014-06-07 11:11:21 +05:30
joelmoniz abf967d2e8 Shed a lot of weight, some UI changes
Rm CustomColorChooser, add Cancel to ColorChooser,
Formatting changes,
Removed unnecessary listener,
Inerchange preview color and text field.
2014-06-07 11:09:10 +05:30
joelmoniz e594e4e9f6 Changes as to how the user selects Present bckgrnd
Clicking on the color preview brings up a color selector; Inputting a hex color automatically previews it
2014-06-07 11:08:01 +05:30
joelmoniz 75fa9fd6c1 Add 'link' between pref window and file for presnt
Sets present.bgcolor on clicking OK, sets color in Preferences window from
Preferences.txt on opening the window.
2014-06-07 11:04:18 +05:30
joelmoniz 6cc59d9409 Worked on GUI part of adding option to Pref window 2014-06-07 11:03:19 +05:30
joelmoniz c82d72653f Open Sketches Sub-Menu implementation complete
Current sketch is now indicated with a check box
2014-05-29 19:28:26 +05:30
joelmoniz 879911fcda Added a submenu; sketch now comes to front.
Consists of 2 commits all squashed up.
2014-05-29 19:28:24 +05:30
joelmoniz 33fcb1c4e4 Open sketches display in Sketch menu
Consists of 3 commits all squashed up. Used Menu Listener in the end over
polling.
2014-05-29 19:27:10 +05:30
Ben Fry 91504f30d5 rolling over for the next release 2014-05-19 21:39:43 -04:00