Skip to content

Commit

Permalink
wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Oct 30, 2016
1 parent 3c87032 commit ef917df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion app/readme/wiki/cudatext_api.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -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====

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup/cuda_ver.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
cuda_ver=1.5.0.0
cuda_ver=1.5.1.0
2 changes: 1 addition & 1 deletion setup/debfiles/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: cudatext
Version: 1.5.0.0-1
Version: 1.5.1.0-1
Section: editors
Priority: optional
Architecture: amd64
Expand Down

0 comments on commit ef917df

Please sign in to comment.