Working with TCL

Kevin Funk kfunk at kde.org
Mon May 4 10:27:36 BST 2015


On Monday, May 04, 2015 12:13:49 Leon Pollak wrote:
> On Sunday 03 May 2015 18:45:38 René J.V. Bertin wrote:
> > On Sunday May 03 2015 13:45:37 Leon Pollak wrote:
> > > http://wiki.tcl.tk/15759
> > > But as it is a bit old, I suppose it was lost on its way...:-)
> > 
> > Nope, still there, only moved to
> > Settings|Configure Editor|Open/Save|Modes & Filetypes
> > There's already a Scripts/Tcl/Tk entry.
> 
> Yep, but except highlighting it also mentions:
> -Source code folding.
> -Can search unix man pages for highlighted words in editor (nice)

> And I do not know how to use this, if it exist...:-(
> Especially the first - folding.

Source code folding enables you to fold lines such as:

{
  # ..
}

into:

{
}

Make sure the folding markers are enabled in Kate:
  View -> Code Folding -> [x] Show Folding Markers

Now pressing on the triangle on the border bar folds the code.
 
> Really missing is also list of 'proc' in the file...

For that you'd need proper language support, this cannot be done by syntax 
highlighting files.
 
> Thanks

Greets

-- 
Kevin Funk | kfunk at kde.org | http://kfunk.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20150504/23939ea1/attachment.sig>


More information about the KDevelop mailing list