jed-users mailing list

[2014 Date Index] [2014 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] isearch_forward match highlighting


Parke <parke.nexus@xxxxxxxxx> wrote:
> When doing an isearch_forward: in Emacs all matches on the screen will
> be highlighted, where as in Jed only the single next match will be
> highlighted.  I like being able to quickly see all the matches at a
[...]
> My questions are:
>
> 1) Has a feature like this ever been considered for Jed?

Not this specific feature.

> 2) How hard would it be for a competent C programmer to add this
> feature to Jed?

It depends.  If I were to implement it, I would create a set of
highlight marks associated with the buffer.  These marks would act as
a type of overlay buffer and would be created/deleted via interpreter
functions.  After the initial screen update (before calling
SLsmg_refresh), the marks would be scanned and the screen updated
accordingly.

My current priority is to add automatic display wrapping of long
lines.  I have not had much time recently to devote to this since most
of my time (as much as 12 hours/day, including weekends) is spent on
my real job (This is also the driver for the recent fortran 90 updates
to jed).

Of course, I do accept patches.
Thanks,
--John

_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2014 date index] [2014 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]