Introduce current_name_{set|get}
authorRyuan Choi <ryuan.choi@gmail.com>
Sun, 5 Oct 2014 23:08:24 +0000 (08:08 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Sun, 5 Oct 2014 23:08:24 +0000 (08:08 +0900)
commitecdacf03537f210f17c3c572e13f20023f32992f
tree9c4f86c293472f4d6edf0838eaa283031d43d401
parent9a6dce7f68631f925c949d299ba2131c31e91ee0
Introduce current_name_{set|get}

Summary:
When fileselector is opened, it would be nice to be able to provide initial filename.
Like "Untitled Document" in Gedit, when save for the first time.

More details in Gedit,
Gedit provies default name, "Untitled Document" and does not change default name
while navigating directories.
Once we selected any file, Gedit changes value of name entry to selected filename and
it is not also changed while navigating directories.

@feature

Reviewers: seoz, yakov-g

Reviewed By: yakov-g

Subscribers: seoz

Maniphest Tasks: T1664

Differential Revision: https://phab.enlightenment.org/D1504
src/bin/test_fileselector.c
src/lib/elc_fileselector.c
src/lib/elc_fileselector_legacy.h
src/lib/elm_fileselector.eo
src/lib/elm_interface_fileselector.eo