[kate] [Bug 366014] if i minimize current split view it remains to be active

2016-09-07 Thread Askar Safin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366014

--- Comment #3 from Askar Safin  ---
Personally for me this is acceptable solution

-- 
You are receiving this mail because:
You are watching all bug changes.


[kate] [Bug 366014] New: if i minimize current split view it remains to be active

2016-07-23 Thread Askar Safin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366014

Bug ID: 366014
   Summary: if i minimize current split view it remains to be
active
   Product: kate
   Version: 3.14.2
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: safinas...@mail.ru

-

Reproducible: Always

Steps to Reproduce:
1. Open two vertical split views in kate
2. Activate (say) right view
3. Resize right view to size 0. I. e. make it so small that it will disappear

Actual Results:  
Right view will remain to be active. Yes, it has size 0 and it is completely
invisible, but it is still active. If I type some characters, they will go to
this active view. Of course, user will be very frustrated. He will think: "I
type characters, why they don't appear?" They actually appear at invisible
view. If I click at some files at "Documents" (i. e. at "Documents" panel),
then that active view will open this file, completely invisible for me

Expected Results:  
Right view should deactivate when I resize it to zero

-- 
You are receiving this mail because:
You are watching all bug changes.


[kate] [Bug 363280] New: highlighting: c++: #if 1 #endif #if defined (A) aaa #elif defined (B) bbb #endif

2016-05-19 Thread Askar Safin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363280

Bug ID: 363280
   Summary: highlighting: c++: #if 1 #endif #if defined (A) aaa
#elif defined (B) bbb #endif
   Product: kate
   Version: 3.14.2
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: part
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: safinas...@mail.ru

-

Reproducible: Always

Steps to Reproduce:
Open some C++ file in Kate 3.14.2 or KDevelop 4.7.0. Type:

#if 1
#endif
#if defined (A)
aaa
#elif defined (B)
bbb
#endif

Actual Results:  
"defined (B)" and "bbb" will be gray

Expected Results:  
"defined (B)" should be green like "defined (A)" and "bb" should be black like
"aaa"

Debian GNU/Linux Jessie

-- 
You are receiving this mail because:
You are watching all bug changes.