summaryrefslogtreecommitdiff
path: root/basic/Library_sb.mk
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-07-31 17:08:18 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:53 +0200
commit27da1e7340c37c4cc098a367592da9e0ed42f7dc (patch)
tree7bbc86571dc65b85ab3d8da437732ce1f1736ef6 /basic/Library_sb.mk
parentc40ba9c3e041a5b94bcbc2be7aa49a1c7df6a188 (diff)
GSOC work, ListBox appearance fix (at the borders) + code fixes
ListBox appearance fixed at the borders: a) bottom: it it placed over the current line (not under) b) right side: listbox's right side is adjusted to the window's right side Coed fixes: CodeCompleteOptions now intializes itself from the configuration file BasicIDE.xcs Added a checkbox for enabling extended types in the options dialog. Cursor is visible when the listbox is active. Fixed the small issue when deleting a character. Change-Id: I68b80143de245cebfce65cdd8af37ea4694aa81b
Diffstat (limited to 'basic/Library_sb.mk')
-rw-r--r--basic/Library_sb.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk
index b325a159bcb4..bf529a02f1ac 100644
--- a/basic/Library_sb.mk
+++ b/basic/Library_sb.mk
@@ -29,6 +29,10 @@ $(eval $(call gb_Library_set_include,sb,\
$(eval $(call gb_Library_use_external,sb,boost_headers))
+$(eval $(call gb_Library_use_custom_headers,sb,\
+ officecfg/registry \
+))
+
$(eval $(call gb_Library_use_sdk_api,sb))
$(eval $(call gb_Library_use_api,sb,oovbaapi))