CallSharp icon indicating copy to clipboard operation
CallSharp copied to clipboard

Show methods realisation for choosen chain

Open AgathokakologicalBit opened this issue 9 years ago • 3 comments

It will be much more useful to have popup window, wich shows code that was used in given method. For example strings doesn't have 'Reverse' method, but we can implement it by hands. And for user who want to use our method it will be much easier to see how we made this function.

C# doesn't have built-in tools to get functions code as string, so we should make our methods as string, and then compile them on start of the program.

AgathokakologicalBit avatar Dec 25 '16 19:12 AgathokakologicalBit

@Mikhail158 I'm not quite sure where specifically you think a popup should appear. Care to elaborate?

nesteruk avatar Dec 25 '16 20:12 nesteruk

@nesteruk It should be like second Window. I can help, but only if you will help me to understand your code structure.

AgathokakologicalBit avatar Dec 25 '16 20:12 AgathokakologicalBit

Any chance you could draw a picture of what you'd like to achieve? No need to use a prototyping tool, a simple sketch will do. Or just ping me on skype (dmitri.nesteruk) and we can take it from there.

On 25 December 2016 at 23:17, Michael Ermishin [email protected] wrote:

@nesteruk https://github.com/nesteruk It should be like second Window. I can help, but only if you will help me to understand your code structure.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nesteruk/CallSharp/issues/8#issuecomment-269135988, or mute the thread https://github.com/notifications/unsubscribe-auth/AAcoNs2fqfZ9m87durNMw03RGSQfmu04ks5rLs9ngaJpZM4LVdH5 .

-- Dmitri Nesteruk [email protected] skype: dmitri.nesteruk

nesteruk avatar Dec 25 '16 20:12 nesteruk