Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] adjust visual look in source tab for links ?

Hi,

While I wait for https://bugs.eclipse.org/bugs/show_bug.cgi?id=418563 to progress, could someone let me know the answers to the following limits I've been struggling with trying to implement better asciidoc:

How to alter the visual appearance in the source view ?
===

i.e. how does one underline markup that is a link ?

in markdown *blah* gets bold in both source and rendering,

I got http://dr.dk[link to danish tv] to render as link in the preview but nothing happens in the source part. It would be nice to actually have the link syntax somehow indicate it was detected.

How to have the template content assist not require me to delete characters
===

if you have a template named 'link' then you use ctrl+space for content assist and type 'link' to find it in the list press enter. now it inserts the template *after* link instead of replacing it, requiring you to remove the link you just typed. Is this expected ?

Same happens if your template is just named '*' and you start typing * do content assist and choose the * template - it will now let
you fill in the place holders and you still need to delete the '*'

Maybe this is actually more an enhancement than a bug ?


/max
http://about.me/maxandersen


Back to the top