Code Monkey home page Code Monkey logo

phpbox's People

Watchers

James Cloos avatar

phpbox's Issues

Run Bug

Press F5 while restart(start button) is blocked.
It don't starts the script but it writs the start header.


Original issue reported on code.google.com by [email protected] on 30 Jan 2012 at 11:00

Error

Screenshot attached

http://cl.ly/1A1d452P320P0p0U201h

Original issue reported on code.google.com by Lars.Echterhoff on 2 Mar 2012 at 2:40

Character counter

As soon as the user starts to select text in the log output, a character 
counter should show the amount of selected characters in the statusbar.

Original issue reported on code.google.com by Lars.Echterhoff on 1 Feb 2012 at 9:17

Autoupdate error

Throws error on auto update.

Reproduce:
1. Start at least two phpboxes.
2. Update Autoupdate file (source). phpbox recognizes the update and applies it.
3. Now close one of these boxes. This will raise this error:


Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.ComponentModel.Win32Exception (0x80004005): Das System kann die 
angegebene Datei nicht finden
   bei System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   bei System.Diagnostics.Process.Start()
   bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   bei phpBox.Updater.StartUpdate()
   bei phpBox.frmMain.frmMain_FormClosing(Object sender, FormClosingEventArgs e)
   bei System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
   bei System.Windows.Forms.Form.WmClose(Message& m)
   bei System.Windows.Forms.Form.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Original issue reported on code.google.com by Lars.Echterhoff on 21 Apr 2012 at 2:11

Auto refresh of log on resize

Run a script. The output will scroll to the end. Now enlarge the phpBox window. 
The log end should flow with the window end rather than wait for a scroll input 
to snap to the lower edge.

Original issue reported on code.google.com by Lars.Echterhoff on 2 Feb 2012 at 2:48

Display current PHP version

The current used/executed php version should be shown somewhere in the log. 
This information will fit easily into the header area.

Original issue reported on code.google.com by Lars.Echterhoff on 1 Feb 2012 at 9:15

Optional line warp

I'd like to have the option to disable the line wrap of the log.

Original issue reported on code.google.com by Lars.Echterhoff on 3 Feb 2012 at 10:51

Wrong text in one error message.

If there is no php.exe in same directory, you get the error "php-cgi.exe not 
found" but phpBox needs php.exe and not php-cgi.exe!

Original issue reported on code.google.com by [email protected] on 30 Jan 2012 at 1:59

Selected text counter

As long as no text is selected, the counter should np appear in the status. As 
soon as at least one character is selected, the counter should appear instead 
of the status bar.

Original issue reported on code.google.com by Lars.Echterhoff on 2 Feb 2012 at 2:50

cmd.exe zombies on my computer!!!!

What steps will reproduce the problem?
1. Frequent reloads with F5

What is the expected output? What do you see instead?
Every single thread should get closed on whether termination or script restart. 
They randomly stuck on the system.

What version of the product are you using? On what operating system?
1.0.2

Please provide any additional information below.
Just start a script and hit and hold F5. Take a look into the task manager and 
you will find a growing number of cmd.exe idle around.

Original issue reported on code.google.com by Lars.Echterhoff on 2 Feb 2012 at 2:46

Startup command line syntax

The least working parameter to start phpBox should be NO parameter. I'd like to 
have phpBox to store the last valid php-cgi.exe call within the user profile 
and remember it from there if the user did not deliver a valid -r/-runtime.
When you drop a .php on a .exe the common windows behavior ist to chain the 
files like "app.exe" "droppedfile.txt". This should be enought to start a 
script. So, -s/-script should work for strong type system, in case of lazy 
users, the last parameter token without specified argument should be treated as 
script.

Original issue reported on code.google.com by Lars.Echterhoff on 1 Feb 2012 at 9:13

Crash on check for updates...

What steps will reproduce the problem?
1. Start program.
2. Automaticly checks for updates.
3. Without internet connection the program crashes.

What is the expected output? What do you see instead?
Dialog box: phpBox doesn't work...

Original issue reported on code.google.com by viktor.machnik on 16 Apr 2012 at 6:49

Grey RTF header and footer in output log

I'd like to have a slight color difference between phpBox generated log and 
user script output. The header and footer should appear in a lighter tone than 
the output text.

Original issue reported on code.google.com by Lars.Echterhoff on 1 Feb 2012 at 9:03

Store/restore window position

The programm should store its window position and check for a valid position 
before it restores its position. I use usually my notebook in a dual or tripple 
monitor enviroment. phpBox should check its last used position and check if the 
position is somewhere in the current available viewport before its showing up. 
If it finds it self somewhere outside the viewport, it should start up on the 
default position.

Original issue reported on code.google.com by Lars.Echterhoff on 16 Feb 2012 at 9:39

name of product not complying with PHP-licence

You are violating the php-licence:

Excerpt from http://www.php.net/license/3_01.txt

 4. Products derived from this software may not be called "PHP", nor
     may "PHP" appear in their name, without prior written permission
     from [email protected].  You may indicate that your software works in
     conjunction with PHP by saying "Foo for PHP" instead of calling
     it "PHP Foo" or "phpfoo"

Original issue reported on code.google.com by FibreFoX.Germany on 3 Feb 2012 at 4:21

Wrong output window position

What steps will reproduce the problem?
1. Just start a script to scroll some lines. 
2. Place your cursor, selection somewhere in the beginning of the output.
3. Scroll down to the end and resize. The output window will scroll back to 
your cursor position.

What is the expected output? What do you see instead?
I would rather like to stick on the scrollbar position than jump back to the 
cursor/selection position.

Original issue reported on code.google.com by Lars.Echterhoff on 16 Feb 2012 at 9:57

Top most

What steps will reproduce the problem?
1. Select "Top most"
2. Open "About Dialog"

What is the expected output? What do you see instead?
The about dialog should be modal and even get placed over the phpBox in "Top 
most"

Beside: There should only be one opened "About dialog" allowed. It should 
behave modal.

Original issue reported on code.google.com by Lars.Echterhoff on 17 Feb 2012 at 12:22

Crash while double clicking "Start"

Crash-Log:

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.InvalidOperationException: Diesem Objekt ist kein Prozess zugeordnet.
   bei System.Diagnostics.Process.EnsureState(State state)
   bei System.Diagnostics.Process.get_HasExited()
   bei phpBox.ScriptExecuter.Stop(StopReason reason)
   bei phpBox.frmMain.StopScript()
   bei phpBox.frmMain.btnExecute_Click(Object sender, EventArgs e)
   bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   bei System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   bei System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   bei System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   bei System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   bei System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.ToolStrip.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.261 (RTMGDR.030319-2600).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll.
----------------------------------------
phpBox
    Assembly-Version: 1.3.3.0.
    Win32-Version: 1.3.3.0.
    CodeBase: file:///E:/php5310/phpbox.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.235 built by: RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.276 built by: RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.261 built by: RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.235 (RTMGDR.030319-2300).
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
----------------------------------------
Microsoft.WindowsAPICodePack.Shell
    Assembly-Version: 1.1.0.0.
    Win32-Version: 1.3.3.0.
    CodeBase: file:///E:/php5310/phpbox.exe.
----------------------------------------
Microsoft.WindowsAPICodePack
    Assembly-Version: 1.1.0.0.
    Win32-Version: 1.3.3.0.
    CodeBase: file:///E:/php5310/phpbox.exe.
----------------------------------------
System.Configuration
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.1 (RTMRel.030319-0100).
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.233 built by: RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
WindowsBase
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.233 built by: RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll.
----------------------------------------
System.Core
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.233 built by: RTMGDR.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
Microsoft.mshtml
    Assembly-Version: 7.0.3300.0.
    Win32-Version: 7.0.3300.0.
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll.
----------------------------------------
System.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.1 built by: RTMRel.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.resources.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 4.0.0.0.
    Win32-Version: 4.0.30319.1 built by: RTMRel.
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms 
festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.


Original issue reported on code.google.com by Lars.Echterhoff on 27 Jul 2012 at 9:35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.