Sébastien Helleu
8fbbe8b0d5
scripts: add option "eval_keep_context" in script plugins
2018-01-15 22:00:15 +01:00
Sébastien Helleu
21e63e7958
scripts: add configuration file for each script plugin
2018-01-15 21:57:06 +01:00
Sébastien Helleu
726e2491cd
irc: fix typo in help on server option "split_msg_max_length"
2018-01-14 16:53:23 +01:00
Sébastien Helleu
be3634f22f
irc: add server option "split_msg_max_length"
2018-01-13 22:17:13 +01:00
Sébastien Helleu
a4b1952c75
logger: add option logger.look.backlog_conditions ( closes #1132 )
2018-01-11 16:44:36 +01:00
Sébastien Helleu
5d88d08ef9
core: add options "-newbuffer", "-free" and "-switch" in command /print (issue #1113 )
2018-01-08 22:01:11 +01:00
Sébastien Helleu
ed0b337505
core: add option "-y" in command /buffer, add support of buffers with free content
2018-01-07 12:01:41 +01:00
Sébastien Helleu
91f792416b
core: add option "add" in command /buffer (issue #1113 )
2018-01-06 14:19:50 +01:00
Sébastien Helleu
9876a8d0a7
core: update translations (issue #128 )
2018-01-06 14:07:57 +01:00
Sébastien Helleu
fbc87573d0
scripts: add infos "xxx_interpreter" and "xxx_version" in script plugins (issue #1075 )
2017-12-23 21:21:40 +01:00
Sébastien Helleu
c4626bc08a
scripts: add option "version" in script commands ( closes #1075 )
2017-12-23 20:35:30 +01:00
Sébastien Helleu
87be29ed3d
api: add hashtable with variables in plugin structure
2017-12-23 19:47:22 +01:00
Sébastien Helleu
6cc7b64af7
core: add link to API doc in /help weechat.completion.partial_completion_templates
2017-12-10 08:31:11 +01:00
Sébastien Helleu
40749afced
core: add option weechat.completion.partial_completion_templates
...
This option is used to force partial completion on specific templates
(for now only "config_options").
2017-12-09 11:40:14 +01:00
Sébastien Helleu
ed7237696d
doc: update Polish auto-generated files
2017-11-19 22:34:46 +01:00
Sébastien Helleu
338e05a2f4
trigger: fix typo in /help trigger
2017-11-15 07:25:17 +01:00
Sébastien Helleu
16309be4ed
fset: only toggle boolean values with /fset -toggle or alt+space key
2017-11-11 08:25:54 +01:00
Sébastien Helleu
eca8bce3fd
irc: fix help on option irc.look.notice_welcome_redirect ( closes #1095 )
2017-11-06 07:05:56 +01:00
Sébastien Helleu
cc5c92ab1e
core: set value as optional in help of /buffer set
2017-10-21 09:27:18 +02:00
Sébastien Helleu
534dda9094
buflist: add two new bar items using the same format configuration options ( closes #990 )
2017-10-19 21:51:00 +02:00
Sébastien Helleu
1d56e17b2f
core: allow floating point and hexadecimal numbers in comparison of evaluated values
2017-10-17 20:43:40 +02:00
Sébastien Helleu
0db48c7291
core: add option weechat.look.save_config_with_fsync ( closes #1083 )
...
This makes the save of all configuration files about 20 to 200x slower
(according to the storage device speed); so this is disabled by default.
2017-10-14 07:56:02 +02:00
Sébastien Helleu
997768c4cf
doc: add PHP plugin in user's guide
2017-09-03 15:34:29 +02:00
Sébastien Helleu
2deea7f53e
core: add note about wildcard in /help set
2017-09-01 21:04:25 +02:00
Sébastien Helleu
a9c6964617
core: add note about bar item "input_paste" in /help weechat.look.paste_max_lines ( closes #1054 )
2017-08-21 07:48:42 +02:00
Sébastien Helleu
db0bdc2ac6
core: add flag "input_get_empty" in buffer
...
The default value is 0 (legacy behavior).
When it is set to 1, an empty input (just by pressing Return with nothing in
input) is sent to the input callback, which receives an empty string.
2017-08-21 07:41:28 +02:00
Sébastien Helleu
5d31e316a1
doc: add list of default aliases (user's guide)
2017-08-12 18:37:45 +02:00
Sébastien Helleu
f19507ff6a
alias: add infolist "alias_default" (list of default aliases)
2017-08-12 18:37:45 +02:00
Sébastien Helleu
71965ddbae
script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in examples
2017-07-22 12:57:30 +02:00
Sébastien Helleu
72b4684a2c
doc: update auto-generated files with fset commands
2017-07-10 07:29:25 +02:00
Sébastien Helleu
6532c9a538
fset: fix priority of plugin (load it after all other plugins)
...
This fixes a refresh problem of options after /upgrade in fset buffer.
2017-07-08 14:46:33 +02:00
Sébastien Helleu
2a94dc1359
doc: update auto-generated files with fset options
2017-07-01 16:08:11 +02:00
Sébastien Helleu
b67c7a4b29
buflist: add option buflist.look.add_newline ( closes #1027 )
2017-07-01 16:07:43 +02:00
Sébastien Helleu
5bb7472ed7
fset: use a pre-defined format when a format option is empty
...
Using the pre-defined format (without eval) is about 3.5x faster.
2017-06-28 22:04:18 +02:00
Sébastien Helleu
16132ed7ba
fset: remove option fset.look.show_help_bar
2017-06-26 23:55:45 +02:00
Sébastien Helleu
be28f3c7f4
doc: update auto-generated files with hdata
2017-06-26 23:55:12 +02:00
Sébastien Helleu
b199667f8c
fset: add missing keys alt+p and alt+v in /help fset
2017-06-26 22:24:18 +02:00
Sébastien Helleu
579a9a9f27
fset: fix name of format options in /help fset
2017-06-26 21:59:47 +02:00
Sébastien Helleu
a727248624
doc: update auto-generated files
2017-06-26 07:19:18 +02:00
Sébastien Helleu
77d1175026
doc: update Polish auto-generated files
2017-06-24 15:00:44 +02:00
Sébastien Helleu
b3dd47edd8
buflist: add variable ${format_name}
in bar item evaluation and option buflist.format.name (issue #1020 )
2017-06-23 12:00:34 +02:00
Sébastien Helleu
fbbb72c44d
buflist: add variable ${merged} in /help buflist
2017-06-13 21:17:54 +02:00
Sébastien Helleu
ee2f09fb13
relay: add option "start" in command /relay
2017-06-12 20:06:58 +02:00
Sébastien Helleu
f140a9198e
buflist: add option buflist.look.auto_scroll (issue #332 )
2017-06-08 06:56:42 +02:00
Sébastien Helleu
e2589aaaca
api: allow update of variables "scroll_x" and "scroll_y" in bar_window with function hdata_update
2017-06-08 06:53:32 +02:00
Sébastien Helleu
345c46133d
buflist: fix typo in /help buflist
2017-06-02 20:02:04 +02:00
Sébastien Helleu
8a25ac7875
buflist: add missing ${hotlist_priority} in /help buflist
2017-05-31 22:42:57 +02:00
Sébastien Helleu
cdbf83c764
buflist: add missing ${number_displayed} in /help buflist
2017-05-31 22:37:00 +02:00
Sébastien Helleu
d0b47b5c47
buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison
2017-05-30 21:23:09 +02:00
Sébastien Helleu
b522060cef
buflist: add variable ${current_buffer} in bar item evaluation
2017-05-19 07:39:23 +02:00