mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 00:05:59 +02:00
Copy/cut/paste support for workspace files and folders
This commit is contained in:
parent
0907bd1f52
commit
05c2e1587c
4 changed files with 529 additions and 207 deletions
|
@ -304,6 +304,7 @@ namespace IDE
|
|||
public Color mWorkspaceFailedText = 0xFFE04040;
|
||||
public Color mWorkspaceManualIncludeText = 0xFFE0E0FF;
|
||||
public Color mWorkspaceIgnoredText = 0xFF909090;
|
||||
public Color mWorkspaceCutText = 0xFFC0B0B0;
|
||||
|
||||
public Color mCode = 0xFFFFFFFF;
|
||||
public Color mKeyword = 0xFFE1AE9A;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue