index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
file.hh
Age
Commit message (
Expand
)
Author
2014-10-13
Do not assert on SIGTERM and backup modified buffers on signal induced termin...
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-08-15
Add support for reading from stdin/writing to stdout in filter mode
Maxime Coste
2014-04-18
Use StringView for file functions
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2013-12-23
Add complete_command for completing commands in PATH
Maxime Coste
2013-10-15
Detect file external modification and ask the user whether to reload or not
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-25
Always use absolute path for file buffer names, compact paths for display
Maxime Coste
2013-03-22
use canonicalized filenames for buffers
Maxime Coste
2013-03-14
add support for regex options, make ignored_files one
Maxime Coste
2013-03-13
move complete_filename to file.cc
Maxime Coste
2013-02-27
Add 'gf' (goto file) functionality
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-01-29
File: parse_filename function which handle ~ and environment variable in file...
Maxime Coste
2011-11-27
File: extract read_file function which returns file content in a string
Maxime Coste
2011-09-09
exception: refactoring
Maxime Coste
2011-09-02
create_buffer_from_file: throw file_not_found instead of open_file_error when...
Maxime Coste
2011-09-02
Initial commit
Maxime Coste
[prev]