lib/base/tedit.cpp (see the second message in the linked thread for a diff).
On Mon, Feb 17, 2014 at 3:52 PM, Mike Day <[email protected]>wrote: > I never got round to trying your fix - what file contains the text > > `Tedit::promptreplace' > > that you mentioned way back? > Thanks, > Mike > > > On 17/02/2014 12:08, Marc Simpson wrote: > >> Re: (1), see the proposed fix in this thread: >> https://www.mail-archive.com/[email protected]/msg00762.html. >> >> >> On Mon, Feb 17, 2014 at 3:23 AM, Raul Miller <[email protected]> >> wrote: >> >> Three: yes. >>> >>> Four: then probably documentation comments or urls leading to relevant >>> documentation about how to manually update the settings is probably the >>> way >>> to go. >>> >>> Thanks, >>> >>> -- >>> Raul >>> >>> >>> >>> On Sun, Feb 16, 2014 at 10:19 PM, bill lam <[email protected]> wrote: >>> >>> One and Two: >>>> I think it is a bug or feature of the underlying qt widget that >>>> implement the qt ide. I do not use qt ide myself, Chris should >>>> know more on this. >>>> >>>> Thress: >>>> Did you mean graphical debugger? That was copied from J602. >>>> >>>> Four: >>>> This is hard to do it correctly because the program state is >>>> already different from that during booting. >>>> >>>> Thanks. >>>> >>>> Вс, 16 фев 2014, Raul Miller писал(а): >>>> >>>>> I've run into a few small issues with j801 that I do not like. >>>>> >>>>> One: the horizontal position of the screen depends on the width of the >>>>> >>>> last >>>> >>>>> line terminated by a lineend, rather than by the width of the final >>>>> >>>> line >>> >>>> (where the cursor is). >>>>> >>>>> This means I need to remember to hit enter after displaying a fat >>>>> >>>> result. >>> >>>> Two: turning on and off line numbers in an editing window affects all >>>>> windows. This means that if I turn on line numbers in an editing window >>>>> >>>> (so >>>> >>>>> I can find which line triggered an error) I need to wait for them to >>>>> >>>> appear >>>> >>>>> in the main window (which might be very large). Also, I cannot turn >>>>> >>>> them >>> >>>> off from the ijx window - I have to come back to the editing window to >>>>> >>>> do >>> >>>> that. >>>>> >>>>> Three: cutback (on the stack) frequently fails to do anything for me, >>>>> >>>> when >>>> >>>>> debugging. This was also an issue for me in j601 so I expect it's >>>>> >>>> probably >>>> >>>>> silent error handler or a resource limitation or something like that. I >>>>> know how to work around this kind of problem, but I worry about other >>>>> people. >>>>> >>>>> Four: the config windows (Edit->Configure..) do not include any >>>>> >>>> mechanism >>> >>>> to take effect immediately when they are run. Instead, they run in the >>>>> >>>> base >>>> >>>>> locale where they are just clutter. I can think of several options here >>>>> (something based on putting a cocurrent line at the top of each config >>>>> file, or a menu option to redigest the config scripts or even comments >>>>> describing how to update the live config) but for now updating config >>>>> involves starting a new J session and while that might be the best >>>>> >>>> approach >>>> >>>>> it still feels uncomfortable for me (it is hard to play with the config >>>>> scripts - I have to know which foreigns to use and/or where to locate >>>>> >>>> the >>> >>>> relevant code). >>>>> >>>>> Thanks, >>>>> >>>>> -- >>>>> Raul >>>>> ---------------------------------------------------------------------- >>>>> For information about J forums see http://www.jsoftware.com/forums.htm >>>>> >>>> -- >>>> regards, >>>> ==================================================== >>>> GPG key 1024D/4434BAB3 2008-08-24 >>>> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 >>>> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 >>>> ---------------------------------------------------------------------- >>>> For information about J forums see http://www.jsoftware.com/forums.htm >>>> >>> ---------------------------------------------------------------------- >>> For information about J forums see http://www.jsoftware.com/forums.htm >>> >>> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> > > > --- > This email is free from viruses and malware because avast! Antivirus > protection is active. > http://www.avast.com > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
