JoostvanPinxten
JoostvanPinxten
Sounds good to me. I hope to have some time tonight, but I am also OK if someone else picks this up.
I only know the resulting documentation, not where the sources are. There are [quite a few places where e.g. std is used](https://pandas.pydata.org/docs/search.html?q=std). A few samples: [GroupBy std](https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.core.groupby.GroupBy.std.html) [DataFrameGroupBy std](https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.std.html) [SeriesGroupBy...
In addition, when there is an exception in any of the property/loop macros, it is useful to know that the transient models can be used to show where the generation...
I haven't tested this change with the flow language, but the tab literal works quite well in combination with the indentlayout. Of course, contrary to this tab construct, the indent...
@eugenschindler this might be a great way to check #159 ;-)
I should still fix two things: - On copy unstructured text (keep tab literals), remove empty words (e.g. tab at start of line, or two consecutive tabs) - The tab...
Perhaps I'm missing something, but I don't see how the PasteAsJavaClass, PasteAsJavaMethods, and PasteAsJavaStatements are actually bound to a key combination (Ctrl/Cmd+V). And the PlainTextPaster has already been implemented as...