-
Actually, it seems that EOS flag in nFlags is always cleared before calling BufferMgmtCallback, so
possibly the buffer flags should be cleared after the call.
It all seems a bit weird. If you analyze the code then you will see that most of the time nFlags are passed unchanged to BufferMgmtCallback. However, if there is EOS flag set then all nFlags are reset (even if they contain different...
2009-05-13 13:10:19 UTC in Bellagio OpenMAX Integration Layer
-
According to current implementation of omx_base_sink_BufferMgmtFunction, when the empty input buffer is processed (nFIlledLen==0) then BufferMgmtCallback is not called.
Probably, it is all right most of the time (especially at worming up), but it becomes an issue when a component sourcing the buffer passes EOS in separate empty buffer. In result, my custom sink's BufferMgmtCallback never...
2009-05-13 12:52:28 UTC in Bellagio OpenMAX Integration Layer
-
In essence, I never get my EOS buffer in sink component when using PortParam.nBufferCountMin different than nBufferCountActual.
It seems that during tunnel setup (base_port_ComponentTunnelRequest) the value of PortSetup->nBufferCountMin is copied into pPort->nNumTunnelBuffer, which will end up to be different to nBufferCountActual.
How this causes a problem:
While there is...
2009-05-13 11:27:51 UTC in Bellagio OpenMAX Integration Layer
-
BTW test with npp v5.3.1 unicode + window manager plugin v1.2.1 unicode. Had the same problem in the previous versions of notepad++ and the plugin.
2009-05-12 09:24:27 UTC in Notepad++
-
Window manager closes wrong files when closing multiple selected files
To reproduce
Having selected multiple files in window manager panel (e.g. four out of eight, all in row in the middle of the list), bring up context menu and trigger "close me". In result you will get the proper amount of files closed, but just some of them (two) you intended to close and some not.
2009-05-12 09:22:13 UTC in Notepad++
-
That is a pity with Poderosa. I hope console project will do better as it address broader range of people (cmd.exe users). I hope Console will finally get features like embedded putty terminal, RS232 connections, saving sessions and copy all (all text from buffer).
2009-05-08 21:23:20 UTC in Console
-
See bug 2787117 , which source could be the above missing feature.
Mind that support for cmd.exe could attract many developers, see console project on sourceforge.
2009-05-05 09:17:40 UTC in Poderosa
-
Usually, happens when mixed cmd.exe/bash scripts are run and you try to stop them with ctrl+C.
In effect ctrl+c nor ctrl+z stops working and you are unable to terminate app - you need to kill terminal.
To reproduce run cygwin session.
Then type: cmd.exe
Then type: cat
Then type: ctrl+z
Then type anything - no response
Possible cause...
2009-05-05 09:14:57 UTC in Poderosa
-
Just to share my experience with Mercurial and git.
Git has some strong advantages
* git svn. Possibly you need cygwin's git svn just to sync data between old svn repo and new git repo. And It is not an issue to have cygwin's git and windows git on one machine.
* cherry-pick which allows to compose releases much easier with selected changesets.
* better recovery from unwanted...
2009-05-01 15:30:46 UTC in Console
-
Poderosa is very similar project, multiple tabs to run different shells, UART/putty terminals.
Actually all one need in poderosa is to add control key support as CTRL+C CTRL+Z and command lookup as those are not passed to cmd session properly.
Beside that poderosa seem to be more mature project with all those extra communication capabilities.
2009-05-01 15:00:35 UTC in Console