updated codename and smaller changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@114 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
d84ca7ae3d
commit
e1fa2d4c03
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#define GEANY_HOME_DIR g_get_home_dir()
|
#define GEANY_HOME_DIR g_get_home_dir()
|
||||||
#define GEANY_CODENAME "Tarkin"
|
#define GEANY_CODENAME "Rebus"
|
||||||
#define GEANY_HOMEPAGE "http://geany.uvena.de/"
|
#define GEANY_HOMEPAGE "http://geany.uvena.de/"
|
||||||
#define GEANY_MAX_OPEN_FILES 25
|
#define GEANY_MAX_OPEN_FILES 25
|
||||||
#define GEANY_SESSION_FILES 15
|
#define GEANY_SESSION_FILES 15
|
||||||
@ -76,6 +76,7 @@
|
|||||||
/* structure for representing an open tab with all its related stuff. */
|
/* structure for representing an open tab with all its related stuff. */
|
||||||
typedef struct document
|
typedef struct document
|
||||||
{
|
{
|
||||||
|
gboolean is_valid;
|
||||||
gchar *file_name;
|
gchar *file_name;
|
||||||
gchar *encoding;
|
gchar *encoding;
|
||||||
filetype *file_type;
|
filetype *file_type;
|
||||||
@ -105,6 +106,7 @@ document doc_list[GEANY_MAX_OPEN_FILES];
|
|||||||
typedef struct MyApp
|
typedef struct MyApp
|
||||||
{
|
{
|
||||||
gint toolbar_icon_style;
|
gint toolbar_icon_style;
|
||||||
|
// 0:x, 1:y, 2:width, 3:height
|
||||||
gint geometry[4];
|
gint geometry[4];
|
||||||
gboolean debug_mode;
|
gboolean debug_mode;
|
||||||
// represents the state at startup while opening session files
|
// represents the state at startup while opening session files
|
||||||
@ -161,6 +163,7 @@ typedef struct MyApp
|
|||||||
/* I called it fpc (www.freepascal.org) to demonstrate I mean a pascal compiler,
|
/* I called it fpc (www.freepascal.org) to demonstrate I mean a pascal compiler,
|
||||||
* but feel free to use the GNU one as well */
|
* but feel free to use the GNU one as well */
|
||||||
gchar *build_fpc_cmd;
|
gchar *build_fpc_cmd;
|
||||||
|
gchar *build_tex_cmd;
|
||||||
gchar *build_java_cmd;
|
gchar *build_java_cmd;
|
||||||
gchar *build_javac_cmd;
|
gchar *build_javac_cmd;
|
||||||
gchar *build_make_cmd;
|
gchar *build_make_cmd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user