This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/editors/space_file
Andrea Weikert 5325f3b2e9 == file browser ==
Patch from Alexander Kuznetsov: Toggle selection rather than just extending.

Implements behaviour that unintendedly was available with previously using macro operator for selection. This was removed and now the functionality is properly implemented.

Patch accepted with minor changes:
1. Used enum rather than #defines and added value for removing from selection (deselect)
2. Moved if (select) outside file_select_do and improved check for whether last file in selection is actually selected. (Necessary since toggle can deselect and toggle select should still make file active)
3. Additionally fixed check in file_select_invoke to be consistent with border select.
2011-03-20 10:22:51 +00:00
..
2011-03-20 00:34:08 +00:00
2011-02-27 20:29:51 +00:00
2011-03-20 10:22:51 +00:00
2011-02-27 20:29:51 +00:00
2011-03-20 10:22:51 +00:00
2011-03-20 10:22:51 +00:00
2011-03-14 22:16:35 +00:00
2011-02-27 20:29:51 +00:00
2011-02-27 20:29:51 +00:00
2011-03-11 17:01:29 +00:00