- 29 Agu, 2014 5 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
-
Enrico Tröger yazdı
This is an improvement as requested in #322 to update the HTML docs after geany.txt or geany.css have changed. Also, with this change the resulting HTML will be generated in the outdir, not in srcdir/doc anymore.
-
- 27 Agu, 2014 7 kayıt (commit)
-
-
Colomban Wendling yazdı
Closes PR#324.
-
Colomban Wendling yazdı
Closes PR#322.
-
Colomban Wendling yazdı
-
Nick Treleaven yazdı
Support pseudo-unique IDs for documents
-
Nick Treleaven yazdı
Properly handle existing session when creating new project
-
Nick Treleaven yazdı
Occurred on Project->New with an existing project when closing an unsaved file was cancelled.
-
Nick Treleaven yazdı
Also rewrite the default session in case it was cleared.
-
- 25 Agu, 2014 1 kayıt (commit)
-
-
Frank Lanitz yazdı
e.g. used to 'print' debug output to log on e.g. Sybase ASA
-
- 23 Agu, 2014 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Clean the HTML manual upon 'maintainer-clean' rather than 'clean' in case it was not built by Make but rather part of the distribution. This is fine even then, as configure will properly require what is needed to build it again if it is missing.
-
Colomban Wendling yazdı
Don't set clean-local and all-local dependencies all together at the end and rather let each section add the appropriate dependencies. This makes each conditional more self-contained, and is safe as Make allows adding extra dependencies to existing targets.
-
Colomban Wendling yazdı
Enable building of the HTML manual by default unless not building from Git and with an existing local copy (which is included in distribution tarballs). This makes sure we can install the HTML manual without having it checked in VCS, yet not require rst2html for tarball builds.
-
- 21 Agu, 2014 1 kayıt (commit)
-
-
Nick Treleaven yazdı
Ask whether to adopt the existing session documents. Also fixes the existing bug of not reloading the default session when an existing project is open and a new project is cancelled.
-
- 20 Agu, 2014 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
As it is generated by the build system it doesn't have to be checked in, and having it in became a whole lot more annoying since it started being generated automatically on `make all` instead of specific (and weird) `make doc`, as it means whenever the documentation changes the HTML is re-generated on any make run. This is particularly problematic if using a different Docutils version than the one used to generate the checked-in version as it would create local noise that should not be committed, yet keep being annoying. This situation probably leads to most people disabling (or at least, not enabling) the documentation generation on normal builds, itself leading to more hassle updating of the documentation.
-
- 19 Agu, 2014 12 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Nick Treleaven yazdı
Add GeanyDocument::id, document_find_by_id() to plugin API. This also fixes clicking on a Messages item whose document has been closed and reused. Now the click will be ignored instead of jumping to an unexpected line in the new document.
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
Frank Lanitz yazdı
Adding new keyword hold, used e.g. on SQLAnywhere to open a cursor 'with hold'
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
From a patch by TJF. Part of [feature-requests:#691].
-
elextr yazdı
Make reflow paragraph leave cursor at end of reflowed text, which is more likely to be useful than where it was left at the start of the last line.
-
Colomban Wendling yazdı
This makes the API more obvious on what argument is expected, and avoid confusion between Geany and Scintilla find flags.
-
Colomban Wendling yazdı
Passed-in flags was always 0, so the argument is not useful. Also, this function expected Scintilla search flags rather than Geany ones, making the API confusing for no good reason.
-
Colomban Wendling yazdı
search_find_prev() wasn't properly updated to work on GeanyFindFlags leading to incorrect flags handling.
-
asmblur yazdı
-
- 18 Agu, 2014 5 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Patch from TJF. Part of [feature-requests:#691]
-
Colomban Wendling yazdı
See http://www.freebasic.net/wiki/wikka.php?wakka=CatPgFunctIndex Part of [feature-requests:#691]
-
Colomban Wendling yazdı
-
Nick Treleaven yazdı
-
- 17 Agu, 2014 2 kayıt (commit)
-
-
Colomban Wendling yazdı
-
James Lownie yazdı
-