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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 LiveEditDiffViewer_SCRIPT=<script> 1 PushResultParser_COMPILE_ERROR=Compile error
2 PushResultParser_SCRIPT=<script>
2 LiveEditDiffViewer_UNNAMED=<unnamed> 3 LiveEditDiffViewer_UNNAMED=<unnamed>
3 LiveEditResultDialog_CURRENT_SCRIPT=Current script in VM 4 LiveEditResultDialog_CURRENT_SCRIPT=Current script in VM
4 LiveEditResultDialog_FAILURE=Failure: {0} 5 LiveEditResultDialog_FAILURE=Failure: {0}
5 LiveEditResultDialog_FRAMES_DROPPED=Top frame(s) has been dropped from stack. 6 LiveEditResultDialog_FRAMES_DROPPED=Top frame(s) has been dropped from stack.
6 LiveEditResultDialog_OK=OK 7 LiveEditResultDialog_OK=OK
7 LiveEditResultDialog_OLD_SCRIPT=Old script in VM ''{0}'' 8 LiveEditResultDialog_OLD_SCRIPT=Old script in VM ''{0}''
8 LiveEditResultDialog_SCRIPT_CREATED=Script that represents old version of source has been created. 9 LiveEditResultDialog_SCRIPT_CREATED=Script that represents old version of source has been created.
9 LiveEditResultDialog_SEVERAL_VMS=Several VMs have been updated. 10 LiveEditResultDialog_SEVERAL_VMS=Several VMs have been updated.
10 LiveEditResultDialog_STATUS=Status 11 LiveEditResultDialog_STATUS=Status
11 LiveEditResultDialog_SUCCESS=Script has been successfully updated. 12 LiveEditResultDialog_SUCCESS=Script has been successfully updated.
(...skipping 21 matching lines...) Expand all
33 PushResultParser_PREVIEW_UNKNOWN=Unknown status 34 PushResultParser_PREVIEW_UNKNOWN=Unknown status
34 PushResultParser_RESULT_CHANGED=Function unchanged (only nested functions change d). 35 PushResultParser_RESULT_CHANGED=Function unchanged (only nested functions change d).
35 PushResultParser_RESULT_DAMAGED=The function has structural changes.\nAlready cr eated instances of the function are left intact and linked to old script version . 36 PushResultParser_RESULT_DAMAGED=The function has structural changes.\nAlready cr eated instances of the function are left intact and linked to old script version .
36 PushResultParser_RESULT_DAMAGED_2=Function was not patched, because its context layout requirements changed.\nOld instances remained intact, new instances will have new body.\nEnclosing function is changed to create new instances. 37 PushResultParser_RESULT_DAMAGED_2=Function was not patched, because its context layout requirements changed.\nOld instances remained intact, new instances will have new body.\nEnclosing function is changed to create new instances.
37 PushResultParser_RESULT_NEW_FUNCTION=New function. 38 PushResultParser_RESULT_NEW_FUNCTION=New function.
38 PushResultParser_RESULT_PATHCED=Function body recompiled. 39 PushResultParser_RESULT_PATHCED=Function body recompiled.
39 PushResultParser_RESULT_UNKNOWN=Unknown status 40 PushResultParser_RESULT_UNKNOWN=Unknown status
40 PushResultParser_SCRIPT_IN_VM=Script in VM 41 PushResultParser_SCRIPT_IN_VM=Script in VM
41 PushResultParser_WRAPPING_AUTOGENERATED=Matching source wrapping is auto-generat ed\n 42 PushResultParser_WRAPPING_AUTOGENERATED=Matching source wrapping is auto-generat ed\n
42 PushResultParser_WRAPPING_DETECTED=Additional source wrapping ''{0}'' detected o n remote.\n 43 PushResultParser_WRAPPING_DETECTED=Additional source wrapping ''{0}'' detected o n remote.\n
44 WizardLogicBuilder_CHOOSE_VM=Choose at least one VM
45 WizardLogicBuilder_COMPILE_ERROR_AT=Compile error: {0} ({1}:{2})
46 WizardLogicBuilder_ERROR_GETTING_PREVIEW=Error in getting preview: {0}
47 WizardLogicBuilder_FAILED_TO_GET=Failed to get script source from a file. See lo g for details.
OLDNEW
« 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