[texworks] texworks Digest, Vol 28, Issue 8

Peter Hertel peter.hertel at uni-osnabrueck.de
Thu Nov 4 22:57:08 CET 2010


I use the TW version which I get when updating Ubuntu 10.04 the normal 
way via Synaptic Package Manager. This currently is r.466. My keyboard 
is German, but I use the English/US locale. All other programs, such as 
OpenOffice, work fine. It is just the TW editor which behaves oddly when 
using the control+C and control+V mechanisms to transport pieces of code 
from one file to another. I did not yet try the menu way 
Edit/Cut/Copy/Paste.
Regards, Peter Hertel

On 2010-11-04 20:26, texworks-request at tug.org wrote:
> yyout Send texworks mailing list submissions to
> 	texworks at tug.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://tug.org/mailman/listinfo/texworks
> or, via email, send a message with subject or body 'help' to
> 	texworks-request at tug.org
>
> You can reach the person managing the list at
> 	texworks-owner at tug.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of texworks digest..."
>
>
> Today's Topics:
>
>     1. Re: Scripts: Globals (Stefan L?ffler)
>     2. Re: Scripts: Exploration of TW objects (Paul A Norman)
>     3. question (Phillip Burns)
>     4. Problems with ctrl+A, ctrl+C and ctrl+V (Peter Hertel)
>     5. Re: Problems with ctrl+A, ctrl+C and ctrl+V (Joseph Wright)
>     6. Re: Problems with ctrl+A, ctrl+C and ctrl+V (Stefan L?ffler)
>     7. Re: Tiny menu design flaw (Stefan L?ffler)
>     8. Re: question (Stefan L?ffler)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 04 Nov 2010 12:52:28 +0100
> From: Stefan L?ffler<st.loeffler at gmail.com>
> To: texworks at tug.org
> Subject: Re: [texworks] Scripts: Globals
> Message-ID:<4CD29E7C.2000707 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Am 2010-11-03 22:51, schrieb Paul A Norman:
>    
>> Thanks Stefan,
>>      
> No problem :).
>
>    
>> Thought it was time to nail a few things down, and pass my
>> understanding  past someone to make sure I was getting  right on a few
>> things.
>>      
> Sure, anytime.
>
>    
>> Hope to use all this recent  info gathering for "the common good" -
>> got a couple of things in in the pipeline.
>>      
> That's great :).
>
>    
>> Just another quick one, - will scirpts with ui dialogs be making it
>> into ver 0.4 stable release?
>>      
> I guess so. 0.4 has not really been nailed down / carved in stone yet,
> but I don't see a reason for ui dialogs to be removed until then.
>
> Cheers,
> Stefan
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 5 Nov 2010 01:38:20 +1300
> From: Paul A Norman<paul.a.norman at gmail.com>
> To: "Discuss the TeXworks front end."<texworks at tug.org>
> Subject: Re: [texworks] Scripts: Exploration of TW objects
> Message-ID:
> 	<AANLkTik5KDH6Vde7hPkkubkdi1d6zOksy-VOHayCBSwE at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> From: http://doc.trolltech.com/4.4/qtscript.html
>
> "Accessing Child QObjects
>
> "Every named child of the QObject (that is, for which
> QObject::objectName() is not an empty string) is by default available
> as a property of the QtScript wrapper object. For example, if you have
> a QDialog with a child widget whose objectName property is "okButton",
> you can access this object in script code through the expression"
>
> Paul
>
> On 4 November 2010 22:52, Paul A Norman<paul.a.norman at gmail.com>  wrote:
>    
>> Put this (the below) as a script, I called it tw_OBJECTS.js in a script folder.
>>
>> Refresh scripts.
>>
>> Position the cursor ?in a New blank document in Tw.
>>
>> And run the script.
>>
>> Does the result suggest that all the found children can in some way be
>> slotted into and even **safely** called by QtScript?
>>
>> Paul
>>
>> //TeXworksScript
>> //Title: ?Experimental TW
>> //Description: Exploration of TW objects
>> //Author: ?Paul A. Norman
>> //Version: 0.3
>> //Date: ?2010-11-04
>> //Script-Type: standalone
>> //Context: TeXDocument
>> //Shortcut: Alt+T, Alt+W
>>
>>
>> // TW.information(null, "", TW.app.findChildren());
>>
>> ?study = TW.target.findChildren() +'';
>> ?study = study.replace(/,/g,",\n")
>>
>> TW.target.insertText(study);
>>
>> ?null;
>>
>> //========== Results ===========
>>
>>      
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 4 Nov 2010 08:35:04 -0600
> From: "Phillip Burns"<pburns001 at gmail.com>
> To:<texworks at tug.org>
> Subject: [texworks] question
> Message-ID:<000901cb7c2d$7a0b3b00$6e21b100$@com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi, could someone tell me how to select the default folder on Windows for
> where an open file or save file command uses?
>
> thanks, Phillip Burns
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:<http://tug.org/pipermail/texworks/attachments/20101104/2347e94c/attachment-0001.html>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 04 Nov 2010 18:23:10 +0100
> From: Peter Hertel<peter.hertel at uni-osnabrueck.de>
> To: texworks at tug.org
> Subject: [texworks] Problems with ctrl+A, ctrl+C and ctrl+V
> Message-ID:<4CD2EBFE.3030404 at uni-osnabrueck.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hallo to all TW fans!
> I have reported a serious problem more than once, but did not receive an
> answer so far.  My computer, a normal laptop, runs Ubuntu 10.04. When I
> control-copy a certain text from an outside file and insert it into an
> open TeX file, it often happens that the copied text is inserted more
> than once, at different locations, and not only where I want it to
> appear. Up to now I could not detect a misbehavior pattern. Am I the
> only one who has this sort of problem? Your discussion on scripting
> appears rather marginal to me.
> Regards, Peter
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 04 Nov 2010 17:28:58 +0000
> From: Joseph Wright<joseph.wright at morningstar2.co.uk>
> To: texworks at tug.org
> Subject: Re: [texworks] Problems with ctrl+A, ctrl+C and ctrl+V
> Message-ID:<4CD2ED5A.7070509 at morningstar2.co.uk>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 04/11/2010 17:23, Peter Hertel wrote:
>    
>> Hallo to all TW fans!
>> I have reported a serious problem more than once, but did not receive an
>> answer so far. My computer, a normal laptop, runs Ubuntu 10.04. When I
>> control-copy a certain text from an outside file and insert it into an
>> open TeX file, it often happens that the copied text is inserted more
>> than once, at different locations, and not only where I want it to
>> appear. Up to now I could not detect a misbehavior pattern. Am I the
>> only one who has this sort of problem? Your discussion on scripting
>> appears rather marginal to me.
>> Regards, Peter
>>
>>      
> Which version of TeXworks are you using. For me, downloading from
> http://code.google.com/p/texworks/source/checkout and building the code
> always seems to have been okay on Ubuntu. That said, this is not my
> front-line system.
> --
> Joseph Wright
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 04 Nov 2010 20:19:36 +0100
> From: Stefan L?ffler<st.loeffler at gmail.com>
> To: texworks at tug.org
> Subject: Re: [texworks] Problems with ctrl+A, ctrl+C and ctrl+V
> Message-ID:<4CD30748.205 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> Am 2010-11-04 18:23, schrieb Peter Hertel:
>    
>> Hallo to all TW fans!
>> I have reported a serious problem more than once, but did not receive
>> an answer so far.  My computer, a normal laptop, runs Ubuntu 10.04.
>> When I control-copy a certain text from an outside file and insert it
>> into an open TeX file, it often happens that the copied text is
>> inserted more than once, at different locations, and not only where I
>> want it to appear. Up to now I could not detect a misbehavior pattern.
>> Am I the only one who has this sort of problem? Your discussion on
>> scripting appears rather marginal to me.
>>      
> sorry, I was meaning to get back to you on your last mail, but it
> apparently got buried below the piles of other new messages...
> Anyway, I've been using Tw on Ubuntu for quite some time, and so far
> haven't experienced such problems. A few general questions:
>   * In one of your last mails, you wrote you're using Tw r.466 - is there
> a particular reason you haven't updated to r671? Does it still occur
> with r671?
>   * Do you have any special keyboard setup/layout/...?
>   * From your message's subject, I guess this happens with keyboard
> shortcuts?
>   * Does it happen when using menu commands?
>   * Does it happen when pasting selected text using the middle mouse button?
>   * Does it happen with all applications/data?
>
> HTH
> Stefan
>
> PS re. scripting: this may seem marginal to you, but it has been a
> fairly large focus since 0.2. As such, a lot of questions arise, which
> generally are relatively easy to answer ;).
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 04 Nov 2010 20:22:30 +0100
> From: Stefan L?ffler<st.loeffler at gmail.com>
> To: texworks at tug.org
> Subject: Re: [texworks] Tiny menu design flaw
> Message-ID:<4CD307F6.4080308 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> Am 2010-10-22 16:00, schrieb Herbert Schulz:
>    
>> While you're at it... If I use a longer tool name I get overflow in
>> the source toolbar tool popup menu.
>> This is on the Mac with TeXworks 0.3r567.
>>      
> strange, this works for me on Linux - at least after restarting Tw (when
> the drop-down widget is recreated). Maybe this has something to do with
> how the Mac aligns widgets. Unfortunately, I'm at a loss here as I'm
> neither a Mac expert nor do I have one for testing...
> Maybe someone else can give a hint on this?
>
> -Stefan
>
>
> ------------------------------
>
> Message: 8
> Date: Thu, 04 Nov 2010 20:26:47 +0100
> From: Stefan L?ffler<st.loeffler at gmail.com>
> To: texworks at tug.org
> Subject: Re: [texworks] question
> Message-ID:<4CD308F7.5000602 at gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> Am 2010-11-04 15:35, schrieb Phillip Burns:
>    
>> Hi, could someone tell me how to select the default folder on Windows
>> for where an open file or save file command uses?
>>
>>      
> I assume you're talking about the open and save file dialog boxes (i.e.,
> not about where latex puts its files)? In this case, the last used
> directory should be used by default. This is saved in the settings,
> which on Windows are stored in the registry by default (if no such
> setting is found, the home directory is used by default).
>
> HTH
> Stefan
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:<http://tug.org/pipermail/texworks/attachments/20101104/6b5f8bac/attachment.html>
>
> ------------------------------
>
> _______________________________________________
> texworks mailing list
> texworks at tug.org
> http://tug.org/mailman/listinfo/texworks
>
>
> End of texworks Digest, Vol 28, Issue 8
> ***************************************
>
>    


More information about the texworks mailing list