Miguel
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 2
-
Miguel 创建了一个帖子, How to execute functions in file templates?
I simply want to camelcase the filename. I can't find any ressources on this. Here's what I tried: #set( $name = camelCase($NAME) ) $name #set( $name = $camelCase($NAME) ) $name #set( $name =... -
Miguel 创建了一个帖子, Show Unfold arrow on x minimum lines of code
Is it possible to show this unfold-arrow (on the left, right after the line number) only at a minimum lines of code of the function? I would like to disable that arrow for functions, which contains...