Bug 438187 - markdown editor warning annotations
Summary: markdown editor warning annotations
Status: NEW
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: Editor (show other bugs)
Version: 6.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2014-06-25 16:01 EDT by Grant Gayed CLA
Modified: 2017-01-06 15:42 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2014-06-25 16:01:34 EDT

    
Comment 1 Grant Gayed CLA 2014-09-24 16:52:34 EDT
Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f399a20980afa1cabd71e3633c29df4c43e170bd

Pushed warnings for the following:
- attempt to make header level > 6
- mixed bullet types (ordered/unordered) within a list
- link/image with missing text
- in-line link/image with missing url
- ordered list starting at index != 1

Some ideas for further warnings:
- more than one h1 in a doc
- header levels not progressing incrementally (eg.- an h2 followed by an h4)
- ref. link with undefined reference value
- duplicate reference values (eg.- note that these are NOT case-sensitive)
- others...
Comment 2 Grant Gayed CLA 2014-10-21 15:24:58 EDT
commit for ref. link with undefined ref. id annotation: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=ef19b180e9de53c0f9e094e77acec6be65662011
Comment 3 Grant Gayed CLA 2014-10-31 13:26:42 EDT
(In reply to Grant Gayed from comment #2)

Note that this one missed getting into the 7.0 branch.
Comment 4 Grant Gayed CLA 2015-02-03 16:53:01 EST
Commit for duplicate link id's (aka duplicate reference values): http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=bb7e94ee0ca93c7793fa7d97e70d229a3121131c

(also includes a couple of unrelated-but-proximate bug fixes for ref links)