mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Improvements when opening binary files from drag and drop and from the tree-view (SpartanJ/ecode#589).
Fixes a bug that prevented signature help to not be displayed.
This commit is contained in:
@@ -37,9 +37,11 @@ struct DocumentContentChange {
|
||||
|
||||
class EE_API TextDocument {
|
||||
public:
|
||||
static bool isTextDocummentCommand( std::string_view cmd );
|
||||
static bool isTextDocummentCommand( std::string_view cmd );
|
||||
|
||||
static bool isTextDocummentCommand( String::HashType cmdHash );
|
||||
static bool isTextDocummentCommand( String::HashType cmdHash );
|
||||
|
||||
static bool fileMightBeBinary( const std::string& file );
|
||||
|
||||
enum class UndoRedo { Undo, Redo };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user