Sebastien Helleu
7feb775299
Nick completion: completes with self nick at the end of completion list
2007-04-15 08:04:53 +00:00
Sebastien Helleu
f30fb21175
Improved nick completion: completes with last speakers first (task #5896 ), fixed nick completion (bugs #19590 and #19589 )
2007-04-14 13:14:05 +00:00
Sebastien Helleu
aa149dcfbc
Fixed /topic completion when no topic set on current channel (bug #19322 )
2007-03-16 11:49:58 +00:00
Sebastien Helleu
aba6e1257d
Added "call" option to /key command, added new key function "insert" to insert text on command line (task #6468 )
2007-02-12 17:39:34 +00:00
Sebastien Helleu
632d451f62
Changed copyright date (2006 -> 2007)
2007-01-05 23:41:38 +00:00
Sebastien Helleu
59158c48d3
Fixed bug with nick completion in command args (now uses option look_nick_completion_ignore)
2006-12-08 15:22:44 +00:00
Sebastien Helleu
59a0d27668
Added auto completion with channels and filenames
2006-11-29 08:28:26 +00:00
Emmanuel Bouthenot
71ac31fcdd
fix possible stack overflow in filename completion
2006-11-15 13:28:29 +00:00
Sebastien Helleu
5a915f6974
Fixed random crash with completion
2006-11-11 00:38:25 +00:00
Sebastien Helleu
c20ce83d20
Added charset plugin (WeeChat is now full UTF-8 for internal data storage), fixed compilation problems with FreeBSD, fixed status bar display bug
2006-11-08 07:54:33 +00:00
Sebastien Helleu
b3b516e023
Fixed bug with completion context (some variables were not properly reset)
2006-10-29 22:00:52 +00:00
Emmanuel Bouthenot
ac297214e0
remove unused header
2006-10-28 16:22:59 +00:00
Emmanuel Bouthenot
463d4638c1
improve filename completion
2006-10-28 16:16:07 +00:00
Sebastien Helleu
17a52d0020
Removed automatic space after filename when using completion
2006-10-27 22:45:23 +00:00
Emmanuel Bouthenot
4dd93fd6d3
adding filename completion (partially)
2006-10-27 22:08:07 +00:00
Sebastien Helleu
dfa9ed31d4
Added "modifier" in plugins API, improved /plugin command
2006-10-24 11:23:31 +00:00
Sebastien Helleu
11acdddda3
Removed unused variable
2006-08-27 16:26:09 +00:00
Sebastien Helleu
ba5349d9cb
Fixed completion bug when many commands starts with same letters
2006-08-27 16:24:21 +00:00
Sebastien Helleu
ce72bdb9f0
Fixed completion with alias calling user arguments ($1..$9)
2006-08-26 23:00:09 +00:00
Sebastien Helleu
311ac060ce
Added default nick completion when line starts with '//' (bug #17535 )
2006-08-26 13:26:29 +00:00
Sebastien Helleu
77e3fb3c83
Added arguments $1,$2,..,$9 and $* for alias (task #5831 ), added special vars $nick/$channel/$server for server_command, alias and plugin command handlers
2006-08-22 10:04:17 +00:00
Sebastien Helleu
1d211a16da
Added missing modes (channel & user), now all modes are allowed (bug #16606 ), added "%m" for completion with self nick (on current server)
2006-08-07 22:26:55 +00:00
Sebastien Helleu
06cc936937
Fixed completion for command handlers (now empty completion_template means nick completion, "-" string means no completion at all)
2006-07-27 16:04:46 +00:00
Sebastien Helleu
3eced7694b
Splited weechat.c into weechat.c and util.c
2006-07-23 11:19:09 +00:00
Sebastien Helleu
055a2c6a64
Fixed crash with crash dump (nice isn't it?)
2006-06-26 18:42:16 +00:00
Sebastien Helleu
f6ff17ebb0
Added completion info for buffers in crash/debug dump
2006-06-14 15:43:33 +00:00
Sebastien Helleu
78ca78855e
Added new key to find previous completion (shift-tab by default)
2006-05-13 00:06:18 +00:00
Sebastien Helleu
40ffeb9e0c
Splited GUI sources
2006-04-22 21:18:02 +00:00
Sebastien Helleu
2fd53dcc37
Fixed many crashes with DCC chat
2006-04-15 16:47:43 +00:00
Sebastien Helleu
c525b231e4
Added hostnames associeted to nicks (available for /ban completion)
2006-04-08 18:38:00 +00:00
Sebastien Helleu
83bdd97916
Added keyboard handler to plugin API
2006-03-30 12:08:55 +00:00
Sebastien Helleu
9abddbb7e9
Fixed bug with /set string value completion
2006-03-25 11:53:00 +00:00
Sebastien Helleu
d9c032fee3
Added /setp command (set plugin options)
2006-03-24 09:38:54 +00:00
Sebastien Helleu
227c05447f
Improved alias completion (now uses target command for completion)
2006-03-08 15:31:26 +00:00
Sebastien Helleu
1005890db2
Fixed completion bug with commands in pv (nick completion, for example with /me)
2006-03-06 21:09:09 +00:00
Sebastien Helleu
70ad116c0f
Added options "look_open_near_server" and "look_nick_complete_first" (patch from Gwenn)
2006-01-30 20:22:40 +00:00
Sebastien Helleu
b1f83dce8a
Removed "irc_default_msg_away" setting, for RFC 2812 conformity (/away command
...
wihtout argument only removes away status)
2006-01-08 01:22:25 +00:00
Sebastien Helleu
4d62625894
New year in copyright, FSF address changed
2006-01-04 08:56:00 +00:00
Sebastien Helleu
7c1c8cd874
Fixed completion bugs with nick completion in commmands ("%n")
2005-12-20 11:47:24 +00:00
Sebastien Helleu
d5b58ff068
Added completion system for plugins/scripts commands, fixed plugins autoload
2005-12-16 14:16:03 +00:00
Sebastien Helleu
756f7354e9
Added up/down/left/right args to /window command completion, help & doc
2005-12-12 11:38:15 +00:00
Sebastien Helleu
77e00d0381
Added charset by server and channel, new command: /charset
2005-12-11 00:52:32 +00:00
Sebastien Helleu
0ef010d211
added /upgrade command, added ETA for DCC files
2005-12-06 18:20:59 +00:00
Sebastien Helleu
d5affecc23
Added read marker (indicator for first unread line), added quotes and spaces in config files
2005-11-19 22:08:46 +00:00
Sebastien Helleu
0cf9d16bb9
- added "resize" option for /window command
...
- fixed infinite loop when resizing term to small size
2005-11-13 22:14:06 +00:00
Emmanuel Bouthenot
8cab953c6f
add command /history
2005-11-13 16:59:40 +00:00
Sebastien Helleu
e63da66644
Improved window management: new window may have different size (% of current
...
window size), window sizes are automatically recomputed when term window is
resized
2005-11-13 15:51:00 +00:00
Sebastien Helleu
e49b4131f2
Fixed nick completion in private, now completes according to
...
"look_nick_completion_ignore" option)
2005-11-05 18:33:19 +00:00
Sebastien Helleu
d94a7d05ea
Convert colors codes to %B, %C with /topic completion (if option irc_colors_send
...
is ON)
2005-11-05 13:21:48 +00:00
Sebastien Helleu
bea5769a05
Fixed some bugs with color codes:
...
- colors are now removed in topic for display in title bar
- completion of /topic command now strips color codes
- color codes are encoded in commands (not only text sent to channel/pv)
- double '%' is replaced by single '%' in command line (when irc_colors_send is ON)
2005-11-05 11:34:52 +00:00