-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial implementation #1
Conversation
fix wrong initial styling caused by the use of style keyword
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ViewIT line 61 still shows "paper-input" |
The add-on name replacement is missing in the issues templates. See https://github.com/FlowingCode/TechnicalDocs/blob/master/addons/checklist-0.md#issue_template |
src/main/java/com/flowingcode/vaadin/addons/syntaxhighlighter/SHLanguage.java
Outdated
Show resolved
Hide resolved
src/main/java/com/flowingcode/vaadin/addons/syntaxhighlighter/SHLanguagePrism.java
Outdated
Show resolved
Hide resolved
src/main/java/com/flowingcode/vaadin/addons/syntaxhighlighter/SHStyle.java
Outdated
Show resolved
Hide resolved
src/main/java/com/flowingcode/vaadin/addons/syntaxhighlighter/SHStylePrism.java
Outdated
Show resolved
Hide resolved
src/test/java/com/flowingcode/vaadin/addons/syntaxhighlighter/SyntaxHighlighterDemoView.java
Outdated
Show resolved
Hide resolved
provide a no argument constructor and another one that receives language and content
explain difference with plain SyntaxhHighlighter and add documentation for no arg constructor
src/main/java/com/flowingcode/vaadin/addons/syntaxhighlighter/BaseSyntaxHighlighter.java
Outdated
Show resolved
Hide resolved
src/main/java/com/flowingcode/vaadin/addons/syntaxhighlighter/BaseSyntaxHighlighter.java
Outdated
Show resolved
Hide resolved
Also make sure to update License file taking in consideration https://github.com/FlowingCode/AddonStarter24/blob/master/LICENSE that was recently updated (remove first lines). |
Also un readme, remove reference to vaadin directory repository https://github.com/FlowingCode/AddonStarter24/pull/39/files |
Rename the wrapLines attribute so it uses the same name as its javascript counterpart
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it and it all looks good now.
No description provided.