This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 777
Add a skeleton prototype for NewFile dialog rewritten in WPF #517
Open
ciplogic
wants to merge
42
commits into
icsharpcode:master
Choose a base branch
from
ciplogic:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ve parity with original. Categories do work
Known errors: - OK button does nothing - images and resources code is not working
…ion invalid name.
Partially fixed more bugs but I would be glad for review and support still. What is fixed:
Still missing:
|
…e-clicking a control or event.
WinForms Designer: Insert new fields below the last field of class in its designer.cs
…ed symbols on constructors and destructors now the same as for types.
…ndows Forms Designer
…ies, filtering, handling of invalid names + code cleanup.
…w does not have correct owner
- Re-added view for icon files in resources.
…uilt after ignoring an exception from DebuggeeExceptionForm
…en therefore always call the getter method instead of looking for a backing field.
….0) when debugging a program that uses System.Data.OleDb
…akes possible to evaluate infinite iterators and really big lists faster.
… all comments: some files' TagComments are not detected
… was not possible
Conflicts: src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NewFile dialog is rewritten using my knowledge of WPF. The code is not fully cleaned up but it shows a good enough starting prototype that is hidden under the define: EXPERIMENTAL_NEW_FILE.
This dialog is made as a prototype and I'm requesting help and RFC.
To enable this dialog you have to go to:
UiService and enable the define:
define EXPERIMENTAL_NEW_FILE
Known errors/bugs:
The diff is a bit big, as I'm working using Visual Studio. I will clean the patch as I will find how to fix it (maybe I will use a merge tool to revert the unimportant changes).
Please try the "new" dialog and help me fix mostly the resources part with WPF (and make the dialog translatable).