Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
f0cd5235
Commit
f0cd5235
authored
Nov 14, 2012
by
Jeffrey I. Schiller
Committed by
Gerrit Review System
Nov 20, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Obsolete Section from Designer Components Selector.
Change-Id: Ibeef93e4c12056877820ff464f1318acde07442e
parent
12453698
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appinventor/components/src/com/google/appinventor/components/common/ComponentCategory.java
...ogle/appinventor/components/common/ComponentCategory.java
+1
-1
appinventor/components/src/com/google/appinventor/components/scripts/DocumentationGenerator.java
...ppinventor/components/scripts/DocumentationGenerator.java
+1
-1
No files found.
appinventor/components/src/com/google/appinventor/components/common/ComponentCategory.java
View file @
f0cd5235
...
...
@@ -22,7 +22,7 @@ public enum ComponentCategory {
LEGOMINDSTORMS
(
"LEGO\u00AE MINDSTORMS\u00AE"
),
MISC
(
"Other stuff"
),
EXPERIMENTAL
(
"Not ready for prime time"
),
OBSOLETE
(
"Old stuff"
),
//OBSOLETE("Old stuff"),// removed to remove old stuff from the menu
INTERNAL
(
"For internal use only"
),
// UNINITIALIZED is used as a default value so Swing libraries can still compile
UNINITIALIZED
(
"Uninitialized"
);
...
...
appinventor/components/src/com/google/appinventor/components/scripts/DocumentationGenerator.java
View file @
f0cd5235
...
...
@@ -140,7 +140,7 @@ public class DocumentationGenerator extends ComponentProcessor {
ComponentCategory
.
LEGOMINDSTORMS
,
ComponentCategory
.
MISC
,
ComponentCategory
.
EXPERIMENTAL
,
ComponentCategory
.
OBSOLETE
//ComponentCategory.OBSOLETE// removed to remove old stuff from the menu
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment