Skip to content

Commit

Permalink
Major Update
Browse files Browse the repository at this point in the history
- Prep work for upcoming Visual MASM user-mode debugger
- Removed AlphaSkins and replaced with Delphi's built-in VCL Style
skinning
- Replaced older TSynEdit with TurboPack SynEdit, added MASM Assembly
support
- Implemented full docking panel support with drag & drop of panels and
tool windows (similar to Visual Studio)
- Fixed loading group when documents are still open
- Fixed status bar when multiple projects are open
- Fixed closing dialog file should also close .asm and .rc files
- Added IDE layout saving and loading capability
- Added loading of Skins from main IDE window
- Added Windows Controls panel (when designing Windows Dialogs)
- Added Object Tree panel (when designing Windows Dialogs)
- Added toolbar for main IDE window
  • Loading branch information
ThomasJaeger committed Jul 12, 2017
1 parent 02c762a commit c90bd3d
Show file tree
Hide file tree
Showing 698 changed files with 232,137 additions and 128,961 deletions.
104 changes: 104 additions & 0 deletions Colors/Amakrits.json
@@ -0,0 +1,104 @@
{
"Version": 1,
"Name": "Amakrits",
"Editor": {
"Colors": {
"Background": "clBlack",
"ActiveLineBackground": "$00313131",
"Gutter": "clSilver",
"GutterLineNumber": "clSilver",
"GutterBorder": "clSilver",
"GutterGradientStart": "$00313131",
"GutterGradientEnd": "clBlack",
"RightEdge": "$00313131",
"ScrollHint": "clBlack",
"SelectiondBackground": "clBlue",
"SelectionForeground": "clWhite",
"SearchSelectiondBackground": "clYellow",
"SearchSelectionForeground": "clBlack",
"CompletionProposalBackground": "clBlack",
"CompletionProposalBackgroundBorder": "clBlack",
"CompletionProposalSelection": "clBlack",
"CompletionProposalSelectionText": "clBlack",
"CompletionProposalTitle": "clBlack"
},
"Fonts": {
"Text": "Courier New",
"CompletionProposal": "Courier New",
"Gutter": "Courier New"
},
"FontSizes": {
"Text": 12,
"CompletionProposal": 11,
"Gutter": 11
}
},
"Elements": [
{
"Name": "Comment",
"Foreground": "clSilver",
"Background": "clNone",
"Style": "Italic"
},
{
"Name": "Identifier",
"Foreground": "clSilver",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Keywords",
"Foreground": "clSkyBlue",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Directive",
"Foreground": "$004080FF",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Register",
"Foreground": "$0032CD32",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Api",
"Foreground": "clYellow",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Include",
"Foreground": "clMoneyGreen",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "String",
"Foreground": "clMoneyGreen",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Symbol",
"Foreground": "clFuchsia",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Number",
"Foreground": "clWhite",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Operator",
"Foreground": "clSkyBlue",
"Background": "clNone",
"Style": "Bold"
}
]
}
104 changes: 104 additions & 0 deletions Colors/Amethyst Kamri.json
@@ -0,0 +1,104 @@
{
"Version": 1,
"Name": "Amethyst Kamri",
"Editor": {
"Colors": {
"Background": "clWhite",
"ActiveLineBackground": "$00E6FAFF",
"Gutter": "clWhite",
"GutterLineNumber": "$00CC9999",
"GutterBorder": "$00CC9999",
"GutterGradientStart": "$00CC9999",
"GutterGradientEnd": "clBlack",
"RightEdge": "clSilver",
"ScrollHint": "clBlack",
"SelectiondBackground": "$00A56D53",
"SelectionForeground": "clWhite",
"SearchSelectiondBackground": "clBlack",
"SearchSelectionForeground": "clYellow",
"CompletionProposalBackground": "clBlack",
"CompletionProposalBackgroundBorder": "clBlack",
"CompletionProposalSelection": "clBlack",
"CompletionProposalSelectionText": "clWhite",
"CompletionProposalTitle": "clBlack"
},
"Fonts": {
"Text": "Courier New",
"CompletionProposal": "Courier New",
"Gutter": "Courier New"
},
"FontSizes": {
"Text": 12,
"CompletionProposal": 11,
"Gutter": 11
}
},
"Elements": [
{
"Name": "Comment",
"Foreground": "clGreen",
"Background": "clNone",
"Style": "Italic"
},
{
"Name": "Identifier",
"Foreground": "ClNavy",
"Background": "clNone",
"Style": ""
},
{
"Name": "Keywords",
"Foreground": "clNavy",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Directive",
"Foreground": "$00999900",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Register",
"Foreground": "clMaroon",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Api",
"Foreground": "clRed",
"Background": "clNone",
"Style": ""
},
{
"Name": "Include",
"Foreground": "clTeal",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "String",
"Foreground": "clBlue",
"Background": "clNone",
"Style": ""
},
{
"Name": "Symbol",
"Foreground": "clFuchsia",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Number",
"Foreground": "clBlue",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Operator",
"Foreground": "clPurple",
"Background": "clNone",
"Style": "Bold"
}
]
}
104 changes: 104 additions & 0 deletions Colors/Aqua Graphite.json
@@ -0,0 +1,104 @@
{
"Version": 1,
"Name": "Default",
"Editor": {
"Colors": {
"Background": "clBlack",
"ActiveLineBackground": "$00313131",
"Gutter": "clSilver",
"GutterLineNumber": "clSilver",
"GutterBorder": "clSilver",
"GutterGradientStart": "$00313131",
"GutterGradientEnd": "clBlack",
"RightEdge": "$00313131",
"ScrollHint": "clBlack",
"SelectiondBackground": "clBlue",
"SelectionForeground": "clWhite",
"SearchSelectiondBackground": "clBlack",
"SearchSelectionForeground": "clYellow",
"CompletionProposalBackground": "clBlack",
"CompletionProposalBackgroundBorder": "clBlack",
"CompletionProposalSelection": "clBlack",
"CompletionProposalSelectionText": "clBlack",
"CompletionProposalTitle": "clBlack"
},
"Fonts": {
"Text": "Courier New",
"CompletionProposal": "Courier New",
"Gutter": "Courier New"
},
"FontSizes": {
"Text": 12,
"CompletionProposal": 11,
"Gutter": 11
}
},
"Elements": [
{
"Name": "Comment",
"Foreground": "clSilver",
"Background": "clNone",
"Style": "Italic"
},
{
"Name": "Identifier",
"Foreground": "clSilver",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Keywords",
"Foreground": "clSkyBlue",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Directive",
"Foreground": "$004080FF",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Register",
"Foreground": "$0032CD32",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Api",
"Foreground": "clYellow",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Include",
"Foreground": "clMoneyGreen",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "String",
"Foreground": "clMoneyGreen",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Symbol",
"Foreground": "clFuchsia",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Number",
"Foreground": "clWhite",
"Background": "clNone",
"Style": "Bold"
},
{
"Name": "Operator",
"Foreground": "clSkyBlue",
"Background": "clNone",
"Style": "Bold"
}
]
}

0 comments on commit c90bd3d

Please sign in to comment.