| Time |
S |
Nick |
Message |
| 00:05 |
|
|
castaway joined #padre |
| 00:53 |
|
Hyppolit |
svn: r15739 | adamk++ | http://padre.perlide.org/trac/changeset/15739 |
| 00:53 |
|
Hyppolit |
- The syntax highligher spawns the perl -c call with the unsaved file as |
| 00:53 |
|
Hyppolit |
STDIN rather than by filename. This seems to make things that rely on |
| 00:53 |
|
Hyppolit |
FindBin like Module::Install Makefile.PL files work properly (ADAMK) |
| 00:53 |
|
Hyppolit |
trunk/Padre/ trunk/Padre/lib/Padre/Document/Perl/ |
| 00:59 |
|
|
Alias_ joined #padre |
| 01:02 |
|
|
Di-ima joined #padre |
| 01:41 |
|
Hyppolit |
svn: r15740 | adamk++ | http://padre.perlide.org/trac/changeset/15740 |
| 01:41 |
|
Hyppolit |
- Some tools are more thorough about indicating they are not used (ADAMK) |
| 01:41 |
|
Hyppolit |
trunk/Padre/ trunk/Padre/lib/Padre/Document/Perl/ trunk/Padre/lib/Padre/Wx/ trunk/Padre/lib/Padre/Wx/Dialog/ trunk/Padre/lib/Padre/Wx/Role/ |
| 02:05 |
|
|
texxan joined #padre |
| 02:23 |
|
|
asarch joined #padre |
| 02:23 |
|
|
dj_goku joined #padre |
| 03:03 |
|
texxan |
http://codepad.org/FZPF6st <-- does this work for you in padre? |
| 03:13 |
|
Hyppolit |
svn: r15741 | szabgab++ | http://padre.perlide.org/trac/changeset/15741 |
| 03:13 |
|
Hyppolit |
Update the messages.pot file |
| 03:13 |
|
Hyppolit |
trunk/Padre/share/locale/ |
| 03:31 |
|
Hyppolit |
svn: r15742 | adamk++ | http://padre.perlide.org/trac/changeset/15742 |
| 03:31 |
|
Hyppolit |
Removed superfluous $DB::single |
| 03:31 |
|
Hyppolit |
trunk/Padre/lib/Padre/ |
| 03:48 |
|
Hyppolit |
svn: r15743 | adamk++ | http://padre.perlide.org/trac/changeset/15743 |
| 03:48 |
|
Hyppolit |
Call BOTH the task finish method, and the owner's on_finish method. |
| 03:48 |
|
Hyppolit |
|
| 03:48 |
|
Hyppolit |
This will temporarily break background tasks, I'll fix it in the next few hours. |
| 03:48 |
|
Hyppolit |
trunk/Padre/lib/Padre/ trunk/Padre/lib/Padre/Role/ trunk/Padre/lib/Padre/Wx/ |
| 03:48 |
|
Alias |
404 file not found |
| 03:49 |
|
|
red2 joined #padre |
| 03:50 |
|
red2 |
hey all |
| 03:50 |
|
red2 |
I just downloaded 0.9 padre |
| 03:50 |
|
red2 |
very nifty, however both 0.9 and .88 on my mac don't seem to show any output in the output section |
| 03:50 |
|
red2 |
This is the first time that I've used padre and I'm wondering if I'm missing something |
| 03:51 |
|
red2 |
I'm just doing a "hello world" example to get something into the output box |
| 03:51 |
|
Hyppolit |
svn: r15744 | adamk++ | http://padre.perlide.org/trac/changeset/15744 |
| 03:51 |
|
Hyppolit |
And now it works again |
| 03:51 |
|
Hyppolit |
trunk/Padre/lib/Padre/ trunk/Padre/lib/Padre/Role/ |
| 03:52 |
|
red2 |
when I run it, shouldn't I see the output in the Output box ? |
| 03:52 |
|
Alias |
The output box isn't for script output I think... |
| 03:52 |
|
Alias |
It's for Padre command output, from memory |
| 03:52 |
|
Alias |
Excellent point though |
| 03:52 |
|
Alias |
Script execution is not as mature as we would like |
| 03:53 |
|
Alias |
We're still polishing a lot of the editor basic |
| 03:53 |
|
Alias |
basics |
| 03:53 |
|
red2 |
So what are some examples of "Padre command output" |
| 03:53 |
|
red2 |
stderr? |
| 03:53 |
|
Alias |
oh wait, maybe it should be |
| 03:53 |
|
red2 |
I can't get anything into output at all ... |
| 03:53 |
|
red2 |
which seems a little bit weird |
| 03:54 |
|
Alias |
ok, mine doesn't work either |
| 03:54 |
|
Alias |
So it's not Mac specific |
| 03:54 |
|
red2 |
that's a relief ... has it ever worked? |
| 03:54 |
|
Alias |
Either 1) It's not working 2) It doesn't send to output window any more, but someone forgot to remove the ->show_output line that opens it |
| 03:55 |
|
red2 |
ok ... |
| 03:55 |
|
Alias |
For the moment, you can probably rely on the syntax highlighter to be stable and do what you mean, but I'd continue running scripts from command line |
| 03:55 |
|
red2 |
sure, it would be great if we could run and the output go to the Output box ... |
| 03:56 |
|
Alias |
That part or Padre needs some love. 0.92 will be a massive internals refactoring/breakage, so it's not likely to get addressed until 0.94 or 0.96 |
| 03:56 |
|
red2 |
if I'm on the command line to run, I might as well use vim :-) |
| 03:56 |
|
Alias |
It is arguably something that should be polished before 1.00 though |
| 03:56 |
|
red2 |
fair enough :-) |
| 03:56 |
|
red2 |
Look forward to it |
| 07:01 |
|
|
sugar joined #padre |
| 07:09 |
|
Hyppolit |
svn: r15745 | adamk++ | http://padre.perlide.org/trac/changeset/15745 |
| 07:09 |
|
Hyppolit |
Task objects no longer have access to the original owner in object form at any time. All reference to the owner is by id. |
| 07:09 |
|
Hyppolit |
trunk/Padre/lib/Padre/ trunk/Padre/lib/Padre/Role/ |
| 07:11 |
|
|
toi joined #padre |
| 07:13 |
|
Hyppolit |
svn: r15746 | szabgab++ | http://padre.perlide.org/trac/changeset/15746 |
| 07:13 |
|
Hyppolit |
Update the messages.pot file |
| 07:13 |
|
Hyppolit |
trunk/Padre/share/locale/ |
| 07:17 |
|
Hyppolit |
svn: r15747 | adamk++ | http://padre.perlide.org/trac/changeset/15747 |
| 07:17 |
|
Hyppolit |
Removed a $DB::single = 1; |
| 07:17 |
|
Hyppolit |
trunk/Padre/lib/Padre/Wx/ |
| 07:31 |
|
Hyppolit |
svn: r15748 | adamk++ | http://padre.perlide.org/trac/changeset/15748 |
| 07:31 |
|
Hyppolit |
Removed superfluous method |
| 07:31 |
|
Hyppolit |
trunk/Padre/lib/Padre/ |
| 07:37 |
|
|
danlucraft joined #padre |
| 07:47 |
|
|
Vovan joined #padre |
| 07:48 |
|
|
mj41 joined #padre |
| 08:06 |
|
|
danlucraft joined #padre |
| 08:25 |
|
|
daxim joined #padre |
| 08:34 |
|
|
danlucraft joined #padre |
| 09:19 |
|
|
bowtie joined #padre |
| 09:37 |
|
bowtie |
Alias, are you sure that 'red2' did not have use external window, as output to Output window works here |
| 09:38 |
|
bowtie |
using revision 15711 and 15748 :) |
| 09:42 |
|
Hyppolit |
svn: r15749 | adamk++ | http://padre.perlide.org/trac/changeset/15749 |
| 09:42 |
|
Hyppolit |
- Added support for task parents and owners being notified when a task has |
| 09:42 |
|
Hyppolit |
started running in the background (ADAMK) |
| 09:42 |
|
Hyppolit |
trunk/Padre/ trunk/Padre/lib/ trunk/Padre/lib/Padre/ |
| 09:43 |
|
Alias |
submersible_mib, submersible_toaster: Added your started handler, pass the event handler method name as $owner->task_request( on_run => 'owner_run_method', ... ) |
| 09:45 |
|
Hyppolit |
svn: r15750 | adamk++ | http://padre.perlide.org/trac/changeset/15750 |
| 09:45 |
|
Hyppolit |
Message tweak |
| 09:45 |
|
Hyppolit |
trunk/Padre/ |
| 09:49 |
|
|
danlucraf joined #padre |
| 10:04 |
|
|
dolmen joined #padre |
| 11:01 |
|
|
waxhead_droid joined #padre |
| 11:01 |
|
waxhead_droid |
woo... |
| 11:02 |
|
waxhead_droid |
new android tablet |
| 11:02 |
|
waxhead_droid |
:) |
| 11:02 |
|
El_Che |
hey |
| 11:02 |
|
waxhead_droid |
hey El_Che |
| 11:02 |
|
waxhead_droid |
cool.. tab complete |
| 11:02 |
|
El_Che |
doing the droid? |
| 11:03 |
|
El_Che |
the ipad free irc clients suck so far |
| 11:03 |
|
waxhead_droid |
trying out a few of the android ones |
| 11:03 |
|
waxhead_droid |
tablet form means that they have to catch up |
| 11:03 |
|
waxhead_droid |
this one seems ok... |
| 11:03 |
|
waxhead_droid |
good enough to do the job |
| 11:03 |
|
El_Che |
what did you get? |
| 11:04 |
|
waxhead_droid |
the asus transformter |
| 11:04 |
|
waxhead_droid |
transformer even |
| 11:04 |
|
waxhead_droid |
I like the idea of the keyboard |
| 11:04 |
|
waxhead_droid |
while not great, works well enough |
| 11:04 |
|
El_Che |
(I studied the options a little befre buying the ipad (for reading pdf mostly) and the android were more expensive) |
| 11:04 |
|
submersible_toaster |
Alias: something curious |
| 11:05 |
|
waxhead_droid |
I think this has a nice mixture of being useful and practical |
| 11:05 |
|
waxhead_droid |
the keyboard detatches... |
| 11:06 |
|
submersible_toaster |
tasks started by plugins which are enabled @ editor start , can crash the editor, in plugin manager , wrapped by a error box |
| 11:06 |
|
El_Che |
I find that tablets are useful consumer devices |
| 11:06 |
|
waxhead_droid |
at least the screen size will save my eyes somewhat... easier to read than the phone.. :) |
| 11:06 |
|
El_Che |
when you need to create I use my laptop |
| 11:06 |
|
waxhead_droid |
El_Che: sure.. to create go the laptop... but i can see real use with the clip on/off keyboard |
| 11:07 |
|
El_Che |
yes, as a last resort once away |
| 11:07 |
|
El_Che |
I am going to london for one week |
| 11:07 |
|
El_Che |
if my ipad had a keyboard I may take it instead of laptop |
| 11:07 |
|
El_Che |
things like that |
| 11:07 |
|
waxhead_droid |
I need to find music players and media players and put an SD card in it then i'm ready to go.. :) |
| 11:08 |
|
El_Che |
(thinking about it, I need something to crack wifi as wellà |
| 11:08 |
|
El_Che |
:) |
| 11:08 |
|
waxhead_droid |
of course |
| 11:08 |
|
waxhead_droid |
any major issues with Padre 0.90? |
| 11:08 |
|
waxhead_droid |
I need to read through the back log at some point |
| 11:08 |
|
El_Che |
to my shame, I havent tried it yet |
| 11:10 |
|
waxhead_droid |
it's installed on all my systems now.. |
| 11:10 |
|
waxhead_droid |
just need to get to writing code again |
| 11:11 |
|
waxhead_droid |
oh SAweet! squiggles! |
| 11:13 |
|
Hyppolit |
svn: r15751 | szabgab++ | http://padre.perlide.org/trac/changeset/15751 |
| 11:13 |
|
Hyppolit |
Update the messages.pot file |
| 11:13 |
|
Hyppolit |
trunk/Padre/share/locale/ |
| 11:13 |
|
waxhead |
I wonder how long it takes before waxhead_droid disappears... |
| 11:13 |
|
waxhead |
has Alias burnt himself out yet? |
| 11:25 |
|
|
sewi joined #padre |
| 11:25 |
|
sewi |
hi all |
| 12:08 |
|
|
jq joined #padre |
| 12:24 |
|
|
mib_6an2oj joined #padre |
| 12:42 |
|
|
sugar joined #padre |
| 12:44 |
|
Alias |
Alias was out skating |
| 12:47 |
|
sewi |
Hi Alias. |
| 12:48 |
|
Alias |
\o |
| 12:48 |
|
sewi |
Did you work on other parts than the task system lately? Like functions list or directory browser? |
| 12:48 |
|
Alias |
Function list and syntax highlighter |
| 12:48 |
|
Alias |
I made them hide (or at least turn to grey) when there is no document or no task for that thing |
| 12:49 |
|
sewi |
I'm pretty sure they were completly out of service one to three days ago, but now both of them seem to be back again. |
| 12:50 |
|
sewi |
I got strange clipboard behaviour lately, clearing contents when switching tabs or pressing PageUp/PageDown, but this might be related to this strange PC :) |
| 12:55 |
|
Alias |
Heavily screwing around with task has been repeatedly breaking and fixing all the things that use background tasks |
| 12:55 |
|
sewi |
I didn't want to complain, just noticed the issues... |
| 12:56 |
|
sewi |
I fixed two missing methods but didn't know if they need to return some usable value or default. They're checked by a new test in xt |
| 12:56 |
|
Alias |
They're already removed |
| 12:56 |
|
Alias |
And we should put that test into badcode |
| 12:57 |
|
Alias |
No need for a separate test |
| 12:57 |
|
sewi |
http://padre.perlide.org/trac/[…]finished_source.t |
| 12:57 |
|
Alias |
I saw it failing |
| 12:57 |
|
sewi |
It should be removed too once the cases are solved |
| 12:57 |
|
sewi |
unlikely that someone will add source which'ld match exactly these tests in the future |
| 13:27 |
|
|
danlucraft joined #padre |
| 13:44 |
|
|
Vovan joined #padre |
| 14:07 |
|
Alias |
ok |
| 14:21 |
|
|
daxim joined #padre |
| 15:00 |
|
|
dapatrick joined #padre |
| 15:01 |
|
|
asarch joined #padre |
| 15:28 |
|
|
jnap joined #padre |
| 16:50 |
|
|
mj41 joined #padre |
| 17:18 |
|
|
jnap joined #padre |
| 17:28 |
|
|
toi joined #padre |
| 18:07 |
|
|
pece2 joined #padre |
| 18:37 |
|
|
Steffen joined #padre |
| 19:07 |
|
|
kaare joined #padre |
| 19:35 |
|
|
sugar joined #padre |
| 20:08 |
|
|
dj_goku_ joined #padre |
| 20:25 |
|
|
[Sno] joined #padre |
| 20:26 |
|
|
diego17 joined #padre |
| 20:26 |
|
diego17 |
hi I'm just starting to learn Perl, |
| 20:27 |
|
diego17 |
I need to know if it is possible to use Padre |
| 20:27 |
|
diego17 |
and being compatible with the ActiveState's ActivePerl 5.8.9 |
| 20:29 |
|
diego17 |
on windows btw |
| 20:33 |
|
szabgab |
diego17: I think there are still ppm packages for Padre |
| 20:33 |
|
szabgab |
so you can install on AP |
| 20:33 |
|
szabgab |
using ppm |
| 20:33 |
|
szabgab |
check out the download page |
| 20:35 |
|
|
rindolf joined #padre |
| 21:01 |
|
diego17 |
thanks |
| 21:17 |
|
|
perlite_ joined #padre |
| 22:55 |
|
|
lsm-asus_trans joined #padre |
| 22:59 |
|
|
mike joined #padre |
| 23:08 |
|
|
asarch joined #padre |
| 23:08 |
|
mike |
How can I have Padre strip trailing whitespace on save? |
| 23:13 |
|
|
estranho joined #padre |
| 23:18 |
|
|
dj_goku joined #padre |
| 23:20 |
|
|
AndChat| joined #padre |
| 23:51 |
|
|
lsm-asus_trans joined #padre |
| 23:57 |
|
|
dj_goku_ joined #padre |
| 23:59 |
|
dj_goku_ |
any mac users in here testing padre? |