Skip to content

Commit

Permalink
Add initial issue links
Browse files Browse the repository at this point in the history
* Add initial issue links as notes based on eclipse-theia/theia#9863.
* Tweak generated html code to open clicked links in a new tab/window and improve link color for readability

Contributed on behalf of STMicroelectronics

Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
  • Loading branch information
lucas-koehler committed Jan 18, 2022
1 parent a76362a commit cfbb698
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
54 changes: 54 additions & 0 deletions conf/infos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
root:
AccessibilityInformation:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/9965">#9965</a>'
CodeAction:
isPreferred:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/9989">#9989</a>'
disabled:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/9989">#9989</a>'
CodeActionKind:
SourceFixAll:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/9991">#9991</a>'
CommentThread:
canReply:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10002">#10002</a>'
ConfigurationScope:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10004">#10004</a>'
CustomDocumentOpenContext:
untitledDocumentData:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10005">#10005</a>'
DebugProtocolBreakpoint:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10011">#10011</a>'
DebugProtocolSource:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10011">#10011</a>'
DebugSession:
workspaceFolder:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10023">#10023</a>'
DocumentSymbolProviderMetadata:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10026">#10026</a>'
EvaluatableExpression:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10027">#10027</a>'
Extension:
extensionKind:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10029">#10029</a>'
extensionMode:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10201">#10201</a> (current impl is only a stub)'
ExtensionContext:
logUri:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10033">#10033</a>'
InlineValue:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10028">#10028</a>'
InputBoxOptions:
title:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10030">#10030</a>'
LinkedEditingRangeProvider:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10200">#10200</a>'
LinkedEditingRanges:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10200">#10200</a>'
TreeViewOptions:
canSelectMany:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/10102">#10102</a>'

window:
registerWebviewViewProvider:
_note: '<a href="https://github.com/eclipse-theia/theia/issues/8740">#8740</a>'
4 changes: 4 additions & 0 deletions src/html-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ export class HTMLGenerator {
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<base target="_blank">
<style>
a { color: #0056b3; }
</style>
</head>
<body>
<div class="container-fluid">
Expand Down

0 comments on commit cfbb698

Please sign in to comment.