[issue6858] This is a python file, apply syntax highlighting

2016-09-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: +0 from me. -- assignee: rhettinger -> terry.reedy ___ Python tracker ___ ___ Python-bugs-list mai

[issue6858] This is a python file, apply syntax highlighting

2016-09-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: There exists a <> bound (at least on Windows) to ^/. When toggled off, it does not removes existing highlighting. So accidentally hitting the key has no immediate visible effect (see #27170 for problem this caused someone.) It does re-highlight existing cod

[issue6858] This is a python file, apply syntax highlighting

2014-08-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: I'll try this out in the next couple of weeks in a classroom setting. -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___

[issue6858] This is a python file, apply syntax highlighting

2014-08-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-b

[issue6858] This is a python file, apply syntax highlighting

2014-02-04 Thread Tal Einat
Tal Einat added the comment: Roger's patch LGTM, and should be considered a bug-fix. I will note, however, that this doesn't address the original issue: It still does not supply an easily discoverable method of toggling highlighting. Having a keyboard shortcut documented in the help file is ne

[issue6858] This is a python file, apply syntax highlighting

2012-07-12 Thread Roger Serwy
Roger Serwy added the comment: Attached is a patch to allow toggling of the ColorDelegator. It can be toggled using the existing, but undocumented, Control-/ binding. The patch modifies the "toggle_colorize_event" to fully remove coloring or fully recolorize the text rather than its existing

[issue6858] This is a python file, apply syntax highlighting

2012-05-14 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue6858] This is a python file, apply syntax highlighting

2010-08-02 Thread Tal Einat
Tal Einat added the comment: I think we are in agreement :) Regarding the warning message, I was referring only to the case that the syntax highlighter fails completely and raises an exception. I'm not even sure if that can happen, but in case it does an informative message would be better th

[issue6858] This is a python file, apply syntax highlighting

2010-08-01 Thread gert cuykens
gert cuykens added the comment: On Mon, Aug 2, 2010 at 12:06 AM, Terry J. Reedy wrote: > > Terry J. Reedy added the comment: > > There are, perhaps 3 main issues with new features; > > 1. What is the specific proposal? > > In particular, where should the new menu entry go and what should it sa

[issue6858] This is a python file, apply syntax highlighting

2010-08-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: There are, perhaps 3 main issues with new features; 1. What is the specific proposal? In particular, where should the new menu entry go and what should it say. 2. Will it hurt anything? 3. Will it be useful. As to these, I suggest you try your own experiment

[issue6858] This is a python file, apply syntax highlighting

2010-08-01 Thread gert cuykens
gert cuykens added the comment: On Sun, Aug 1, 2010 at 4:55 PM, Tal Einat wrote: > > Tal Einat added the comment: > > I'm +1 on adding such an option to the menu, if only to be able to highlight > files including only Python code which don't happen to have the .py extension. > > If support fo

[issue6858] This is a python file, apply syntax highlighting

2010-08-01 Thread Tal Einat
Tal Einat added the comment: In the last paragraph of my previous post, instead of "is a different matter" read "may be problematic". -- ___ Python tracker ___ _

[issue6858] This is a python file, apply syntax highlighting

2010-08-01 Thread Tal Einat
Tal Einat added the comment: I'm +1 on adding such an option to the menu, if only to be able to highlight files including only Python code which don't happen to have the .py extension. If support for files including not only Python code is important to anyone, some examples of such files woul

[issue6858] This is a python file, apply syntax highlighting

2010-08-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: Interesting idea. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue6858] This is a python file, apply syntax highlighting

2010-08-01 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +taleinat, tjreedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue6858] This is a python file, apply syntax highlighting

2009-09-07 Thread Gabriel Genellina
Changes by Gabriel Genellina : -- nosy: +gagenellina ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue6858] This is a python file, apply syntax highlighting

2009-09-07 Thread Chris Rebert
Changes by Chris Rebert : -- nosy: +cvrebert ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue6858] This is a python file, apply syntax highlighting

2009-09-07 Thread gert cuykens
New submission from gert cuykens : http://groups.google.be/group/comp.lang.python/browse_thread/thread/252fa1ccd0251977# Menu option please, so I can highlight .wsgi .txt .xml files with python code in it, does not matter if non python code gets wrongly highlighted too. -- components: I