Skip to content

Commit 56b46e4

Browse files
committed
Arrows for GUI, new keywords and reference
1 parent 58702d8 commit 56b46e4

File tree

9 files changed

+15
-3
lines changed

9 files changed

+15
-3
lines changed

app/src/processing/app/EditorToolbar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public abstract class EditorToolbar extends JComponent implements MouseInputList
7878

7979
protected ArrayList<Button> buttons;
8080

81-
static final int ARROW_WIDTH = 6;
81+
static final int ARROW_WIDTH = 7;
8282
static final int ARROW_HEIGHT = 6;
8383
static Image modeArrow;
8484

build/shared/lib/mode-arrow-2x.png

-10 Bytes
Loading

build/shared/lib/mode-arrow.png

2.76 KB
Loading

build/shared/lib/tab-arrow-2x.png

-11 Bytes
Loading

build/shared/lib/tab-arrow.png

-17 Bytes
Loading

java/keywords.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ getString FUNCTION2 JSONObject_getString_
563563
setBoolean FUNCTION2 JSONObject_setBoolean_
564564
setFloat FUNCTION2 JSONObject_setFloat_
565565
setInt FUNCTION2 JSONObject_setInt_
566-
getJSONArray FUNCTION2 JSONObject_setJSONArray_
567-
getJSONObject FUNCTION2 JSONObject_setJSONObject_
566+
setJSONArray FUNCTION2 JSONObject_setJSONArray_
567+
setJSONObject FUNCTION2 JSONObject_setJSONObject_
568568
setString FUNCTION2 JSONObject_setString_
569569
key KEYWORD4 key
570570
keyCode KEYWORD4 keyCode
@@ -610,6 +610,7 @@ mouseMoved FUNCTION4 mouseMoved
610610
mousePressed FUNCTION4 mousePressed
611611
mousePressed KEYWORD4 mousePressed
612612
mouseReleased FUNCTION1 mouseReleased_
613+
mouseWheel FUNCTION4 mouseWheel
613614
mouseX KEYWORD4 mouseX
614615
mouseY KEYWORD4 mouseY
615616
nf FUNCTION1 nf_
@@ -674,6 +675,7 @@ enableStyle FUNCTION2 PShape_enableStyle_
674675
endContour FUNCTION2 PShape_endContour_
675676
endShape FUNCTION2 PShape_endShape_
676677
getChild FUNCTION2 PShape_getChild_
678+
getChildCount FUNCTION2 PShape_getChildCount_
677679
getVertex FUNCTION2 PShape_getVertex_
678680
getVertexCount FUNCTION2 PShape_getVertexCount_
679681
isVisible FUNCTION2 PShape_isVisible_
@@ -695,6 +697,7 @@ array FUNCTION2 PVector_array_
695697
copy FUNCTION2 PVector_copy_
696698
cross FUNCTION2 PVector_cross_
697699
dist FUNCTION2 PVector_dist_
700+
div FUNCTION2 PVector_div_
698701
dot FUNCTION2 PVector_dot_
699702
fromAngle FUNCTION2 PVector_fromAngle_
700703
get FUNCTION2 PVector_get_
@@ -703,6 +706,7 @@ lerp FUNCTION2 PVector_lerp_
703706
limit FUNCTION2 PVector_limit_
704707
mag FUNCTION2 PVector_mag_
705708
magSq FUNCTION2 PVector_magSq_
709+
mult FUNCTION2 PVector_mult_
706710
normalize FUNCTION2 PVector_normalize_
707711
random2D FUNCTION2 PVector_random2D_
708712
random3D FUNCTION2 PVector_random3D_
@@ -812,15 +816,21 @@ clearRows FUNCTION2 Table_clearRows_
812816
findRow FUNCTION2 Table_findRow_
813817
findRows FUNCTION2 Table_findRows_
814818
getColumnCount FUNCTION2 Table_getColumnCount_
819+
getFloat FUNCTION2 Table_getFloat_
820+
getInt FUNCTION2 Table_getInt_
815821
getRow FUNCTION2 Table_getRow_
816822
getRowCount FUNCTION2 Table_getRowCount_
823+
getString FUNCTION2 Table_getString_
817824
getStringColumn FUNCTION2 Table_getStringColumn_
818825
matchRow FUNCTION2 Table_matchRow_
819826
matchRows FUNCTION2 Table_matchRows_
820827
removeColumn FUNCTION2 Table_removeColumn_
821828
removeRow FUNCTION2 Table_removeRow_
822829
removeTokens FUNCTION2 Table_removeTokens_
823830
rows FUNCTION2 Table_rows_
831+
setFloat FUNCTION2 Table_setFloat_
832+
setInt FUNCTION2 Table_setInt_
833+
setString FUNCTION2 Table_setString_
824834
trim FUNCTION2 Table_trim_
825835
TableRow KEYWORD5 TableRow
826836
getFloat FUNCTION2 TableRow_getFloat_
@@ -860,7 +870,9 @@ getChild FUNCTION2 XML_getChild_
860870
getChildren FUNCTION2 XML_getChildren_
861871
getContent FUNCTION2 XML_getContent_
862872
getFloat FUNCTION2 XML_getFloat_
873+
getContent FUNCTION2 XML_getFloatContent_
863874
getInt FUNCTION2 XML_getInt_
875+
getContent FUNCTION2 XML_getIntContent_
864876
getName FUNCTION2 XML_getName_
865877
getParent FUNCTION2 XML_getParent_
866878
getString FUNCTION2 XML_getString_

java/reference.zip

416 KB
Binary file not shown.

java/theme/buttons-2x.png

1 Byte
Loading

java/theme/buttons.png

1 Byte
Loading

0 commit comments

Comments
 (0)