Sometimes I use Geany to make quick edits to org-mode files on Windows if I don't want to wait for Emacs to start (which tends to be slow on Cygwin). It would be nice if Geany had syntax highlighting for org files.
Thanks for your work on Geany. It's a fantastic editor, especially for Windows.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/860
Please note that all except two typos were found by the tool `codespell`. However, I have verified and correct them all by myself and am now going blind -- err, I mean, I won't do the rest by hand.
Some of these corrections may need special attention, most importantly:
# Logfile rotation script for snort writen by jameso(a)elwood.net.
./tests/ctags/3526726.tex:2406
This sounds like it was taken from a third-party script, and *that* script should be fixed, too.
These are the codespell results that look like a true positive, but were ignored by me for some reason:
(ignored, because these are't trivial to correct)
./tagmanager/ctags/vhdl.c:71: atribute ==> attribute
./tagmanager/ctags/vhdl.c:71: atributes ==> attributes
./data/filetypes.fortran:7: inot ==> into
./data/php.tags:3358: lenght ==> length
./data/filetypes.f77:23: inot ==> into
(ignored, because these are "ancient" changelogs)
./ChangeLog.pre-1-22:3811: everytime ==> every time
./ChangeLog.pre-1-22:5139: accidently ==> accidentally
./ChangeLog.pre-0-17:441: occurences ==> occurrences
./ChangeLog.pre-0-17:2448: accessable ==> accessible
./ChangeLog.pre-0-17:3134: supress ==> suppress
./ChangeLog.pre-0-17:3211: contributers ==> contributors
./ChangeLog.pre-0-17:4732: translaters ==> translators
./ChangeLog.pre-0-17:5851: improvments ==> improvements
./ChangeLog.pre-0-17:9771: entitity ==> entity
(ignored, because these are very consistent)
./tests/ctags/3526726.tex:2421: todays ==> today's | disable because of var names
./tests/ctags/3526726.tex:2423: todays ==> today's | disable because of var names
./tests/ctags/3526726.tex:2432: Todays ==> Today's | disable because of var names
./tests/ctags/3526726.tex:2433: Todays ==> Today's | disable because of var names
./tests/ctags/3526726.tex:2460: todays ==> today's | disable because of var names
./tests/ctags/3526726.tex:2466: todays ==> today's | disable because of var names
(ignored, because these are variable names)
./tests/ctags/test.vhd:360: scaleable ==> scalable
./tests/ctags/test.vhd:4475: scaleable ==> scalable
./tests/ctags/test.vhd:4492: scaleable ==> scalable
./tests/ctags/test.vhd:4502: scaleable ==> scalable
./tests/ctags/test.vhd:4518: scaleable ==> scalable
./tests/ctags/test.vhd:4661: scaleable ==> scalable
./tests/ctags/test.vhd:4688: scaleable ==> scalable
./tests/ctags/test.vhd:4700: scaleable ==> scalable
./tests/ctags/test.vhd:4761: scaleable ==> scalable
./tests/ctags/test.vhd:6427: scaleable ==> scalable
./tests/ctags/test.vhd:6434: scaleable ==> scalable
./tests/ctags/test.vhd:6448: scaleable ==> scalable
./tests/ctags/test.vhd:6483: scaleable ==> scalable
(ignored, because I don't wanna go full grammar-nazi on you)
./tests/ctags/3526726.tex:688: wont ==> won't, wont
./tests/ctags/bug726712.f90:70: wont ==> won't, wont
./tests/ctags/mode.php:97: WONT ==> WON'T, WONT
./scintilla/src/ScintillaBase.cxx:279: Wont ==> Won't, wont
./scintilla/src/ScintillaBase.cxx:308: Wont ==> Won't, wont
./tagmanager/src/tm_workspace.c:1172: wanna ==> want to | disabled because one might want to allow informal pronunciation
Furthermore, please look at this:
alert("result of substract="+subtract(10,2)); // result is 8
./tests/ctags/jsFunc_tutorial.js:125
Nothing important about it, I just wanted to point out that the author named the function correctly (`subtract`) but made a typo in the debug string (`subStract`). I find it funny :)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/849
-- Commit Summary --
* Fix obvious typo
* Fix typos
* Typos overlooked by codespell
-- File Changes --
M HACKING (4)
M README.Packagers (2)
M doc/Doxyfile.in (2)
M doc/geany.txt (8)
M doc/plugins.dox (8)
M geany.spec.in (2)
M scintilla/lexers/LexCaml.cxx (6)
M scintilla/lexers/LexCmake.cxx (2)
M scintilla/src/SVector.h (2)
M src/plugindata.h (4)
M src/plugins.c (4)
M src/pluginutils.c (4)
M tagmanager/ctags/actionscript.c (2)
M tagmanager/ctags/c.c (4)
M tagmanager/ctags/ctags.c (2)
M tagmanager/ctags/entry.c (2)
M tagmanager/ctags/entry.h (2)
M tagmanager/ctags/haxe.c (2)
M tagmanager/ctags/html.c (2)
M tagmanager/ctags/js.c (4)
M tagmanager/ctags/json.c (2)
M tagmanager/ctags/sql.c (4)
M tagmanager/src/tm_tag.c (2)
M tagmanager/src/tm_workspace.c (2)
M tests/ctags/3526726.tex (16)
M tests/ctags/bug1111214.v (2)
M tests/ctags/bug612019.pas (2)
M tests/ctags/bug852368.cpp (4)
M tests/ctags/jsFunc_tutorial.js (2)
M tests/ctags/lanus.for (2)
M tests/ctags/members.f90 (2)
M tests/ctags/misc_types.f (2)
M tests/ctags/moniker.x68.asm (14)
-- Patch Links --
https://github.com/geany/geany/pull/849.patchhttps://github.com/geany/geany/pull/849.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/849
When an opened file is changed in the background by another program, this is normally not reported immediately, but checked by default every 30 seconds (see Preferences → Files)
This behavoir is annoying as it is possible, at least under Linux, to update the file at once when it is changed GEdit does so, for example
I don’t know, but guess, that this is possible even under Windows I ask you to add this feature (if necessary only for Linux) and update the configuration dialog accordingly
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/847
Both US & UK English spell-checks highlight these two words as incorrect. But I happen to know that they are correct. However, I'm not sure this is a bug in this geany-plugin or the source of these language packs itself in `ubuntu 14.04`. Please provide any suggestions.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/320
This pull request will purge support waf from geany-plugins.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/311
-- Commit Summary --
* Remove scripts and configurations for waf
* Remove waf from HACKING
* Remove waf from README
* Remove waf from top Makefile.am
* Debugger: Try to adjust INSTALL dcoumentation to reflect removing waf
* Don't try to distribute waf files e.g. for make dist
-- File Changes --
M HACKING (52)
M Makefile.am (6)
M README (11)
D README.waf (36)
D addons/wscript_build (29)
D addons/wscript_configure (0)
D autoclose/wscript_build (28)
D autoclose/wscript_configure (22)
D automark/wscript_build (28)
D automark/wscript_configure (22)
D build/__init__.py (5)
M build/vars.auxfiles.mk (4)
D build/wafcache.py (41)
D build/wafutils.py (383)
D codenav/wscript_build (28)
D codenav/wscript_configure (0)
D commander/wscript_build (39)
D commander/wscript_configure (39)
M debugger/INSTALL (13)
D debugger/wscript_build (42)
D debugger/wscript_configure (36)
D defineformat/wscript_build (30)
D defineformat/wscript_configure (0)
D devhelp/wscript_build (52)
D devhelp/wscript_configure (45)
D geanyctags/wscript_build (30)
D geanyctags/wscript_configure (0)
D geanydoc/wscript_build (29)
D geanydoc/wscript_configure (0)
D geanyextrasel/wscript_build (29)
D geanyextrasel/wscript_configure (0)
D geanygendoc/wscript_build (55)
D geanygendoc/wscript_configure (30)
D geanyinsertnum/wscript_build (29)
D geanyinsertnum/wscript_configure (0)
D geanylatex/wscript_build (39)
D geanylatex/wscript_configure (0)
D geanylipsum/wscript_build (29)
D geanylipsum/wscript_configure (0)
D geanylua/wscript_build (70)
D geanylua/wscript_configure (52)
D geanymacro/wscript_build (30)
D geanymacro/wscript_configure (0)
D geanyminiscript/wscript_build (29)
D geanyminiscript/wscript_configure (0)
D geanynumberedbookmarks/wscript_build (30)
D geanynumberedbookmarks/wscript_configure (0)
D geanypg/wscript_build (30)
D geanypg/wscript_configure (26)
D geanyprj/wscript_build (36)
D geanyprj/wscript_configure (0)
D geanypy/wscript_build (53)
D geanypy/wscript_configure (93)
D geanypy/wscript_options (22)
D geanysendmail/wscript_build (29)
D geanysendmail/wscript_configure (0)
D geanyvc/wscript_build (40)
D geanyvc/wscript_configure (34)
D geniuspaste/wscript_build (31)
D geniuspaste/wscript_configure (36)
D git-changebar/wscript_build (44)
D git-changebar/wscript_configure (39)
D markdown/wscript_build (114)
D markdown/wscript_configure (44)
D multiterm/wscript_build (68)
D multiterm/wscript_configure (33)
D overview/wscript_build (47)
D overview/wscript_configure (3)
D pairtaghighlighter/wscript_build (28)
D pairtaghighlighter/wscript_configure (25)
D pohelper/wscript_build (38)
D pohelper/wscript_configure (1)
D pretty-printer/wscript_build (31)
D pretty-printer/wscript_configure (32)
D projectorganizer/wscript_build (37)
D projectorganizer/wscript_configure (0)
D scope/wscript_build (57)
D scope/wscript_configure (34)
D shiftcolumn/wscript_build (29)
D shiftcolumn/wscript_configure (0)
D spellcheck/wscript_build (30)
D spellcheck/wscript_configure (36)
D tableconvert/wscript_build (30)
D tableconvert/wscript_configure (0)
D treebrowser/wscript_build (30)
D treebrowser/wscript_configure (35)
D updatechecker/wscript_build (31)
D updatechecker/wscript_configure (36)
D waf (0)
D webhelper/wscript_build (58)
D webhelper/wscript_configure (42)
D wscript (351)
D xmlsnippets/wscript_build (28)
D xmlsnippets/wscript_configure (0)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/311.patchhttps://github.com/geany/geany-plugins/pull/311.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/311
![comments](https://cloudgithubusercontentcom/assets/7548378/12125524/8ce7fc06-b3e3-11e5-8d3a-aa6887fe163apng)
Please consider temporarily wrapping long comments in an overlaid window if the
cursor hovers over the long comment as this would make the long comment much easier
to read Even better if one could edit long comments in such a manner as well
Great product! <b>Thanks!</b>
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/854