Skip to content

Commit

Permalink
Implemented Indexable ByteValue Indications
Browse files Browse the repository at this point in the history
- Added indexable indication array for `ByteValue`s within the viewport
  displays.
- Created categorical byte indiciations values & CSS selectors.

Closes apache#784
  • Loading branch information
stricklandrbls committed Oct 20, 2023
1 parent 11224db commit 686c745
Show file tree
Hide file tree
Showing 14 changed files with 308 additions and 485 deletions.
4 changes: 1 addition & 3 deletions src/language/dfdl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { getAttributeCompletionProvider } from './providers/attributeCompletion'
import { getCloseElementProvider } from './providers/closeElement'
import { getAttributeValueCompletionProvider } from './providers/attributeValueCompletion'
import { getCloseElementSlashProvider } from './providers/closeElementSlash'
import { getAttributeHoverProvider } from './providers/attributeHover'

export function activate(context: vscode.ExtensionContext) {
let dfdlFormat = fs
Expand All @@ -38,7 +37,6 @@ export function activate(context: vscode.ExtensionContext) {
getAttributeCompletionProvider(),
getAttributeValueCompletionProvider(),
getCloseElementProvider(),
getCloseElementSlashProvider(),
getAttributeHoverProvider()
getCloseElementSlashProvider()
)
}
39 changes: 0 additions & 39 deletions src/language/providers/attributeHover.ts

This file was deleted.

231 changes: 0 additions & 231 deletions src/language/providers/intellisense/attributeHoverItems.ts

This file was deleted.

Loading

0 comments on commit 686c745

Please sign in to comment.