I am not alking about next steps. It's just a simple choice - is the whitespace before/after method collapsed or not? IMHO the whitespace after the method belongs to the method. The whitespace before the javadoc belongs to the javadoc, and if there's no javadoc belongs to method too.
By whitespace before/after method I mean a number of blank lines preceding/following a method as defined in ProjectSettings>Code Style>BlankLines "Andrey Tcherepanov" <[EMAIL PROTECTED]> wrote in message adg48o$1pv$[EMAIL PROTECTED]">news:adg48o$1pv$[EMAIL PROTECTED]... > As next step I rather see... > > public RTRecord rtRecord(...) ... > > to have all of them collapsed in one line. > > semikidding, > Andrey > > > "dimiter" <[EMAIL PROTECTED]> wrote in message > adg43j$1jh$[EMAIL PROTECTED]">news:adg43j$1jh$[EMAIL PROTECTED]... > > Any comments on this? > > I'd rather like to see this: > > ............... > > public RTRecord rtRecord(String symbol) {...} > > public RTRecord rtRecord(String symbol, RTRecordClient client) {...} > > public RTRecord rtRecord(String symbol, int fids[]) {...} > > public RTRecord rtRecord(String symbol, String fieldNames[]) {...} > > public RTRecord rtRecord(String name, int fids[], RTRecordClient client) > > {...} > > public RTRecord rtRecord(String name, String fieldNames[], RTRecordClient > > client) {...} > > private RTRecord getRTRecord(String symbol, FidDefinition[] fidDefs) {...} > > > > protected void resubscribe() {...} > > public RecordChain recordChain(String symbol) {...} > > public RecordChain recordChain(String symbol, RecordChainClient client) > > {...} > > public RecordChain recordChain(String symbol, RecordChainClient client, > int > > maxLinks) {...} > > > > ............... > > > > > > > > Instead if this: > > ............... > > public RTRecord rtRecord(String symbol) {...} > > > > public RTRecord rtRecord(String symbol, RTRecordClient client) {...} > > > > public RTRecord rtRecord(String symbol, int fids[]) {...} > > > > public RTRecord rtRecord(String symbol, String fieldNames[]) {...} > > > > public RTRecord rtRecord(String name, int fids[], RTRecordClient client) > > {...} > > > > public RTRecord rtRecord(String name, String fieldNames[], RTRecordClient > > client) {...} > > > > private RTRecord getRTRecord(String symbol, FidDefinition[] fidDefs) {...} > > > > > > protected void resubscribe() {...} > > > > public RecordChain recordChain(String symbol) {...} > > > > public RecordChain recordChain(String symbol, RecordChainClient client) > > {...} > > > > public RecordChain recordChain(String symbol, RecordChainClient client, > int > > maxLinks) {...} > > > > ............... > > > > > > "dimiter" <[EMAIL PROTECTED]> wrote in message > > news:ad84p0$llr$[EMAIL PROTECTED]... > > > I'd like the code folding feature to fold a the blank lines before and > > after > > > a folded block based on ProjectSettings>Code Style>BlankLines > > > > > > > > > > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
