[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2018-10-27 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=377026

Andrew Crouthamel  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from Andrew Crouthamel  ---
Dear Bug Submitter,

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 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2018-09-27 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=377026

Andrew Crouthamel  changed:

   What|Removed |Added

   Keywords||triaged

--- Comment #9 from Andrew Crouthamel  ---
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 set the bug
status 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 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-03-01 Thread Petros
https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #8 from Petros  ---
No worries ;)

Anyway, these are just some ideas. They may lead to other ideas or they may
not. Either way KDevelop is pretty competitive and I have trust in the
developers that if they find something nice, they will implement it.

Besides it's not bad afterall if a feature or idea is taken from another IDE.
Have a nice day :)

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #7 from Sven Brauch  ---
Sorry, that is the snippets plugin I was talking about. It's called "template
engine" internally, so I got confused ;)

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #6 from Sven Brauch  ---
Templates are fully scriptable and you can have editable fields for e.g. the
class name. You can also generate code depending on the content of editable
template fields. It's not a dialog, but it's pretty close I think ... for
example the "give classname, have fitting constructor / destructor created" is
trivial with it, just write something like

class ${class} {
  ${class}();
  virtual ~${class}();
};

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Petros
https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #5 from Petros  ---
(In reply to Sven Brauch from comment #4)
> But that is what the snippets plugin does, no?

As far as I know I can't interactively give properties (eg name for the class,
the functor or even if a default (de)constructor should appear in it). I hope
you get the idea of full customisability that I am talking here. Sure, I as a
developer will write the code; not a kdevelop template will. But it would be
nice to just give the name of the class in a dialog, click if a default
constructor is to be shown and voila. I can have a customized skeleton where I
want it and start doing exactly this; write just the code.

This might not be restricted to classes only; it's just that I can't imagine
another c++ feature that can be created like this.

Ok I have to admit that for c++ templates, a snippset with a small skeleton
might cut it. Nothing here to interactively ask the user and append to the
template.

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #4 from Sven Brauch  ---
> But for a class, a functor or even a (C++) Template skeleton, I don't always 
> wish to create new files with a (kdevelop) template, but rather write a 
> simple, 
> small class, or Template in place, in the file I am currently working. 

But that is what the snippets plugin does, no?

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Petros
https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #3 from Petros  ---
And yes I did miss the snippset plugin.

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Petros
https://bugs.kde.org/show_bug.cgi?id=377026

--- Comment #2 from Petros  ---
(In reply to Sven Brauch from comment #1)

> Maybe you just haven't used the snippets plugin yet? ;)

First, I think you did unsterstand correctly. Indeed I can create a snippset
for lambda, which can be triggered when Cnt+Space shows autocomplete and
snippsets.

But for a class, a functor or even a (C++) Template skeleton, I don't always
wish to create new files with a (kdevelop) template, but rather write a simple,
small class, or Template in place, in the file I am currently working. 

So, would you consider usefull a feature that does exactly the same thing
without creating new files but placing inside an existing one?

PS. Thank you for the clarification though.

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=377026

Sven Brauch  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@svenbrauch.de

--- Comment #1 from Sven Brauch  ---
I'm not sure I understand this wish correctly. We have the snippets plugin from
kate which does pretty much exactly that interactively in the editor, and we
have the template stuff which does pretty much exactly that but with dialogs.
What workflow do you miss? There is certainly no place for yet another workflow
between those two IMO.

Maybe you just haven't used the snippets plugin yet? ;)

Greetings,
Sven

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

[kdevelop] [Bug 377026] KDevelop should provide a menu for placing to the cursor some C++ features.

2017-02-28 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=377026

Kevin Funk  changed:

   What|Removed |Added

Summary|[Wish] KDevelop should  |KDevelop should provide a
   |provide a menu for placing  |menu for placing to the
   |to the cursor some C++  |cursor some C++ features.
   |features.   |
   Severity|normal  |wishlist

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