Skip to content

Commit

Permalink
fixing issue with leading space
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinglabs committed Sep 20, 2014
1 parent bf4bd3f commit ae4ac0a
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 20 deletions.
Binary file modified application.linux32/lib/G4P.jar
Binary file not shown.
Binary file modified application.linux32/lib/proftweak.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions application.linux32/source/proftweak.java
Expand Up @@ -358,7 +358,7 @@ else if (platform == LINUX) {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -664,7 +664,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
3 changes: 1 addition & 2 deletions application.linux32/source/proftweak.pde
Expand Up @@ -335,7 +335,7 @@ try {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -641,7 +641,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
Binary file modified application.linux64/lib/G4P.jar
Binary file not shown.
Binary file modified application.linux64/lib/proftweak.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions application.linux64/source/proftweak.java
Expand Up @@ -358,7 +358,7 @@ else if (platform == LINUX) {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -664,7 +664,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
3 changes: 1 addition & 2 deletions application.linux64/source/proftweak.pde
Expand Up @@ -335,7 +335,7 @@ try {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -641,7 +641,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
Binary file not shown.
Binary file not shown.
3 changes: 1 addition & 2 deletions application.macosx/source/proftweak.java
Expand Up @@ -358,7 +358,7 @@ else if (platform == LINUX) {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -664,7 +664,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
3 changes: 1 addition & 2 deletions application.macosx/source/proftweak.pde
Expand Up @@ -335,7 +335,7 @@ try {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -641,7 +641,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
Binary file modified application.windows32/lib/G4P.jar
Binary file not shown.
Binary file modified application.windows32/lib/proftweak.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions application.windows32/source/proftweak.java
Expand Up @@ -358,7 +358,7 @@ else if (platform == LINUX) {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -664,7 +664,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
3 changes: 1 addition & 2 deletions application.windows32/source/proftweak.pde
Expand Up @@ -335,7 +335,7 @@ try {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -641,7 +641,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
3 changes: 1 addition & 2 deletions proftweak.pde
Expand Up @@ -335,7 +335,7 @@ try {
appTitle.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appTitle.setLocalColorScheme(9);

GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.3)");
GLabel appDesc = new GLabel(this, 385, 40, 300, 14, "A MakerWare profile editor (v1.4)");
appDesc.setFont(new Font("Dialog", Font.BOLD, 14));
appDesc.setTextAlign(GAlign.LEFT, GAlign.MIDDLE);
appDesc.setLocalColorScheme(9);
Expand Down Expand Up @@ -641,7 +641,6 @@ public void handleTextEvents(GEditableTextControl textarea, GEvent event) {
}
}
}

setEntryColor(textarea);
}
}
Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Expand Up @@ -8,8 +8,9 @@ http://nothinglabs.blogspot.com/2013/09/introducing-proftweak-makerware-profile.

If something isn't working for you - there's a decent chance it's addressed there. If things still don't work for you - feel free to bug me.

ProfTweak is built with Processing 2.0.3 and G4P v3.3. Building Proftweak with newer versions of Processing causes an issue launching from Makerware / Makerbot Desktop.
It's licensed as http://creativecommons.org/licenses/by-sa/3.0/
ProfTweak is built with Processing 2.0.3 and G4P v3.3 - use those versions only! Building Proftweak with newer versions of Processing causes an issue launching from Makerware / Makerbot Desktop. Newer versions of G4P have an issue where a leading “ “ can get appended to text entries.

ProfTweak is licensed as http://creativecommons.org/licenses/by-sa/3.0/

-Rich Olson
www.nothinglabs.com
Expand Down

0 comments on commit ae4ac0a

Please sign in to comment.