thegooglecodearchive / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

syntax highlighting #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Very nice project!
I could see myself switch from kate if marave had syntax highlighting...

Original issue reported on code.google.com by curious...@gmail.com on 16 Feb 2010 at 10:53

GoogleCodeExporter commented 9 years ago
Not exactly trivial to do, but I'll take a look.

Original comment by roberto.alsina on 16 Feb 2010 at 11:07

GoogleCodeExporter commented 9 years ago
The beginnings of this feature are already in SVN as of r285.

It is a pain to enable, and the UI is not really done yet, but it does work: 
http://twitpic.com/13ngmv

Original comment by roberto.alsina on 16 Feb 2010 at 10:14

GoogleCodeExporter commented 9 years ago
r288 loads list of languages and styles into the prefs UI

Original comment by roberto.alsina on 16 Feb 2010 at 10:35

GoogleCodeExporter commented 9 years ago
r289 changes the highlighter acording to the UI

Original comment by roberto.alsina on 17 Feb 2010 at 12:58

GoogleCodeExporter commented 9 years ago
In r290, if spellchecking is disabled, the right highlighter is used when 
opening a file.

Original comment by roberto.alsina on 17 Feb 2010 at 1:15

GoogleCodeExporter commented 9 years ago
In r292: Make the prefs UI follow the autoselection of highlighter on file 
opening

Original comment by roberto.alsina on 17 Feb 2010 at 1:59

GoogleCodeExporter commented 9 years ago
As of r293 this feature seems complete, except that when syntax highlighting is 
enabled 
the editor font is ignored.

Original comment by roberto.alsina on 17 Feb 2010 at 2:09

GoogleCodeExporter commented 9 years ago
Also, the color scheme is not saved in settings.

Original comment by roberto.alsina on 17 Feb 2010 at 2:10

GoogleCodeExporter commented 9 years ago
Fixed comment 8 in r294

Original comment by roberto.alsina on 17 Feb 2010 at 2:25

GoogleCodeExporter commented 9 years ago
Fixed comment 7 in r295

This issue seems complete, it just needs testing.

Original comment by roberto.alsina on 17 Feb 2010 at 2:35

GoogleCodeExporter commented 9 years ago
Very cool. Saw that you get started on the feature in your blog.
Unfortunately, the syntax highlighting drop-down menu doesn't work for me, 
yet...

Original comment by curious...@gmail.com on 17 Feb 2010 at 10:04

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "main.py", line 541, in setHL
    l=self.prefsWidget._l
AttributeError: 'PrefsWidget' object has no attribute '_l'

Original comment by curious...@gmail.com on 17 Feb 2010 at 10:05

GoogleCodeExporter commented 9 years ago
@comment 11: it has dependencies, check the README

@comment 12: should be fixed in r307

Original comment by roberto.alsina on 17 Feb 2010 at 10:17

GoogleCodeExporter commented 9 years ago
This is working now.

Original comment by roberto.alsina on 19 Feb 2010 at 8:04