Kale
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created Can't enable language injections
I have a custom language injection, but I can't check mark any of them in the settings--they are grayed out. I am using Community edition. Note that a plug-in I use called TeXiFy-IDEA created the l... -
Created Language injection between prefix and suffix
I would automatically like to inject the Lua language between the text `\begin{luacode}` and `\end{luacode}`, but I am unable to apply the setting after creating the template. Do I need to populate... -
Created Inspection toggling macro
Hi all. During my regular workflow, I personally have two states of work. 1: coding, and 2: fixing my code. When coding, I like to completely disable inspections (except for spell check) to reduce ... -
Created Create a macro to open current file in another program? (eg. open an active .tex file in TeXstudio)
I love the look, familiarity, and shortcuts that PyCharm provides, so much so that I'd like to use it for writing LaTeX. I do however need to use TeXstudio occasionally (I find it's error feedback ... -
Edited Avoid reloading large data file / loading variable from console
AnsweredI have a pickled pandas data frame that I want to plot some rows from. It takes about 1 minute to un-pickle the data frame. When looking at the data, I may plot Row 1, see how it looks, and then re...