This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269172 - fortran source code format does not recognize function type
Summary: fortran source code format does not recognize function type
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-29 20:56 UTC by mug896
Modified: 2016-11-30 13:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (114.41 KB, image/gif)
2016-11-29 20:56 UTC, mug896
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mug896 2016-11-29 20:56:14 UTC
Created attachment 163082 [details]
screenshot

fortran source code format work well with real, integer ... return types

real function abc(...)
integer function abc(...)

but doesn't work well with "type()"

type(string80) function string_concat(...)

I have added screenshot