-
Notifications
You must be signed in to change notification settings - Fork 16
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
Must create a 'language' extension point #32
Comments
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
Old use of ImageFactory for enabled and disabled buttons was causing optimisation problem because exceeding SWT's threads handlers numbers.
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
Changelog : + Check selection improved to be on both tables; + Unchecking one metric or one rule is unchecking the column's checker associated; - Code duplication removal, making metric's tableviewer extending checker's tableviewer
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
Changelog : + Info display button + Correction of displayed information in TreeViewers + Set default action improval.
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
WaldoFR
pushed a commit
that referenced
this issue
Jul 13, 2017
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
… checkers Also, using it in the analyzer
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
…nguages & services Service were added to access data. Analyzer was updated to use the new extension points.
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
…nces tables Old use of ImageFactory for enabled and disabled buttons was causing optimisation problem because exceeding SWT's threads handlers numbers.
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
Changelog : + Check selection improved to be on both tables; + Unchecking one metric or one rule is unchecking the column's checker associated; - Code duplication removal, making metric's tableviewer extending checker's tableviewer
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
Changelog : + Info display button + Correction of displayed information in TreeViewers + Set default action improval.
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
to begarco/i-CodeCNES
that referenced
this issue
Jan 25, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
Old use of ImageFactory for enabled and disabled buttons was causing optimisation problem because exceeding SWT's threads handlers numbers.
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
Changelog : + Check selection improved to be on both tables; + Unchecking one metric or one rule is unchecking the column's checker associated; - Code duplication removal, making metric's tableviewer extending checker's tableviewer
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
Changelog : + Info display button + Correction of displayed information in TreeViewers + Set default action improval.
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
begarco
pushed a commit
that referenced
this issue
Feb 2, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Analyzer are defining file extensions that are duplicated for instance for f77.metric and f77.rule.
It would be easier to have :
Then a kind of LanguageUtil class could find the language for a file or give the existing analyzer for a language...
The text was updated successfully, but these errors were encountered: