4425 Commits

Author SHA1 Message Date
Enrico Tröger
da3fe9836f added .C as extension for filetype C++
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@124 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-13 16:35:22 +00:00
Enrico Tröger
9266f022d2 minor changes, added basic build support for LaTeX
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@122 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-11 18:44:52 +00:00
Enrico Tröger
6602d45164 little bugfix, which should prevent crashes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@121 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-11 18:43:11 +00:00
Enrico Tröger
f0f747a672 fixed window positioning bug on Win32, added basic build support for LaTeX
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@120 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-11 18:41:32 +00:00
Enrico Tröger
9e6db01544 added missing tooltip for the compile button
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@118 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-11 18:39:31 +00:00
Enrico Tröger
9a80c4c39c minor changes, added document_init_doclist()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@117 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-11 18:38:17 +00:00
Enrico Tröger
05fd2ffc6a applied patch from Nick Treleaven, to add .cc, .hh and .hxx extension for filetype C++ and improve the pattern handling
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@116 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-10 17:30:53 +00:00
Enrico Tröger
71369c513e set has_tags to TRUE for filetypes LaTex and DocBook
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@115 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-09 18:01:06 +00:00
Enrico Tröger
e1fa2d4c03 updated codename and smaller changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@114 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-09 17:58:04 +00:00
Enrico Tröger
d84ca7ae3d added CTRL+D commentation for filetype Conf
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@113 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-09 17:56:50 +00:00
Enrico Tröger
aee7199a41 made -Wall the only default compiler option
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@112 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-07 19:17:36 +00:00
Enrico Tröger
e68725fc7a included <unistd.h> for BSD compatibility
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@111 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-07 18:58:01 +00:00
Enrico Tröger
71a390affd added commandline option "--vte-lib" to specify the location of libvte.so.x, added some NULL-initializations to avoid segfaults
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@110 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-06 18:41:01 +00:00
Enrico Tröger
36055a4942 added commandline option "--vte-lib" to specify the location of libvte.so.x
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@109 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-06 18:37:24 +00:00
Enrico Tröger
544b5a4e41 improved HAVE_VTE handling to prevent crashes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@106 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:47:08 +00:00
Enrico Tröger
3833734cee added missing GEANY_HIGHLIGHTING_H
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@105 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:46:20 +00:00
Enrico Tröger
04c5ff3b61 added new keywords for PHP5 and replaced phpKeyWords by php (thanks to Simon Stoye for reporting), added my_strtod(), as replacement for Win32 strtod()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@104 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:45:31 +00:00
Enrico Tröger
e341be9180 set has_tags for filetype CSS to FALSE, since there is no tagmanager
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@103 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:43:39 +00:00
Enrico Tröger
8ecce6ed72 added new option "Beep on errors" to disable beeping
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@100 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:39:25 +00:00
Enrico Tröger
59a7979f32 added my_strtod(), as replacement for Win32 strtod()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@99 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:33:27 +00:00
Enrico Tröger
ef51fc436e included <stdlib.h> to avoid compiler errors
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@98 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:29:50 +00:00
Enrico Tröger
35709ba043 fixed segfault when exiting the easteregg program when it is still running
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@96 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:25:09 +00:00
Enrico Tröger
de21cd7dd1 eliminated compiler(gcc4) warnings, replaced macro __unix__ by HAVE_FCNTL_H, use /dev/urandom or /dev/random (in this order) if available and rand() if not
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@93 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-29 20:08:57 +00:00
Enrico Tröger
da5ad6f7f8 improved usage of config.h and cleaned some header files from unneeded includes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@92 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-29 20:01:18 +00:00
Enrico Tröger
3111e382ec removed unneeded inclusion of config.h
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@91 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-29 19:55:36 +00:00
Enrico Tröger
5deab2b6e5 improved usage of config.h and cleaned some header files from unneeded includes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@89 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-29 19:50:50 +00:00
Enrico Tröger
88f81a13e5 removed unneeded inclusion of config.h
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@84 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-29 14:50:25 +00:00
Enrico Tröger
51b9661de3 added utils_treeviews_showhide()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@83 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-29 14:47:56 +00:00
Enrico Tröger
b9fcc55c0d use utils_treeviews_showhide() to get the right settings at startup for the left side treeviews.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@82 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-28 15:42:31 +00:00
Enrico Tröger
595f1666b8 added utils_treeviews_showhide(), to get the right settings at startup for the left side treeviews, fixed bug in utils_strpos() which returned -1 if length needle is 1
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@81 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-28 15:41:44 +00:00
Enrico Tröger
c9022b5604 fixed a segfault in dialogs_show_not_found(), text entry field in the find and replace dialog grabs focus by default, so the cursor is always in it
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@80 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-28 14:28:18 +00:00
Enrico Tröger
d53f10b8d9 check first for libvte.so, then for libvte.so.4
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@76 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-21 19:44:48 +00:00
Enrico Tröger
6a0f0998d3 update symbol list when a new file is opened
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@75 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-21 19:43:48 +00:00
Enrico Tröger
b0205e6e99 added $Id$ - tag
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@72 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-20 17:50:11 +00:00
Enrico Tröger
767cce068d set cursor position between brackets in sci_cb_auto_close_bracket()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@71 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-20 17:49:25 +00:00
Enrico Tröger
274c6487ca several improvements
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@70 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-19 19:20:40 +00:00
Enrico Tröger
0505ab93ab improved HAVE_VTE handling to prevent crashes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@69 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-19 19:20:16 +00:00
Enrico Tröger
682bdc23fe added new menu items: Help->Keyboard shortcuts and File->Revert
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@67 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-18 22:38:57 +00:00
Enrico Tröger
25575e99ac made the symbol list document-oriented, so it has not to be generated on every notebook switch page event, introduced opening_session_files, to suppress notebook switch page events at loading the files from the last session.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@66 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-18 22:20:22 +00:00
Enrico Tröger
e7e279e24b made the symbol list document-oriented, so it has not to be generated on every notebook switch page event
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@65 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-18 22:08:42 +00:00
Enrico Tröger
e67aaf8ada removed unnecessary functions
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@63 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 23:25:44 +00:00
Enrico Tröger
db1c496e25 improved HAVE_VTE handling to prevent crashes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@62 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 23:23:18 +00:00
Enrico Tröger
1390469e22 small changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@61 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 23:20:08 +00:00
Enrico Tröger
b9a545805e improved HAVE_VTE handling to prevent crashes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@60 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 22:34:41 +00:00
Enrico Tröger
2afef49a5e added popup menu for the VTE widget
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@59 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 22:19:51 +00:00
Enrico Tröger
05cd316e4f added gb.c to EXTRA_DIST
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@58 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 19:21:41 +00:00
Enrico Tröger
6b3eabdd43 added a small, nice easteregg.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@57 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 18:47:02 +00:00
Enrico Tröger
c330f5420d changed "build with make" keyboard shortcut from CTRL+F9 to Shift+F9 to avoid problems with window managers key bindings (thanks to Nick Treleaven for reporting)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@56 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-16 15:56:10 +00:00
Enrico Tröger
3a2d560fdc added sci_cb_auto_close_bracket() to close { and [ brackets in LaTex-Mode (more could be added)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@55 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-13 22:06:12 +00:00
Enrico Tröger
95cc44a19c utils_write_file() now gives back errno instead of boolean
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@52 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-12 16:19:30 +00:00