mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Move file related actions to "File" menu, as suggested here: http://www.heidisql.com/forum.php?t=13097
This commit is contained in:
@ -1717,6 +1717,18 @@ object MainForm: TMainForm
|
||||
object Closetab1: TMenuItem
|
||||
Action = actCloseQueryTab
|
||||
end
|
||||
object N2: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object LoadSQLfile2: TMenuItem
|
||||
Action = actLoadSQL
|
||||
end
|
||||
object Save1: TMenuItem
|
||||
Action = actSaveSQL
|
||||
end
|
||||
object Saveassnippet1: TMenuItem
|
||||
Action = actSaveSQLSnippet
|
||||
end
|
||||
object N1: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
@ -1837,9 +1849,6 @@ object MainForm: TMainForm
|
||||
object N9: TMenuItem
|
||||
Caption = '-'
|
||||
end
|
||||
object LoadSQLfile1: TMenuItem
|
||||
Action = actLoadSQL
|
||||
end
|
||||
object ImportCSVfile1: TMenuItem
|
||||
Action = actImportCSV
|
||||
end
|
||||
|
@ -534,7 +534,6 @@ type
|
||||
Disconnect1: TMenuItem;
|
||||
N4: TMenuItem;
|
||||
ImportCSVfile1: TMenuItem;
|
||||
LoadSQLfile1: TMenuItem;
|
||||
InsertfilesintoTEXTBLOBfields1: TMenuItem;
|
||||
N9: TMenuItem;
|
||||
ExportdatabaseasSQL1: TMenuItem;
|
||||
@ -564,6 +563,10 @@ type
|
||||
menuClearDataTabFilter: TMenuItem;
|
||||
actUnixTimestampColumn: TAction;
|
||||
actTimestampColumn1: TMenuItem;
|
||||
LoadSQLfile2: TMenuItem;
|
||||
N2: TMenuItem;
|
||||
Save1: TMenuItem;
|
||||
Saveassnippet1: TMenuItem;
|
||||
procedure actCreateDBObjectExecute(Sender: TObject);
|
||||
procedure menuConnectionsPopup(Sender: TObject);
|
||||
procedure actExitApplicationExecute(Sender: TObject);
|
||||
|
Reference in New Issue
Block a user