mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-22 02:32:57 +03:00
Added FileSystem::fileHide in order to hide files in OSes that do not support files starting with "." as hidden indicator.
Minor fix in premake files.
This commit is contained in:
@@ -372,6 +372,7 @@ void FormatterPlugin::formatDoc( UICodeEditor* editor ) {
|
||||
doc->save( fileString, true );
|
||||
FileSystem::fileWrite( tmpPath, (Uint8*)fileString.getStreamPointer(),
|
||||
fileString.getSize() );
|
||||
FileSystem::fileHide( tmpPath );
|
||||
runFormatter( editor, formatter, tmpPath );
|
||||
|
||||
if ( formatter.type == FormatterType::Inplace ) {
|
||||
|
||||
Reference in New Issue
Block a user