diff --git a/app/readme/wiki/cudatext_api.wiki b/app/readme/wiki/cudatext_api.wiki index a2c178b6864..ea3692cbbf7 100644 --- a/app/readme/wiki/cudatext_api.wiki +++ b/app/readme/wiki/cudatext_api.wiki @@ -221,7 +221,11 @@ Actions: ==== Bottom panel==== -* PROC_BOTTOMPANEL_GET_CONTROL: Gets int handle of control, inserted into tab of bottom panel. Pass this handle to tree_proc API. Text is tab caption, currently it can be only "Search Results" for this special tab in bottom panel. Gets None if cannot find tab. +* PROC_BOTTOMPANEL_ADD: Adds tab. Same as for PROC_SIDEPANEL_ADD. +* PROC_BOTTOMPANEL_REMOVE: Removes tab. Same as for PROC_SIDEPANEL_REMOVE. +* PROC_BOTTOMPANEL_ACTIVATE: Activates tab. Same as for PROC_SIDEPANEL_ACTIVATE. +* PROC_BOTTOMPANEL_ENUM: Enumerates tabs. Same as for PROC_SIDEPANEL_ENUM. +* PROC_BOTTOMPANEL_GET_CONTROL: Gets int handle of control. Same as for PROC_SIDEPANEL_GET_CONTROL. ====Splitters==== @@ -1182,6 +1186,7 @@ Text is chr(1) separated items: 1.0.158 * add: events priority (e.g. "on_key++") +* add: app_proc: PROC_BOTTOMPANEL_ADD, PROC_BOTTOMPANEL_REMOVE, PROC_BOTTOMPANEL_ACTIVATE, PROC_BOTTOMPANEL_ENUM 1.0.157 * add: lexer_proc: LEXER_DETECT diff --git a/setup/cuda_ver.sh b/setup/cuda_ver.sh index 9bc0fd8a049..4ff4ef69d43 100755 --- a/setup/cuda_ver.sh +++ b/setup/cuda_ver.sh @@ -1,2 +1,2 @@ #!/bin/sh -cuda_ver=1.5.0.0 +cuda_ver=1.5.1.0 diff --git a/setup/debfiles/control b/setup/debfiles/control index c60f20da94e..8614d0a9279 100644 --- a/setup/debfiles/control +++ b/setup/debfiles/control @@ -1,5 +1,5 @@ Package: cudatext -Version: 1.5.0.0-1 +Version: 1.5.1.0-1 Section: editors Priority: optional Architecture: amd64