-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/248233 - Shortcuts for document splitting #1
Feature/248233 - Shortcuts for document splitting #1
Conversation
Created a JIRA ticket too: https://issues.apache.org/jira/browse/NETBEANS-59 |
I verified the steps provided in JIRA ticket as follows:
As I am working on macOS the shortcuts I had to use were comm + ctrl + shift + h, comm + ctrl + shift + v and comm + ctrl + shift + c I confirm the working of these shortcuts as explained in the steps. Usually when we need keyboard shortcuts we also add Menu options for the actions, can we apply menu options for these actions also? |
Chris, as was discussed elsewhere, the patches change line endings to Windows line endings (CRLF), and so look like deletion and addition of each line in the file (including the license headers, which I suppose you didn't want to change). Please fix this, ensuring the patch is using the just "LF" as line endings, and is only changing what should/needs to be changed. This is to keep the history clean, and to aid reviews. I'd also suggest to squash the commits and rebase, so that there's only one commit merged when this is being merged. Thanks. |
So what should I do exactly here? Changing the line endings back or what? It was not my intention to change that of course not. But I created 3 new files so all of these are really new files, which didn't exist before. Only to let you know that. |
I've confirmed that your PR files have windows line endings. Please try to check your line endings using the following plugin: The cause may be
When you commit your changes, if line endings are not changed to
Then, clone the repository again. One Note: Thanks. |
@junichi11 thx for the info, yes I confirmed the line endings of CRLF too. So I changed the autocrlf from true to false. So now I have to clone it again? Maybe not possible to create a new feature branch and change the line endings? So as I understand it right, I have to make a new PR with the changes, that I made again? |
Perhaps, need not do it if the other file line endings are not
BTW, Did you read an email[1] from Jan? Probably, you should wait a while. |
Yes, I knew that mail. But there is no official comment about that and no decision made yet. |
See this PR #3 |
@ActionRegistration( | ||
displayName = "#LBL_ValueSplitVertical" | ||
) | ||
@ActionReference(path = "Shortcuts", name = "DOS-V") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added shortcut
An attempt to improve UI for download nb-javac when enabling Java sup…
… for temp directory The sed call in line 119 of hostinfo.sh does not correctly handle backslashes in the escape sequence. The call to sed fails with: sed: -e expression #1, char 6: unterminated `s' command and the variable USER_D is set to the empty string.
update local git repo..
Add missing ALv2 license headers to form files.
Netbeans license headers cleanup check-in `#1`
Collect clusters from all extensions
I'm trying to remove the use of a deprecated API that hinders updating the Java version. MiniEdit.java uses a really old deprecated API. This API prevents us from upgrade the Java source version in the project properties file. So step #1 is to remove the use of the old deprecated API.
Wildfly jakartee10
This PR will fix this original ticket: https://netbeans.org/bugzilla/show_bug.cgi?id=248233
Regards
Chris