I leave a document open all the time in VP and VP is set as a login item so the doc opens at startup. VP tends to close the document intermittently. It seems...
Jason Carman
thebanite@...
Jul 4, 2009 12:47 am
1448
... Is your document encrypted by any chance? There's a preference under "General", at the bottom, which lets you setup a time interval for when to close an...
No encryption, I'm afraid. I've discovered the issue with other apps. Launchservices DB , maybe? ... [Non-text portions of this message have been removed]...
Jason Carman
thebanite@...
Jul 5, 2009 2:20 am
1450
I see Gus is encouraging us to move from using LUA to Python for plugin scripting. Is there an easy way to use Ruby (or even MacRuby) for plugin scripting? I'd...
+1 for Ruby support : ) There is a VoodooPad plugin on the rubycocoa source tree, but I have been unable to compile it (and I'm not even sure if it works with...
... That's the one you want. I haven't had a chance to look at it for a while, but it should work with the latest VoodooPad versions. The last time I played...
Hi, I have just tried for the first time using document sync via iDisk. Both clients are VP Prod 4.1.2. Now when I sync I see "Sync error: Could not determine...
Has anyone else had problems with python plugins in the latest development build. Just wondering if it is a problem with my system or a general issue. Getting...
Hmm. Something strange going on, when I print out all the page keys with their modified dates about 5% have a modified date of "None". That's pretty strange. ...
... Do you have iDisk syncing turned on by any chance? I haven't been able to reproduce it, but I think this can cause issues with VP's syncing. ... Yea- this...
... Is it only aliases that have a modified date of none? Since aliases are never modified, I'm not surprised that they don't have a modified date. I also...
Yes, it is only aliases. Everything else has a modified date. With VP 4.1 the script was working - I think that the aliases didn't appear at all in the list...
Mark Perrin
sezandpez@...
Jul 16, 2009 8:47 pm
1459
I'd like to make the ascii hyphen default for lists, instead of bullets or the unicode hyphen. Currently, I've been using the keyboard shortcut option-tab...
Is there a way to preserve tab depth when copying-and-pasting lists into external applications such as Mail? I find it *very* annoying that I have to fix my...
... There's a bunch of little key bindings like this that the system provides for free. There would be too many to put in the menus :) ... I wish I had a good...
... It works for me (on 10.6 at least) if you format the message as rich text. Are you doing that? thanks, -gus -- August 'Gus' Mueller Flying Meat Inc. ...
Well, that's weird. I'm clueless. For what it's worth, it worked fine for me. I created a new page called NewPageTemplate and that became the template for new...
The error you're seeing below isn't caused by the NewPageTemplate, it's caused by MobileMe giving you an error when you're trying to sync. I would first check...
Thanks you were right about mobileme and It seems to have done the trick with the ruler and new pages All though: "Note: Creating a "NewPageTemplate" page in...
I really really love the scripting ability built into VoodooPad. It does lead me to two related questions, though: 1) Is there more detailed Voodpad/Python...
Re: 1) I was looking for the equivalent of this Lua page: http://flyingmeat.com/voodoopad/docs/script%20plugins.html Re: 2) I guess I should have just guessed...
On Wed, Jul 29, 2009 at 11:54, Tom Carlson <tom@...> wrote: Re: 1) I was looking for the equivalent of this Lua page: ...
Johan™Strandberg
johanges@...
Jul 30, 2009 5:48 am
1474
... I really need to update that for Python. ... Yea, probably. I only say "it'll probably break", so not to encourage private api use. However, I'll send...
Is there a way of querying the attributes of the results of <attributed_string>.mutableString()? I want to see if a line has a strikethrough attribute, and...
You're looking for dir(), which returns a list of attributes of an object. Specifically you probably want to try something like: 'NSStrikethrough' in...