Branch: refs/heads/gtkbuilder
Home: https://github.com/geany/geany
Commit: c7c9eec6d07dad81fc275fea60f19b3f6d564112
https://github.com/geany/geany/commit/c7c9eec6d07dad81fc275fea60f19b3f6d564…
Author: Matthew Brush <matt(a)geany.org>
Date: 2011-10-14 (Fri, 14 Oct 2011)
Changed paths:
M src/ui_utils.c
Log Message:
-----------
Fix minor style and visibility issue
Commit: caaf824f70562138324da02c9720460f77c4a015
https://github.com/geany/geany/commit/caaf824f70562138324da02c9720460f77c4a…
Author: Matthew Brush <matt(a)geany.org>
Date: 2011-10-14 (Fri, 14 Oct 2011)
Changed paths:
M data/geany.glade
M src/vte.c
Log Message:
-----------
Fix VTE font and foreground/background colour preference callbacks
Remove `font-set` signal from Glade file since it's dependent on the VTE
being available and connect it from `vte.c`.
Add `color-set` handlers for foreground and background color preferences.
Compare: https://github.com/geany/geany/compare/feb917d...caaf824
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: c2ce2403f4fe12d2130c2acd9b556643e80ef1f4
https://github.com/geany/geany/commit/c2ce2403f4fe12d2130c2acd9b556643e80ef…
Author: Nick Treleaven <nick.treleaven(a)btinternet.com>
Date: 2011-10-13 (Thu, 13 Oct 2011)
Changed paths:
M src/win32.c
Log Message:
-----------
Windows: Fix 'Create process failed' message to show correct error
This helps when trying to run build commands that don't exist;
the status bar message for that is now:
Process failed (The system cannot find the file specified.)
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 4fb9629f5bdc62b6348ca18ec4e0b3b0f46d7626
https://github.com/geany/geany/commit/4fb9629f5bdc62b6348ca18ec4e0b3b0f46d7…
Author: Matthew Brush <matt(a)geany.org>
Date: 2011-10-12 (Wed, 12 Oct 2011)
Changed paths:
M src/editor.c
Log Message:
-----------
Detect HTML embedded filetypes from the current line
When using the commenting features (ex. toggle line commentation),
detect the the type of comments for the filetype of the line with
the caret rather than using the filetype of the current document.
Filetype is determined by the Scintilla state/style at the
beginning of the line where the caret is.
This does not fix the existing bug where using the commenting
features on lines with things like `<script>` will result in an
HTML-style comment to be wrapped around it and also where using
the commenting feature on a line with something like `<?php`
will not only wrap it in an HTML-style comment but it also won't
be able to uncomment the line.
This closes bug ID 2863829[1] and 3127598[2].
[1] https://sourceforge.net/tracker/?func=detail&aid=2863829&group_id=153444&at…
[2] https://sourceforge.net/tracker/?func=detail&aid=3127598&group_id=153444&at…