[kdevelop] [Bug 376461] include files with dash (-) are not completed properly

2022-11-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376461

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[kdevelop] [Bug 376461] include files with dash (-) are not completed properly

2022-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=376461

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdevelop] [Bug 376461] include files with dash (-) are not completed properly

2022-10-30 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=376461

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Justin Zobel  ---
Thank you for reporting this bug in KDE software. As it has been a while since
this issue was reported, can we please ask you to see if you can reproduce the
issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

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

[kdevelop] [Bug 376461] include files with dash (-) are not completed properly

2017-02-20 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=376461

--- Comment #1 from Milian Wolff  ---
Git commit fcba3835397bf1c830e56a0c7487c5c1ac329b40 by Milian Wolff.
Committed on 20/02/2017 at 23:01.
Pushed by mwolff into branch 'master'.

Improve code completion of paths with dashes in their name

The model simply aborted code completion too soon, as it thought
that the dash stops a word. But when we do include-path completion
we actually want to not do that.

This patch implements that by reusing our existing include path
parser and then overwrites the corresponding model functions.

Note that the code completion box still "hides" after writing the
first "-", which I have not yet figured out why. Manual code
completion works in this case now, though. In general, this patch
improves quite a few things already so I'm pushing this early.

M  +6-21   languages/clang/codecompletion/includepathcompletioncontext.cpp
M  +18   -0languages/clang/codecompletion/includepathcompletioncontext.h
M  +32   -15   languages/clang/codecompletion/model.cpp
M  +4-0languages/clang/codecompletion/model.h
M  +14   -1languages/clang/tests/test_codecompletion.cpp

https://commits.kde.org/kdevelop/fcba3835397bf1c830e56a0c7487c5c1ac329b40

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