3.0 Out of memory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: [7.4] ColorEditing parcel removed?

Boris Popov-4
Cesar Rabak wrote:

> VW 7.4 changed the directory structure of parcels, specially 'goodies'
> now 'contributed'.
>
> However, the ColorEditing parcel that used to be under 'parc' subdir in
>  goodies, is not available anymore.
>
> Is it because there is a new clever way to obtain this?
>
> Otherwise shall I download from Cincom repository or loading a parcel
> from an ealier release of VW would suffice?
>
> TIA
>

Load RBCodeHighlighting instead, you can then tweak color settings to
your liking via,

Refactory.CodeHighlighter.CodeHighlightingSettings open

Once your character reaches level 15, you will gain the ability to use
slightly more advanced HyperRBCodeHighlighting, which is also a parcel
available as part of 7.4.

Hope this helps,

--
-Boris
http://bpopov.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: [7.4] ColorEditing parcel removed?

Andre Schnoor

Boris Popov wrote:

> Cesar Rabak wrote:
>> VW 7.4 changed the directory structure of parcels, specially
>> 'goodies' now 'contributed'.
>>
>> However, the ColorEditing parcel that used to be under 'parc' subdir
>> in  goodies, is not available anymore.
>>
>> Is it because there is a new clever way to obtain this?
>>
>> Otherwise shall I download from Cincom repository or loading a parcel
>> from an ealier release of VW would suffice?
>>
>> TIA
>>
>
> Load RBCodeHighlighting instead, you can then tweak color settings to
> your liking via,
>
> Refactory.CodeHighlighter.CodeHighlightingSettings open
>
> Once your character reaches level 15, you will gain the ability to use
> slightly more advanced HyperRBCodeHighlighting, which is also a parcel
> available as part of 7.4.
>
> Hope this helps,
>

IMHO the RBCodeHighlighting package is completely overdone, flickery and
extremely slow (currently). I recommend loading the old 7.3. parcel. It
still works fine. The colors are updated after each "accept" only, though.

I don't need the colors while writing code. I simply need them for
reading existing code, i.e. quickly separate comments from code and
understand the code's structure at a glance - that's all.

Perhaps somebody could have a look at the old parcel and see if it
really caused any problems with 7.4. I'd really like to keep that simple
coloring with the distribution, which doesn't have any impact on
performance, doesn't flicker, etc.

Andre


12