Feature #314
TheIDE: Assist++ support for RPC_METHOD and RPC_GMETHOD defines
Status: | Approved | Start date: | 07/25/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 100% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
As for SKYLARK define, it is possible to create the same capability for U++ RPC methods, by replacing defines with function definitions.
Also I suggest to rename rpc_method_##name(RpcData& rpc)
to name(RpcData& rpc)
inside defines.
History
#1 Updated by Sender Ghost about 12 years ago
- File 314_uppsrc.diff added
- Status changed from New to Patch ready
- % Done changed from 0 to 100
#2 Updated by Sender Ghost about 12 years ago
- File deleted (
314_uppsrc.diff)
#3 Updated by Sender Ghost about 12 years ago
- File 314_uppsrc.diff added
#4 Updated by Miroslav Fidler about 12 years ago
- Status changed from Patch ready to Approved
It is sort of useless as you are never calling those methods directly from the code, but it is harmless as well (and highlighting is sort of nice) -> patch applied.