mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-13 14:13:02 +00:00
manual cherry-pick of event cleanup
This commit is contained in:
parent
61eff93341
commit
0b8ae1f554
1 changed files with 0 additions and 11 deletions
|
@ -986,15 +986,6 @@
|
|||
|
||||
object = [notification object];
|
||||
|
||||
if (editorTextViewIsPressingKey == NO)
|
||||
{
|
||||
id object;
|
||||
|
||||
object = [notification object];
|
||||
if (object == _intEditorView || object == _extEditorView)
|
||||
[self computeNewParenthesisNesting: object];
|
||||
}
|
||||
|
||||
// calculate current line
|
||||
if ([object isKindOfClass:[NSTextView class]])
|
||||
{
|
||||
|
@ -1040,7 +1031,6 @@
|
|||
- (void)editorTextViewWillPressKey:sender
|
||||
{
|
||||
editorTextViewIsPressingKey = YES;
|
||||
// NSLog(@"Will pressing key");
|
||||
|
||||
if (sender == _intEditorView || sender == _extEditorView)
|
||||
[self unhighlightCharacter: sender];
|
||||
|
@ -1050,7 +1040,6 @@
|
|||
|
||||
- (void)editorTextViewDidPressKey:sender
|
||||
{
|
||||
// NSLog(@"Did pressing key");
|
||||
if (sender == _intEditorView || sender == _extEditorView)
|
||||
[self computeNewParenthesisNesting: sender];
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue