InsaneDoggo
InsaneDoggo
This might happen due to xml attribute **app:tag_theme="pure_teal"**. Especially if you copy paste example from readme. Btw when you change theme dynamically it applies to newly added tags only -...
I use workaround: create another viewType special for loader + two layouts, first - as wrapper/container for **Skeleton.bind(View)** approach, second - skeleton layout itself. In adapter's onCreateViewHolder method you need...
> put all template keys to a dropdown list You mean right-click context menu -> new -> default IDE actions + lisft of templates? > mark multiple templates as favourite...
Templates can be located in different paths, no way to collect them all automatically. It's possible to scan specified by user dirs. I can't completely replace file input, but providing...
Technically dropdown doesn't require this restriction, it could load templates from **[IDEA Path]/config/packageTemplates**. User can save all templates to this dir and never use **select dialog**. **Custom location** feature will...
Hi, thx for feedback. I will try to develop some features for your request. P.S. What you mean by **imports for sub packages**, TextInjections?
Oh.. i miss this feature too and already have some ideas about possible solution. Currently you can use dummy variables + [Velocity engine](http://velocity.apache.org/engine/1.7/index.html) (Supported in FileTemplates by default) as temporary...
Hi, which version do u use? (from releases or from #2 )?
After spending some time in seven hells I have reproduced bug in VirtualBox with macOS. Unfortunatelly AppCode isn't open source, so i cant debug it like i do it with...
According to [documentation](https://www.jetbrains.com/help/objc/2016.3/creating-groups.html?search=group) > A Group is an Xcode project model concept Unfortunatelly Idea Core platform know nothing about Groups. This functionality implemented in closed-source AppCode. All what i can...