Skip to content

Commit 76afe79

Browse files
authored
*: Fix the name of the mode (#198)
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 5608be2 commit 76afe79

File tree

52 files changed

+51
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+51
-52
lines changed

build.xml.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<!-- Version of the mode -->
1616
<property name="processing.r.version" value="@@version@@" />
17-
<property name="processing.r.commit.id" value="@@commitid@@" />
1817

1918
<!-- Folder -->
2019
<property name="try" value="try" />
@@ -149,7 +148,7 @@
149148
</copy>
150149
<!-- TODO: Configure the version in bash script. -->
151150
<replaceregexp file="${bundle}/mode.properties" flags="g" match="@@mode-version@@" replace="${processing.r.version}" />
152-
<replaceregexp file="${bundle}/mode.properties" flags="g" match="@@pretty-version@@" replace="{processing.r.version}" />
151+
<replaceregexp file="${bundle}/mode.properties" flags="g" match="@@pretty-version@@" replace="${processing.r.version}" />
153152
</target>
154153

155154
<target name="install" depends="package">

docs/RLangMode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = R
1+
name = R for Processing
22
authorList = [Processing.R Authors](https://github.com/gaocegege/Processing.R/blob/master/AUTHORS.md)
33
url = https://github.com/gaocegege/Processing.R
44
sentence = Processing in R Language

docs/RLangMode.zip

-321 Bytes
Binary file not shown.

examples/Basics/ThreeDimensionalCube/ThreeDimensionalCube.rpde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ settings <- function() {
33
}
44

55
setup <- function() {
6-
colorMode(1, 1)
6+
colorMode(RGB, 1)
77
frameRate(24)
88
}
99

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mode=R Language
1+
mode=R
22
mode.id=rprocessing.mode.RLangMode
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mode=R Language
1+
mode=R
22
mode.id=rprocessing.mode.RLangMode
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mode=R Language
1+
mode=R
22
mode.id=rprocessing.mode.RLangMode
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mode=R Language
1+
mode=R
22
mode.id=rprocessing.mode.RLangMode
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mode=R Language
1+
mode=R
22
mode.id=rprocessing.mode.RLangMode
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mode=R Language
1+
mode=R
22
mode.id=rprocessing.mode.RLangMode

0 commit comments

Comments
 (0)