Merge lp:~gcrosswhite/leo-editor/scala-colorizer-patch into lp:leo-editor/old-trunk

Proposed by Gregory Crosswhite
Status: Needs review
Proposed branch: lp:~gcrosswhite/leo-editor/scala-colorizer-patch
Merge into: lp:leo-editor/old-trunk
Diff against target: 10 lines (+0/-1)
1 file modified
leo/modes/scala.py (+0/-1)
To merge this branch: bzr merge lp:~gcrosswhite/leo-editor/scala-colorizer-patch
Reviewer Review Type Date Requested Status
The Leo editor team Pending
Review via email: mp+64622@code.launchpad.net

Description of the change

Removed a vestigial debugging line from scala.py that causes a slurry of error messages.

To post a comment you must log in.
Revision history for this message
Edward K. Ream (edreamleo) wrote :

On Tue, Jun 14, 2011 at 6:52 PM, Gregory Crosswhite
<email address hidden> wrote:

> Removed a vestigial debugging line from scala.py that causes a slurry of error messages.

Thanks for this. I've just made the change at the trunk at rev 4372.

Edward

Unmerged revisions

4372. By Gregory Crosswhite

Deleted a vestigial debugging line from scala.py.

This line is currently causing a slurry of error messages since it makes
use of a global variable that is not imported in a production
environment.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'leo/modes/scala.py'
2--- leo/modes/scala.py 2011-05-30 15:48:47 +0000
3+++ leo/modes/scala.py 2011-06-14 23:52:34 +0000
4@@ -358,7 +358,6 @@
5 # Rules for scala_main ruleset.
6
7 def scala_rule0(colorer, s, i):
8- g.trace(i)
9 return colorer.match_mark_following(s, i, kind="label", pattern="@",
10 at_line_start=False, at_whitespace_end=False, at_word_start=False, exclude_match=False)
11

Subscribers

People subscribed via source and target branches

to status/vote changes: