Quantcast
Channel: UltraEdit, UltraCompare, UEStudio forums
Viewing all articles
Browse latest Browse all 89

Syntax Highlighting • Any way to add a graphicly line prior to a function call?

$
0
0
UltraEdit does not support showing text in a document window like a comment line which does not exist in the displayed text file.

It is possible to get a page break (usually the control character form-feed) stored in the file displayed as thin horizontal black line.

PS: I have such comment lines really in my C/C++ files:

Code:

// === FunctionName ======================================================================================//! \brief Short Doxygen description for the function.//!//! \param[in]  iInputParaName    Short Doxygen description for the input parameter if there is one//! \param[out] iOutputParaName   Short Doxygen description for the output parameter if there is one//! \return                       Short Doxygen description for the return value if there is one//!//! Full Doxygen description for the function, its input and output parameters and its return value.//! Many functions have only a brief Doxygen description, especially functions used only internally.// Standard comments for the function not included in documentation generated by Doxygen if// such additional comments are needed for better understanding the function and its usage.bool ClassName::FunctionName(const int iInputParaName, int& iOutputParaName) const{    // Function code with standard comments.    return false;}
The usage of smart templates and small scripts help a lot on creating a new function with comments.

Do you know the code folding feature of UltraEdit with additional customizable display of vertical lines for indents?

The function list also helps a lot finding a function quickly in a source code file.

statistics: Posted by Mofi16:16 - Today — Replies 1 — Views 35



Viewing all articles
Browse latest Browse all 89

Latest Images

Trending Articles





Latest Images