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

Reply via email to