Is that new PrpShop available?
I shudder at the idea of losing PageEditor and not having a replacement.
Getting libHSPlasma and PlasmaShop
Re: Geting libPlasma and PlasmaShop
Chacal
"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
- Zrax
- Posts: 206
- Joined: Fri Sep 28, 2007 5:19 pm
- MOULa KI#: 0
- Location: Waist-deep in a conecano
- Contact:
Re: Geting libPlasma and PlasmaShop
Yes, PrpShop has been available for a while now (although, like I say, I never made a big announcement about it). It's included as part of the installer package for PlasmaShop 3 (as well as VaultShop)... Soon, I plan to have the PRC editing functionality save too (dialog editors already do saving, of course), and once that's done, I'll be sure to mention it here. However, for now, if you need to save PRC (and you don't have your copy of PageEditor around any more), you can still use prcc and prcdc on individual objects, which PrpShop can import and export for you...
- Agenotfound
- Posts: 189
- Joined: Mon Jun 29, 2009 7:15 am
- MOULa KI#: 0
Re: Geting libPlasma and PlasmaShop
About prp shop, if it's going to replace PageEditor could it be possible to make it easier to acces the PRCs - i know that right clicking and select "open PRC" isn't much but when you want to browse the files real fast to have an overview it becomes quite painful. So i don't know but could it be possible to make them open with something like Ctrl-click or have a button to press in the main tab to open the PRC by default or something like that ? - if it's not too much work of course.
It's not much but it would make things more confortable.
EDIT: and/or maybe that the files that have no editor open the PRC by default instead of saying "no editor available yet"
It's not much but it would make things more confortable.
EDIT: and/or maybe that the files that have no editor open the PRC by default instead of saying "no editor available yet"

- Zrax
- Posts: 206
- Joined: Fri Sep 28, 2007 5:19 pm
- MOULa KI#: 0
- Location: Waist-deep in a conecano
- Contact:
Re: Getting libHSPlasma and PlasmaShop
For those that haven't already noticed, the libHSPlasma and PlasmaShop projects are now hosted on Mercurial rather than SVN... I was finally sold on how cool it is, so I went ahead and moved my projects over
.
The updated URLs are reflected in the top post, but aside from needing a new set of tools, it should be mostly the same as before...

The updated URLs are reflected in the top post, but aside from needing a new set of tools, it should be mostly the same as before...
-
- Deep Island Admin
- Posts: 2972
- Joined: Mon May 05, 2008 5:50 am
- MOULa KI#: 0
- Location: Germany
Re: Getting libHSPlasma and PlasmaShop
doh, why didn't you use git? 

I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
- Branan
- Gehn Shard Admin
- Posts: 694
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 66990
- Location: Portland, OR
Re: Getting libHSPlasma and PlasmaShop
diafero wrote:doh, why didn't you use git?
I vote for git too, before anyone gets too used to mercurial... if it's not too much trouble. I already use git-svn so I can use my preferred VCS locally. They only reason Age Creator is hosted on SVN is because that's what everyone else was using.

Your friendly neighborhood shard admin
-
- Deep Island Admin
- Posts: 2972
- Joined: Mon May 05, 2008 5:50 am
- MOULa KI#: 0
- Location: Germany
Re: Getting libHSPlasma and PlasmaShop
Well, I managed to include it in my "update them all" script and found a nice GUI to show the commits (hgtk). But I use git and git-svn for everything else, and I came to love it 
Is there something like git-hg?

Is there something like git-hg?

I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
"Many people's horizon is a circle with a radius of zero. They call it their point of view."
Deep Island Shard | Offline KI
Re: Getting libHSPlasma and PlasmaShop
I don't see a big difference between Mercurial and git? Can you explain why you like git more?
-
- Councilor of Technical Direction
- Posts: 2180
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 23335
- Location: South Georgia
- Contact:
Re: Getting libHSPlasma and PlasmaShop
Zrax wrote:For those that haven't already noticed, the libHSPlasma and PlasmaShop projects are now hosted on Mercurial rather than SVN... I was finally sold on how cool it is, so I went ahead and moved my projects over.
The updated URLs are reflected in the top post, but aside from needing a new set of tools, it should be mostly the same as before...
Congratulations on the move


diafero wrote:doh, why didn't you use git?
Git? Where's that puke emoticon? >.>

- Branan
- Gehn Shard Admin
- Posts: 694
- Joined: Fri Nov 16, 2007 9:45 pm
- MOULa KI#: 66990
- Location: Portland, OR
Re: Getting libHSPlasma and PlasmaShop
Mystler wrote:I don't see a big difference between Mercurial and git? Can you explain why you like git more?
Most of it has to do with my workflow. On the surface they're similar, but git makes it much easier to take a pile of commits and organize them into a few patches than Mercurial does. Anything involving editing commit history, including re-ordering, merging, splitting, and rebasing is discouraged by Mercurial. It's possible, but they make it difficult. In my opinion, though, When you're working on a local branch and want to sort things out to push upstream, it's very handy to have those capabilities.
Also, Mercurial branches are still a little more difficult to work with than git branches, despite attempts to clean up Mercurial branching.
Between those two issues, my "branch, code, organize, push" workflow just doesn't work that well with Mercurial. Granted, the patches I've written for libHSPlasma have been fairly small so far, and haven't really required the power that git gives me. It's entirely possible Mercurial won't irritate me too badly.

Your friendly neighborhood shard admin