Martin Grenfell
ae50662943
clear all marks when the tree is initialized
16 years ago
Martin Grenfell
8529b6f0e3
add s:ClearAllMark() and refactor to use it
16 years ago
Martin Grenfell
d718f1098c
put the cursor on the new root after :MarkToRoot
16 years ago
Martin Grenfell
0501fc825c
add :MarkToRoot command and a corresponding function
16 years ago
Martin Grenfell
05ce3ab896
add searchFromAbsoluteRoot flag to s:GetNodeForMark
16 years ago
Martin Grenfell
642c2b76fc
add oFileNode#MakeRoot() and refactor s:ChRoot()
not that as of this commit, you can now use the C mapping on a file node
and its parent dir node will become the new root
16 years ago
Martin Grenfell
6b7760e6e4
add s:AbsoluteTreeRoot()
16 years ago
Martin Grenfell
5cafc7018d
bugfix to s:GetNodeForMark()
16 years ago
Martin Grenfell
332756282a
add :ClearAllMarks
16 years ago
Martin Grenfell
bcc1180510
add :ClearMarks and bind it to s:ClearMarks()
16 years ago
Martin Grenfell
2ecd6ebd63
add s:MarkForNode() and refactor to use it
16 years ago
Martin Grenfell
5a4ef66db2
improve error messages when marks dont exist
16 years ago
Martin Grenfell
a537e1535c
some highlighting fixes for marks
16 years ago
Martin Grenfell
44e8534f1f
display marks before the symlink target
16 years ago
Martin Grenfell
c108a19881
add a redraw! in s:OpenMark()
if we were opening a mark (with :OpenMark) that was scrolled off the
screen, the tree window wasnt getting scrolled to the node
16 years ago
Martin Grenfell
5685fa7af4
add :OpenMark command
16 years ago
Martin Grenfell
990706b725
restrict mark names to alphanumeric + underscores
16 years ago
Martin Grenfell
6e60ecfee1
check for nonexistent marks
16 years ago
Martin Grenfell
219d16f61a
bugfix for stripping :Mark markup from a line
16 years ago
Martin Grenfell
5fd7441dbe
add highlighting for marks
16 years ago
Martin Grenfell
a5f86e1a8f
minor fix to method header
16 years ago
Martin Grenfell
782e60efc9
display marks on tree
16 years ago
Martin Grenfell
7b26dac959
add oPath#MarkNames()
16 years ago
Martin Grenfell
600f2cac14
make PutCursorOnNode open ancestors until target node is visible
16 years ago
Martin Grenfell
fb3c4f9212
add marking functionality
add ability to give a node a name and the abiliy to jump back to the
node for a given name
16 years ago
Martin Grenfell
24c1f6beab
add recurseUpward arg to s:PutCursorOnNode
makes it attempt to put the cursor on the treenodes parent (recursively)
if the target node is hidden
16 years ago
Martin Grenfell
3e507620fe
update changelog
16 years ago
Martin Grenfell
a520080cc3
put cursor on new node after copying
16 years ago
Martin Grenfell
b747086137
strip trailing slashes off copy destination
16 years ago
Martin Grenfell
7a1dbcbdb0
fix a bug with refreshing after copying
16 years ago
Martin Grenfell
ce9fece626
fix screen jumping bug with &scrolloff
16 years ago
Martin Grenfell
90fd47bd00
update the credits
16 years ago
Martin Grenfell
80e0bca4dc
change version to 2.9.0
16 years ago
Martin Grenfell
04ea2eb0f7
apply Cory Echols' patch
adds :NERDTreeClose command and sets the filetype for the tree buffer to
"nerdtree"
16 years ago
Martin Grenfell
25aaaaae42
gitignore tags file
16 years ago
Martin Grenfell
8a32f5851f
update changelog and credits
16 years ago
Martin Grenfell
6018625170
bugfix: use #StrForOS when refreshing a path
16 years ago
Martin Grenfell
c36aaf55f8
bugfix: process files with single letter extension
dont ignore files like foo.c !
16 years ago
Martin Grenfell
6e7960ba94
convert tabs to spaces
not sure how those tabs got in there!
16 years ago
Martin Grenfell
f1a9bd3c89
couple of fixes to the doc
16 years ago
Martin Grenfell
191dcc4068
remove a now unneeded not to windows users
dont warn windows users about setting NERDTreeChDirMode as drives are
handled properly now
16 years ago
Martin Grenfell
0d62ffd5db
bugfix for paths on windows
delete oPath.NewMinimal cos it sucks and there is no need for it. It
was causing a bug with oPath.Equals on account of it wasnt correctly
determining whether a path found with s:GetSelectedPath() was a dir or a
file.
16 years ago
Martin Grenfell
510f890ee1
change to version 2.8.0.1
16 years ago
Martin Grenfell
06db1cdf2c
fix some formatting
16 years ago
Martin Grenfell
0eaaf6842c
improve path handling for windows
16 years ago
Martin Grenfell
2ed6524b9d
use oPath#StrForCd where appropriate
16 years ago
Martin Grenfell
fb7f66dc47
update oPath#Equals
16 years ago
Martin Grenfell
dcf9e956a7
minor bugfix
16 years ago
Martin Grenfell
8aafa66eac
handle trailing slashes inside oPath#Rename
previously the RenameCurrent() view function was removing trailing
slashes from the destination path before passing it to oPath, now oPath
handles the slashes
16 years ago
Martin Grenfell
f2ce7390b8
add oPath#StrForCd
16 years ago