Home
last modified time | relevance | path

Searched refs:unsaved (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/idlelib/
Dhelp.txt17 Save -- Save current window to the associated file (unsaved
27 Close -- Close current window (asks to save if unsaved)
28 Exit -- Close all windows, quit (asks to save if unsaved)
DNEWS.txt511 - Issue #10107: Warn about unsaved files in IDLE on OSX.
DChangeLog656 user what they want first if there's unsaved stuff, and may cancel).
/external/clang/tools/c-index-test/
Dc-index-test.c173 struct CXUnsavedFile *unsaved = *unsaved_files + i; in parse_remapped_files_with_opt() local
202 unsaved->Length = ftell(to_file); in parse_remapped_files_with_opt()
206 contents = (char *)malloc(unsaved->Length + 1); in parse_remapped_files_with_opt()
207 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) { in parse_remapped_files_with_opt()
217 contents[unsaved->Length] = 0; in parse_remapped_files_with_opt()
218 unsaved->Contents = contents; in parse_remapped_files_with_opt()
228 unsaved->Filename = filename; in parse_remapped_files_with_opt()
/external/clang/docs/
DClangFormat.rst120 It operates on the current, potentially unsaved buffer and does not create
/external/python/cpython2/Doc/library/
Didle.rst92 Close the current window (ask to save if unsaved).
95 Close all windows and quit IDLE (ask to save unsaved windows).
/external/python/cpython2/Misc/
DNEWS5286 - Issue #10107: Warn about unsaved files in IDLE on OSX.