Pelles C > Feature requests

Just a few wishes.. (for christmas)

(1/2) > >>

kobold:
... why not include a line counter? Several comilers are showing how many lines my code has - PellesC not. It is not really important, but informative.

... why not a 'function tree' function, where i can see which function calls which other function(s)? (For those people who hate drawing plans of their programs like me)

Thats all till now.

AlexN:

--- Quote from: "kobold" ---... why not include a line counter? Several comilers are showing how many lines my code has - PellesC not. It is not really important, but informative.

... why not a 'function tree' function, where i can see which function calls which other function(s)? (For those people who hate drawing plans of their programs like me)

Thats all till now.
--- End quote ---


This sounds like problems you can easily solve by writing an addin. :twisted:

frankie:

--- Quote from: "kobold" ---... why not include a line counter? Several comilers are showing how many lines my code has - PellesC not. It is not really important, but informative.

--- End quote ---


From main menu Source --> View linenumbers

kobold:
Yes i could write an add in... i could do so much... *dream*


--- Quote ---From main menu Source --> View linenumbers
--- End quote ---


Is on, but thats not that what i mean. I would like to know the number of lines (without blanks, comments) of the whole project (every *.c file in it) together.

Pelle:

--- Quote from: "kobold" ---... why not include a line counter? Several comilers are showing how many lines my code has - PellesC not. It is not really important, but informative.
--- End quote ---

Source code metrics, cyclomatic complexity, and stuff like that, can sometimes be useful - but I don't think it's generally useful enough to be part of the "core" package. It should probably be implemented as an add-in. It has been an idea for a long time, but other things have been (so far) more important...


--- Quote from: "kobold" ---
... why not a 'function tree' function, where i can see which function calls which other function(s)? (For those people who hate drawing plans of their programs like me)
--- End quote ---

Also useful, and probably also as an add-in. Drawing the tree, especially a large one, isn't exactly trivial...

Pelle

Navigation

[0] Message Index

[#] Next page

Go to full version