0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update plugin to API change in GEdit 3.14
Khertan
as Benoit HERVIER
More... about 10 years ago
Merge pull request #5 from dgilm/flake8_binary_list
Khertan
as Benoît HERVIER
More... over 11 years ago
Uses a flake8 valid executable More... over 11 years ago
Updated readme for python3 support and gedit3.8
Khertan
as Benoit HERVIER
More... almost 12 years ago
Merge branch 'master' of https://github.com/khertan/gedit_flake8
Khertan
as Benoit HERVIER
More... almost 12 years ago
fix url of website, and fix remove tag even if location not found
Khertan
as Benoit HERVIER
More... almost 12 years ago
fix url of website
Khertan
as Benoit HERVIER
More... almost 12 years ago
Fix attribute error when get_language return None
Khertan
as Benoît HERVIER
More... about 12 years ago
Copy not local file (sftp for example) on /tmp so flake8 can analyse them
Khertan
as Benoît HERVIER
More... about 12 years ago
Fix panel not displaying right documents error on tab changed
Khertan
as Benoit HERVIER
More... about 12 years ago
Display errors of current line in statusbar after saving if current line have an error/warning, Fix errors due to threading
Khertan
as Benoit HERVIER
More... about 12 years ago
Display errors of current line in statusbar after saving if current line have an error/warning, Fix errors due to threading
Khertan
as Benoit HERVIER
More... about 12 years ago
Remove typo error in creator email
Khertan
as Benoît HERVIER
More... about 12 years ago
Catch attribute errors when none language is defined in a gedit document Remove unnecessary import os Merge pull request #2 from SimonSapin/fix-redundant-calls Run analyses asynchronously. Even if flake8 is kinda slow, it doesn’t block the UI anymore.
Khertan
as Benoît HERVIER
More... about 12 years ago
Remove double declaration of class ResultPanel
Khertan
as Benoît HERVIER
More... over 12 years ago
Merge pull request #1 from SimonSapin/fix-redundant-calls
Khertan
as Benoît HERVIER
More... over 12 years ago
Run analyses asynchronously. More... over 12 years ago
Performance fix: avoid redundant analyses. More... over 12 years ago
update todo in readme
Khertan
as Benoit HERVIER
More... over 12 years ago
fix user install script to create plugins path if it didn t exists and add debian packaging files
Khertan
as Benoit HERVIER
More... over 12 years ago
Increase release number and add proper credit for copypasted code
Khertan
as Benoit HERVIER
More... over 12 years ago
Use theme style to highlight errors
Khertan
as Benoit HERVIER
More... over 12 years ago
Remove file path from statubar message
Khertan
as Benoit HERVIER
More... over 12 years ago
Remove print use for debug
Khertan
as Benoit HERVIER
More... over 12 years ago
fix line break
Khertan
as Benoit HERVIER
More... over 12 years ago
Put plugin in a subfolder
Khertan
as Benoit HERVIER
More... over 12 years ago
Fix uninitialized ctxtid statusbar when no errors founds
Khertan
as Benoit HERVIER
More... over 12 years ago
Update statusbar message when no error are found
Khertan
as Benoit HERVIER
More... over 12 years ago
Fix a bug when there isn t anymore errors, previous result was cleared
Khertan
as Benoit HERVIER
More... over 12 years ago
Remove dependancy to gtkbuilder for a simple panel and change name to respect gedit plugin standart name
Khertan
as Benoit HERVIER
More... over 12 years ago