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
5ae4847d
Commit
5ae4847d
authored
Jun 10, 2012
by
Vance Turnewitsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Issue 114: from the JavaDoc comments
parent
07d7873a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
appinventor/appengine/src/com/google/appinventor/client/explorer/youngandroid/ProjectToolbar.java
...inventor/client/explorer/youngandroid/ProjectToolbar.java
+2
-2
appinventor/appengine/src/com/google/appinventor/client/wizards/FileUploadWizard.java
...m/google/appinventor/client/wizards/FileUploadWizard.java
+1
-1
appinventor/appengine/src/com/google/appinventor/client/wizards/ProjectUploadWizard.java
...oogle/appinventor/client/wizards/ProjectUploadWizard.java
+1
-1
appinventor/appengine/src/com/google/appinventor/client/youngandroid/CodeblocksManager.java
...le/appinventor/client/youngandroid/CodeblocksManager.java
+2
-2
No files found.
appinventor/appengine/src/com/google/appinventor/client/explorer/youngandroid/ProjectToolbar.java
View file @
5ae4847d
...
...
@@ -127,7 +127,7 @@ public class ProjectToolbar extends Toolbar {
}
}
else
{
//
Issue 114:
The user can select a project to resolve the
// The user can select a project to resolve the
// error.
ErrorReporter
.
reportInfo
(
MESSAGES
.
noProjectSelectedForDelete
());
}
...
...
@@ -204,7 +204,7 @@ public class ProjectToolbar extends Toolbar {
if
(
selectedProjects
.
size
()
==
1
)
{
downloadSource
(
selectedProjects
.
get
(
0
));
}
else
{
//
Issue 114:
The user needs to select only one project.
// The user needs to select only one project.
ErrorReporter
.
reportInfo
(
MESSAGES
.
wrongNumberProjectsSelected
());
}
}
...
...
appinventor/appengine/src/com/google/appinventor/client/wizards/FileUploadWizard.java
View file @
5ae4847d
...
...
@@ -107,7 +107,7 @@ public class FileUploadWizard extends Wizard {
fileUploadedCallback
);
break
;
case
FILE_TOO_LARGE:
//
Issue 114:
The user can resolve the problem by
// The user can resolve the problem by
// uploading a smaller file.
ErrorReporter
.
reportInfo
(
MESSAGES
.
fileTooLargeError
());
break
;
...
...
appinventor/appengine/src/com/google/appinventor/client/wizards/ProjectUploadWizard.java
View file @
5ae4847d
...
...
@@ -74,7 +74,7 @@ public class ProjectUploadWizard extends Wizard {
ode
.
openYoungAndroidProjectInDesigner
(
uploadedProject
);
break
;
case
NOT_PROJECT_ARCHIVE:
//
Issue 114:
This may be a "severe" error; but in the
// This may be a "severe" error; but in the
// interest of reducing the number of red errors, the
// line has been changed to report info not an error.
// This error is triggered when the user attempts to
...
...
appinventor/appengine/src/com/google/appinventor/client/youngandroid/CodeblocksManager.java
View file @
5ae4847d
...
...
@@ -268,7 +268,7 @@ public class CodeblocksManager implements ConnectivityListener {
if
(
conn
==
null
)
{
if
(
codeblocksMustBeOpen
)
{
// If codeblocks is not open, tell the user to open it.
//
Issue 114:
The user can resolve the issue by opening
// The user can resolve the issue by opening
// the codeblocks editor.
ErrorReporter
.
reportInfo
(
MESSAGES
.
noCodeblocksConnection
());
if
(
callback
!=
null
)
{
...
...
@@ -286,7 +286,7 @@ public class CodeblocksManager implements ConnectivityListener {
// Codeblocks was open, but has been closed or is unresponsive.
if
(
codeblocksMustBeOpen
)
{
// If codeblocks has been closed or is unresponsive, report that.
//
Issue 114:
The user can resolve this problem by restarting the
// The user can resolve this problem by restarting the
// codeblocks editor.
ErrorReporter
.
reportInfo
(
MESSAGES
.
codeblocksConnectionUnresponsive
());
if
(
callback
!=
null
)
{
...
...
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