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.cc
Age
Commit message (
Expand
)
Author
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-04-11
Use stat when listing files so that link to directories are handled as direct...
Maxime Coste
2014-04-06
Code cleanup in list_files
Maxime Coste
2014-04-05
Fix crash caused by attempting to close a nonexistent DIR*
Jimmy Thrasher
2014-03-26
notify buffer saved after closing the file descriptor
Maxime Coste
2014-01-03
Add support for absolute paths in find_file
Maxime Coste
2013-12-23
Add complete_command for completing commands in PATH
Maxime Coste
2013-12-11
Add BufWritePre and BufWritePost hooks
Maxime Coste
2013-10-21
Add Buffer::reload for reloading buffers without loosing options and hooks
Maxime Coste
2013-10-17
More robust Buffer filesystem timestamp handling
Maxime Coste
2013-10-15
Detect file external modification and ask the user whether to reload or not
Maxime Coste
2013-09-24
complete_filename fallback on subsequence completion if prefix does not work
Maxime Coste
2013-09-23
Add prefix_match function and use it instead of adhoc code
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-06-19
add missing errno include to file.cc
Maxime Coste
2013-06-06
Buffer: remove line_length and replace line_content with operator[]
Maxime Coste
2013-04-29
fix bug in compact_path
Maxime Coste
2013-04-26
fix handling of ~ in filenames so that :edit ~ does not open a file named '~'
Maxime Coste
2013-04-10
Use the buffer manager to delete buffer, throw when a client is inserting
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-21
BufferManager: replace Buffer* get_buffer with Buffer& get_buffer
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-03-13
find_file: automatically add missing '/' and end of paths
Maxime Coste
2013-03-05
Strongly typed options support
Maxime Coste
2013-02-27
Add 'gf' (goto file) functionality
Maxime Coste
2012-12-05
fail nicely when trying to open a directory
Maxime Coste
2012-11-26
fix crlf file reading
Maxime Coste
2012-11-23
rewrite file opening code using mmap, opening big files is much much faster
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-21
Buffer: replace reset_undo_data with a NoUndo flag
Maxime Coste
2012-11-20
Buffer: replace Buffer::Type with Buffer::Flags
Maxime Coste
2012-11-20
more exception safety with file descriptors
Maxime Coste
2012-10-16
create_buffer_from file return nullptr on file not found instead of throwing
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-09-12
use parse_filename when opening files or completing filenames so that ~ and e...
Maxime Coste
2012-09-10
Buffer: Allow inserting at the end when the inserted text ends with an end of...
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-08-22
use a strongly typed int LineCount for line counts
Maxime Coste
2012-08-17
fix create_buffer_from_file when file does not exists
Maxime Coste
2012-08-14
Buffer: stronger invariant, a buffer is never empty and all lines finish by '\n'
Maxime Coste
2012-08-10
Buffer: move back Modification as an implementation detail
Maxime Coste
2012-08-10
detect byte order mark in buffers, and write back
Maxime Coste
2012-08-10
support crlf line ending when reading and writing buffers
Maxime Coste
2012-05-30
include <unistd.h> in order to get read and write
Maxime Coste
2012-04-14
Implement our own String class in preparation to encoding support.
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-03-30
Store buffer content in a list of lines
Maxime Coste
[prev]
[next]