a1346054
5dbf24d179
docs: trim excess whitespace
2021-09-11 00:17:36 +02:00
Sébastien Helleu
4aa2b86ee2
doc: update German auto-generated file
2021-09-10 23:07:23 +02:00
Sébastien Helleu
91d32be93c
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
2021-09-09 21:32:58 +02:00
Sébastien Helleu
7742b48098
doc: update German auto-generated file
2021-09-07 21:40:01 +02:00
Sébastien Helleu
7d1b557627
core: fix indentation in examples of /help eval
2021-09-06 22:39:29 +02:00
Sébastien Helleu
5b3929b321
api: add split of string and shell arguments in evaluation of expressions
...
Split of string: ${split:number,separators,flags,xxx}
Split of shell arguments: ${split_shell:number,xxx}
2021-09-06 13:32:04 +02:00
Ivan Pešić
2446e5814f
core: update Serbian translations
2021-09-04 22:01:41 +02:00
Nils Görs
75b9ba03a1
core: update German translations
2021-09-03 15:00:09 +02:00
Sébastien Helleu
6fc6166cfe
core: update translations
2021-08-31 22:39:17 +02:00
Sébastien Helleu
12be3b8c33
core: add options in command /input and new keys to remove/restore buffers in hotlist
...
New options in command /input:
- hotlist_remove_buffer
- hotlist_restore_buffer
- hotlist_restore_all
New keys:
- alt+h, alt+c: clear the whole hotlist (former key: alt+h)
- alt+h, alt+m: mark the current buffer as read by removing it from the hotlist
- alt+h, alt+r: restore latest hotlist removed in the current buffer
- alt+h, alt+shift+R: restore latest hotlist removed in all buffers
2021-08-31 22:32:38 +02:00
Sébastien Helleu
5b5626a82b
doc: fix typo in French plugin API reference
2021-08-30 13:54:28 +02:00
Sébastien Helleu
2de272ee6c
api: add "${re:repl_index}" to get the index of replacement in function string_eval_expression
2021-08-29 10:40:52 +02:00
Sébastien Helleu
86e3c672bb
doc: write python stub on standard output
2021-08-16 22:59:07 +02:00
Sébastien Helleu
254c1a3e8b
doc: update German auto-generated file
2021-08-13 21:08:40 +02:00
Sébastien Helleu
89b28e362c
irc: add option "-parted" in command /allchan ( closes #1685 )
2021-08-12 18:15:16 +02:00
Sébastien Helleu
da8b7a85bb
doc: update German auto-generated file
2021-08-10 20:37:50 +02:00
Nils Görs
964d3e54d1
core: update German translations
2021-08-10 14:55:21 +02:00
Sébastien Helleu
addd80e7b7
doc: update auto-generated files with hdata
2021-08-08 18:44:05 +02:00
Sébastien Helleu
def564c5af
doc: add build of Spanish FAQ
2021-08-07 11:15:28 +02:00
Victorhck
57ea636fd6
doc: add Spanish version of the FAQ
2021-08-07 11:15:28 +02:00
Victorhck
84d8120060
doc: fix typo in FAQ
2021-08-07 10:56:56 +02:00
Sébastien Helleu
d89c4f559c
api: add random integer number in evaluation of expressions with "random:min,max"
2021-08-03 19:46:41 +02:00
Nils Görs
88d59de940
doc: update German documentation
2021-07-12 09:51:27 +02:00
Sébastien Helleu
6ff46776a4
doc: rename secured data name in IRC server example (user's guide)
2021-07-11 21:56:28 +02:00
Sébastien Helleu
77d96fec23
doc: fix columns width in user's guide
2021-07-10 20:08:36 +02:00
Sébastien Helleu
9404097756
doc: add chapters on IRC servers, channels, private messages (user's guide)
2021-07-10 18:35:57 +02:00
Sébastien Helleu
6052c1a5c0
doc: update German auto-generated file
2021-07-04 20:50:41 +02:00
Sébastien Helleu
3199877bc0
core: add bar item "typing" in status bar by default
2021-07-04 20:49:58 +02:00
Nils Görs
6a1425d5ba
core: update German translations
2021-07-04 19:18:35 +02:00
Sébastien Helleu
64b52da406
typing: add option typing.look.input_min_chars
2021-07-04 14:02:15 +02:00
Sébastien Helleu
f79929b382
core: update translations
2021-07-04 13:36:32 +02:00
Sébastien Helleu
5b87e0c544
api: add function string_cut
2021-07-04 13:27:33 +02:00
Sébastien Helleu
7c83ee02f2
tests: add tests on typing plugin functions
2021-07-04 13:27:33 +02:00
Sébastien Helleu
8dc75564c2
doc: add typing plugin files in developer's guide
2021-07-04 13:27:33 +02:00
Sébastien Helleu
252d1bbc9d
doc: add file typing.conf in man page
2021-07-04 13:27:33 +02:00
Sébastien Helleu
0355f3fc1a
doc: add chapter on typing extension in user's guide
2021-07-04 13:27:33 +02:00
Sébastien Helleu
09d871deb4
doc: add column for min WeeChat version in function buffer_set (plugin API reference)
2021-07-04 13:27:33 +02:00
Sébastien Helleu
503a3cb755
doc: add column for min WeeChat version in function hook_set (plugin API reference)
2021-07-04 13:27:33 +02:00
Sébastien Helleu
c127d1693a
doc: add column for min WeeChat version in function hook_modifier_exec (plugin API reference)
2021-07-04 13:27:33 +02:00
Sébastien Helleu
134f4374f8
doc: add column for min WeeChat version in function hook_modifier (plugin API reference)
2021-07-04 13:27:33 +02:00
Sébastien Helleu
ab916d3d90
doc: add column for min WeeChat version in function hook_hsignal (plugin API reference)
2021-07-04 13:27:33 +02:00
Sébastien Helleu
3d54365d67
doc: add column for min WeeChat version in function hook_process_hashtable (plugin API reference)
2021-07-04 13:27:33 +02:00
Sébastien Helleu
3c920f9a80
doc: add typing signals in plugin API reference
2021-07-04 13:27:33 +02:00
Sébastien Helleu
dccf605e66
typing: add typing plugin
2021-07-04 13:27:32 +02:00
Sébastien Helleu
8a11a18dc5
api: add function file_copy (issue #1667 )
2021-07-03 16:04:50 +02:00
Sébastien Helleu
1ac800906b
doc: update Polish auto-generated files
2021-06-29 00:17:18 +02:00
Krzysztof Korościk
5d4adf8010
doc: updated polish translation
2021-06-28 21:43:37 +02:00
Sébastien Helleu
9bd737ae1a
doc: update German auto-generated file
2021-06-28 20:35:06 +02:00
Sébastien Helleu
e84a3676f6
core: add note about buffers that are not opened in /help layout
2021-06-27 10:35:04 +02:00
Sébastien Helleu
253598d83c
doc: mention WeeChat version for WEECHAT_RC_OK_EAT in signals "irc_raw_in" and "irc_in" (plugin API reference) (issue #1657 )
2021-06-27 09:56:45 +02:00