Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/messages.properties

Issue 12035015: Disaply compile error position in diff viewer (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: fcr Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/WizardLogicBuilder.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/messages.properties
diff --git a/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/messages.properties b/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/messages.properties
index 04d1bc02bccc9ac7f5b0788bdbb674e3a4c33af5..8bb02e5e4627af56a876078b3e9e478bddcae569 100644
--- a/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/messages.properties
+++ b/plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/messages.properties
@@ -1,4 +1,5 @@
-LiveEditDiffViewer_SCRIPT=<script>
+PushResultParser_COMPILE_ERROR=Compile error
+PushResultParser_SCRIPT=<script>
LiveEditDiffViewer_UNNAMED=<unnamed>
LiveEditResultDialog_CURRENT_SCRIPT=Current script in VM
LiveEditResultDialog_FAILURE=Failure: {0}
@@ -40,3 +41,7 @@ PushResultParser_RESULT_UNKNOWN=Unknown status
PushResultParser_SCRIPT_IN_VM=Script in VM
PushResultParser_WRAPPING_AUTOGENERATED=Matching source wrapping is auto-generated\n
PushResultParser_WRAPPING_DETECTED=Additional source wrapping ''{0}'' detected on remote.\n
+WizardLogicBuilder_CHOOSE_VM=Choose at least one VM
+WizardLogicBuilder_COMPILE_ERROR_AT=Compile error: {0} ({1}:{2})
+WizardLogicBuilder_ERROR_GETTING_PREVIEW=Error in getting preview: {0}
+WizardLogicBuilder_FAILED_TO_GET=Failed to get script source from a file. See log for details.
« no previous file with comments | « plugins/org.chromium.debug.ui/src/org/chromium/debug/ui/liveedit/WizardLogicBuilder.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698