Am 17.11.2011 02:49, schrieb Meyer:
Thanks very much for the input! I've pasted an updated version here [1]
which should implement your suggestions (assuming I understand them
correctly).
Didn't check the source code but maybe you can put it into some version
control system. Maybe at github
I've never used a version control system before for my own code, but I
think I it up correctly: https://github.com/pzoxiuv/Geany-Plugins
Cheers,
Alex
On Thu, Nov 17, 2011 at 4:01 AM, Frank Lanitz fr...@frank.uvena.de wrote:
Am 17.11.2011 02:49, schrieb Meyer:
Thanks very much for the input!
Hi,
Is there any technical reason to check cl_options.readonly in
document.c, and clear it load_startup_files(), instead of simply
invoking document_open_file(filename, cl_options.readonly, ...) from
main_handle_filename()?
--
E-gards: Jimmy
___
Am 17.11.2011 19:20, schrieb Dimitar Zhekov:
Hi,
Is there any technical reason to check cl_options.readonly in
document.c, and clear it load_startup_files(), instead of simply
invoking document_open_file(filename, cl_options.readonly, ...) from
main_handle_filename()?
In an earlier version
On 11/17/2011 10:01 AM, Meyer wrote:
I've never used a version control system before for my own code, but I
think I it up correctly: https://github.com/pzoxiuv/Geany-Plugins
Yep, I just cloned it and had a quick look. I left some comments on the
github commit.
We could add this to the