Author Topic: "R" and adaptive formatting?  (Read 2338 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
"R" and adaptive formatting?
« on: August 01, 2018, 12:38:31 AM »
"R" doesn't seem to adapt to actual indent amount in the source file.

How can I see what Adaptive formatting thinks the settings ought to be?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: "R" and adaptive formatting?
« Reply #1 on: August 02, 2018, 09:21:59 PM »
The adaptive_format_stats command displays stats. Adaptive formatting parser for R doesn't seem to count indent examples until a line is indented >=9. We'll need to change that for R since there's code at the outer most level. Easy change and it's done for other languages (h files for C++).

Fixed for next beta.