diff --git a/build/shared/lib/languages/PDE.properties b/build/shared/lib/languages/PDE.properties index e45b698db..1a42b0a80 100644 --- a/build/shared/lib/languages/PDE.properties +++ b/build/shared/lib/languages/PDE.properties @@ -82,9 +82,9 @@ menu.debug.toggle_breakpoint = Toggle Breakpoint menu.debug.step = Step menu.debug.step.keystroke = meta pressed J menu.debug.step_into = Step Into -menu.debug.step.keystroke = shift meta pressed J +menu.debug.step_into.keystroke = shift meta pressed J menu.debug.step_out = Step Out -menu.debug.step.keystroke = meta alt pressed J +menu.debug.step_out.keystroke = meta alt pressed J menu.debug.continue = Continue # --- #menu.debug.print_stack_trace = Print Stack Trace @@ -315,7 +315,9 @@ editor.header.new_tab = New Tab editor.header.rename = Rename editor.header.delete = Delete editor.header.previous_tab = Previous Tab +editor.header.previous_tab.keystroke = meta alt pressed LEFT editor.header.next_tab = Next Tab +editor.header.next_tab.keystroke = meta alt pressed RIGHT editor.header.delete.warning.title = Yeah, no. editor.header.delete.warning.text = You cannot delete the main tab of the only open sketch. diff --git a/todo.txt b/todo.txt index 28473f01b..5ed8e9169 100755 --- a/todo.txt +++ b/todo.txt @@ -19,7 +19,7 @@ X https://github.com/processing/processing/issues/4821 X closed, no response X problems with non-US keyboards and some shortcuts X https://github.com/processing/processing/issues/2199 -_ https://github.com/processing/processing/wiki/Localization#shortcuts-and-key-bindings +X https://github.com/processing/processing/wiki/Localization#shortcuts-and-key-bindings o Determine new keyboard shortcut for Step Out X https://github.com/processing/processing/issues/3538 X all set based on #2199 @@ -46,6 +46,8 @@ X https://github.com/processing/processing/pull/5115 X NullPointerException in Contribution Manager when installing X https://github.com/processing/processing/issues/5524 X https://github.com/processing/processing/pull/5742 +X Improvements to appdata.xml for Linux +X https://github.com/processing/processing/pull/5604 jakub X Fix sketch exception getting hidden by warning @@ -65,10 +67,11 @@ _ https://github.com/processing/processing/pull/5642 _ discuss with Casey - high-ish +_ settings() present and pixelDensity() is in setup(), nothing set/no error +_ https://github.com/processing/processing/issues/4703 _ errors inside setup() aren't coming through at all? -_ seen in Eclipse; have to turn on the debugger +_ seen in Eclipse; have to turn on the debugger... same as #4703? _ Welcome screen doesn't size properly for HiDPI screens _ https://github.com/processing/processing/issues/4896 @@ -165,6 +168,7 @@ _ https://github.com/processing/processing/issues/3948 _ update list of optional JRE files for Java 8 _ Andres provided some updates _ https://github.com/processing/processing/issues/3288 +_ these will change again for Java 11, so wait until then _ proxy trouble with p5? since adding the system proxy? _ https://github.com/processing/processing/pull/3251/files @@ -186,9 +190,6 @@ _ https://github.com/processing/processing/commits/master/build/macosx/appbund _ https://github.com/processing/processing/commit/fa27b983e76fdbc5c4c1451a1f0d854c652b1639 _ https://bitbucket.org/infinitekind/appbundler -_ settings() present and pixelDensity() is in setup(), nothing set/no error -_ https://github.com/processing/processing/issues/4703 - _ right bracket missing error _ https://github.com/processing/processing/issues/4702