Activity for Scipad

  • Francois VOGEL Francois VOGEL committed [r803]

    Precise the error message text that r801 is supposed to fix

  • Francois VOGEL Francois VOGEL committed [r802]

    Add tls/Linux/x86_32/tls1.6.7.1/libtls1.6.7.1.so and tls/Linux/x86_64/tls1.6.7.1/libtls1.6.7.1.so that were forgotten in r798

  • Francois VOGEL Francois VOGEL committed [r801]

    Fixed error popping up sometimes at Scipad start when checking for a new version

  • Francois VOGEL Francois VOGEL committed [r800]

    Added a <TODO> about reading files of more than 2 GB size

  • Francois VOGEL Francois VOGEL committed [r799]

    Fixed error popping up when starting Scipad in a new environment: a missing preferences file is not an error if Scipad was never installed in that environment before

  • Francois VOGEL Francois VOGEL modified a comment on ticket #17

    Developer-level analysis and notes: Ths problem does not depend on the content of the Scipad buffer, on whether it is a .sce (level 0 Scilab code) or a .sci (Scilab functions) file, or on whether or not the file in the Scipad buffer contains unsaved changes. Tracing execution of the Scipad code shows that the hang happens in proc ScilabEval_lt, the following ScilabEval call simply does not return: ScilabEval $comm $opt1 $opt2 When using "Load into Scilab" (Ctrl-l) on a previously saved file, in my...

  • Francois VOGEL Francois VOGEL modified a comment on ticket #17

    Developer-level analysis and notes: Ths problem does not depend on the content of the Scipad buffer, on whether it is a .sce (level 0 Scilab code) or a .sci (Scilab functions) file, or on whether or not the file in the Scipad buffer contains unsaved changes. Tracing execution of the Scipad code shows that the hang happens in proc ScilabEval_lt, the following ScilabEval call simply does not return: ScilabEval $comm $opt1 $opt2 When using "Load into Scilab" (Ctrl-l) on a previously saved file, in my...

  • Francois VOGEL Francois VOGEL modified a comment on ticket #17

    Developer-level analysis and notes: Ths problem does not depend on the content of the Scipad buffer, on whether it is a .sce (level 0 Scilab code) or a .sci (Scilab functions) file, or on whether or not the file in the Scipad buffer contains unsaved changes. Tracing execution of the Scipad code shows that the hang happens in proc ScilabEval_lt, the following ScilabEval call simply does not return: ScilabEval $comm $opt1 $opt2 When using "Load into Scilab" (Ctrl-l) on a previously saved file, in my...

  • Francois VOGEL Francois VOGEL modified a comment on discussion General Discussion

    Thank you. Would you be so kind to post a complete snapshot, without any truncation? Moreover, can you provide the file that Scipad tries to read when the error happens? It is named ".SciPadPreferences.tcl" and is located in the directory shown in the error window. To try to work around this problem, please delete the file and start Scipad again.

  • Francois VOGEL Francois VOGEL posted a comment on discussion General Discussion

    Thank you. Would you be so kind to post a complete snapshot, without any truncation?

  • Anonymous posted a comment on discussion General Discussion

    please find the error message in PDF.

  • Francois VOGEL Francois VOGEL modified a comment on ticket #17

    Developer-level analysis and notes: Ths problem does not depend on the content of the Scipad buffer, on whether it is a .sce (level 0 Scilab code) or a .sci (Scilab functions) file, or on whether or not the file in the Scipad buffer contains unsaved changes. Tracing execution of the Scipad code shows that the hang happens in proc ScilabEval_lt, the following ScilabEval call simply does not return: ScilabEval $comm $opt1 $opt2 When using "Load into Scilab" (Ctrl-l) on a previously saved file, in my...

  • Francois VOGEL Francois VOGEL modified a comment on ticket #17

    Developer-level analysis and notes: Ths problem does not depend on the content of the Scipad buffer, on whether it is a .sce (level 0 Scilab code) or a .sci (Scilab functions) file, or on whether or not the file in the Scipad buffer contains unsaved changes. Tracing execution of the Scipad code shows that the hang happens in proc ScilabEval_lt, the following ScilabEval call simply does not return: ScilabEval $comm $opt1 $opt2 When using "Load into Scilab" (Ctrl-l) on a previously saved file, in my...

  • Francois VOGEL Francois VOGEL posted a comment on discussion General Discussion

    See ticket #17 where I discuss the hang with "Load into Scilab", with Scilab-6 only. https://sourceforge.net/p/scipad/tickets/17/

  • Francois VOGEL Francois VOGEL modified a comment on ticket #17

    Developer-level analysis and notes: Ths problem does not depend on the content of the Scipad buffer, on whether it is a .sce (level 0 Scilab code) or a .sci (Scilab functions) file, or on whether or not the file in the Scipad buffer contains unsaved changes. Tracing execution of the Scipad code shows that the hang happens in proc ScilabEval_lt, the following ScilabEval call simply does not return: ScilabEval $comm $opt1 $opt2 When using "Load into Scilab" (Ctrl-l) on a previously saved file, in my...

  • Francois VOGEL Francois VOGEL modified ticket #17

    "Load into Scilab" hangs in Scilab-6

  • Francois VOGEL Francois VOGEL posted a comment on ticket #17

    Tracing execution of the Scipad code shows that it hangs

  • Francois VOGEL Francois VOGEL created ticket #17

    "Load into Scilab" hangs in Scilab-6

  • Francois VOGEL Francois VOGEL committed [r798]

    Fixed missing tls binaries in the Scipad package targeting Scicoslab

  • Francois VOGEL Francois VOGEL committed [r797]

    Provided tls precompiled binaries for Linux (in addition to Win and Mac tls binaries that were already provided)

  • Francois VOGEL Francois VOGEL posted a comment on discussion General Discussion

    See ticket #16 where I discuss the error message "tlsv1 alert protocol version". Revision 795 has the fix. https://sourceforge.net/p/scipad/tickets/16/

  • Francois VOGEL Francois VOGEL modified ticket #16

    SSL channel "sockxxxx": error: tlsv1 alert protocol version`

  • Francois VOGEL Francois VOGEL posted a comment on ticket #16

    Revision 795 of Scipad fixes this problem.

  • Francois VOGEL Francois VOGEL committed [r796]

    Added link to the ticket number

  • Francois VOGEL Francois VOGEL committed [r795]

    Fixed error 'SSL channel "sockxxxx": error: tlsv1 alert protocol version' that happened when checking for Scipad new versions, by upgrading the tls library provided with Scipad from 1.6 to 1.6.7.1

  • Francois VOGEL Francois VOGEL posted a comment on ticket #16

    Developer-level analysis and fix: Debug notes from my analysis of the problem (this is mostly directed to myself), all with Scipad-8.76 running on Vista: I do not reproduce the issue when Scipad runs in standalone mode (tweaked to allow the requested check in that standalone mode) under ActiveState Tcl/Tk 8.5.16 (64bits since tcl_platform(pointerSize) is 8). The issue triggers with Scilab-6.0.2(64 bits) and Scilab-5.5.2(64bits). Both embed Tcl/Tk 8.5.9 (64bits). The line triggering the issue is the...

  • Francois VOGEL Francois VOGEL posted a comment on ticket #16

    High-level (user) analysis: This error message is shown when Scipad checks on the internet whether a new version of itself is available or not (to let the user know he can upgrade his Scipad version). By default Scipad does this check periodically (once a week) automatically. The user can change this setting through the "Options/Scipad updates" menu. Also the user can manually request such a check through the "Help/Check fro newer Scipad versions" menu. By default the user therefore will see this...

  • Francois VOGEL Francois VOGEL created ticket #16

    SSL channel "sockxxxx": error: tlsv1 alert protocol version`

  • Francois VOGEL Francois VOGEL committed [r794]

    Prevented display of three "ans = ..." when Scipad was starting in Scilab-6

  • Francois VOGEL Francois VOGEL posted a comment on discussion General Discussion

    Thank you for your feedback. Could you please provide the error messages in clear text format instead of this Microsoft Word format (I can't read this on the platform I'm using right now)? I have just tried installing Scipad-8.76 in Scilab-6.0.2 under Vista again (as I did before), and indeed I'm seeing an error message at Scipad startup: SSL channel "sock2220": error: tlsv1 alert protocol version I'm sure this didn't happen when I tested in August this year. I'll investigate what this means and...

  • Anonymous posted a comment on discussion General Discussion

    Thank you for the new release. I installed in my system -windows 2010. I used scilab 6.0.2 and the error messages are attached. On clicking ok, proceeding the editor is opened. on typing 3 lines say a=1, b=2, c=a+b and clicking on load to scilab, the editor hangs. I tried athe same in scilab 5.5.2 Only the first message came. I am able to load the code lines to scilab . However insert / remove breakpoint is not working Kindly advice, Thank you once again. Regards Tamilselvan K

  • Francois VOGEL Francois VOGEL committed [r793]

    Restored working checks for Scipad updates again since SourceForge broke them once more, perhaps for a long time. Arrange for the developer to notice early in case this happens again

  • Francois VOGEL Francois VOGEL committed [r792]

    Added announce for Scipad 8.76

  • Francois VOGEL Francois VOGEL modified a comment on discussion General Discussion

    Sorry for the delay, it appears that I don't receive SF notifications that should be sent when a new message comes in here. Your problem is that you didn't quote the directory path correctly. Try: atomsInstall("E:\12 C scilab install"+"/scipad-"+scipver+"-Scilab5.zip"); Let me know how the installation instructions I have placed in the wiki here could be improved: https://sourceforge.net/p/scipad/wiki/Installation/ For the records, I have just tried to install Scipad-8.75 in Scilab-6.0.2 on Windows...

  • Francois VOGEL Francois VOGEL posted a comment on discussion General Discussion

    I have now released Scipad-8.76, adjusted to Scilab-6 (no deprecation warnings anymore), and have checked that it installs and runs on Windows Vista in Scilab-6.0.2, Scilab-5.5.2 or Scicoslab-4.2. Please report any problems you could encounter. Enjoy!

  • Francois VOGEL Francois VOGEL modified a wiki page

    Tested on

  • Francois VOGEL Francois VOGEL modified a wiki page

    Removal

  • Francois VOGEL Francois VOGEL modified a wiki page

    Installation

  • Scipad Scipad released /scipad-8.76/scipad-8.76-Scilab5.zip

  • Scipad Scipad released /scipad-8.76/scipad-8.76-Scicoslab.zip

  • Scipad Scipad released /scipad-8.76/scipad-8.76-readme.txt

  • Francois VOGEL Francois VOGEL committed [r791]

    Pushed version to 8.77

  • Francois VOGEL Francois VOGEL committed [r790]

    Added new release: Scipad 8.76

  • Francois VOGEL Francois VOGEL committed [r789]

    Dealt with deprecation warnings spat by Scilab-6.0.2 when installing Scipad (tbx_build_loader, tbx_build_cleaner, with_tk, eval), and tuned configuration flags to support Scilab-6

  • Francois VOGEL Francois VOGEL posted a comment on discussion General Discussion

    Sorry for the delay, it appears that I don't receive SF notifications that should be sent when a new message comes in here. Your problem is that you didn't quote the directory path correctly. Try: atomsInstall("E:\12 C scilab install\"+"/scipad-"+scipver+"-Scilab5.zip"); Let me know how the installation instructions I have placed in the wiki here could be improved: https://sourceforge.net/p/scipad/wiki/Installation/ For the records, I have just tried to install Scipad-8.75 in Scilab-6.0.2 on Windows...

  • Anonymous posted a comment on discussion General Discussion

    Dear Francois, I am installing Scipad 8.75 in scilab 6.0.1. I get the below error. Kindly advice. atomsInstall(E:\12 C scilab install\scipad_7.2.1_5.5-1.bin.zip+"/scipad-"+scipver+"-Scilab5.zip"); ^^ Error: syntax error, unexpected \ then I tried removingE:\ as below. atomsInstall(12 C scilab install\scipad_7.2.1_5.5-1.bin.zip"+/scipad-"+scipver+"-Scilab5.zip"); ^^ Error: syntax error, unexpected identifier, expecting "," or ) Thanks in advance. regards Tamilselvan K

  • Francois VOGEL Francois VOGEL committed [r788]

    Fixed bug triggering "nothing to undo" error upon undo action (happened because it was possible to paste the empty string in Scipad)

  • Francois VOGEL Francois VOGEL committed [r787]

    Moved proc msgcat::mcunknown from localetools.tcl to defaults.tcl because it shall be defined after the definition of the ::msgcat:: namespace, which was not the case when the msgcat package could not be found. Also, remove some unneeded 'package require' that were already checked upstream.

  • Francois VOGEL Francois VOGEL committed [r786]

    Fixed bug with the width of the dropdown listbox of the incremental find combobox, that did not work correctly when the combobox was wider than the largest entry of the listbox.

  • Francois VOGEL Francois VOGEL committed [r785]

    Enforce the tearoff entry of menues to be true by default.

  • Francois VOGEL Francois VOGEL committed [r784]

    [revised_text] Removed event loop run when ente...

  • Francois VOGEL Francois VOGEL posted a comment on discussion General Discussion

    I was waiting for a more stable version of Scilab before investing time in Scipad...

  • Anonymous posted a comment on discussion General Discussion

    (even if it is in beta) ?

  • Francois VOGEL Francois VOGEL committed [r783]

    Sorted the find in files match results: 1. matc...

  • Francois VOGEL Francois VOGEL committed [r782]

    Forgot localization in r778

  • Francois VOGEL Francois VOGEL committed [r781]

    Reverted previous commit (r780): what this comm...

  • Francois VOGEL Francois VOGEL committed [r780]

    Fixed bug: when the line numbers margin enlarge...

  • Francois VOGEL Francois VOGEL committed [r779]

    Clarified what widget shows what in the bottom ...

  • Francois VOGEL Francois VOGEL committed [r778]

    Added display of the number of selected charact...

  • Francois VOGEL Francois VOGEL committed [r777]

    Backed out changes of r744 (except explanatory ...

  • Francois VOGEL Francois VOGEL committed [r776]

    Better explanations about why showing the undo ...

  • Francois VOGEL Francois VOGEL committed [r775]

    Added (in a comment) an example of use of Tk 8....

  • Francois VOGEL Francois VOGEL committed [r774]

    Tcl/Tk TIP #449 - Ranges impacted by [.text edi...

  • Francois VOGEL Francois VOGEL committed [r773]

    Tcl/Tk TIP #449 - Ranges impacted by [.text edi...

  • Francois VOGEL Francois VOGEL committed [r772]

    Fixed usability bindings on Linux - Prevented t...

  • Francois VOGEL Francois VOGEL committed [r771]

    Fixed usability bindings on Linux - Using the m...

  • Francois VOGEL Francois VOGEL committed [r770]

    Fixed usability bindings on Linux - Using the m...

  • Francois VOGEL Francois VOGEL committed [r769]

    Fixed encoding error in previous commit

  • Francois VOGEL Francois VOGEL committed [r768]

    Fixed non-working reformat lines on Linux due t...

  • Francois VOGEL Francois VOGEL committed [r767]

    Fixed non-working reformat lines on Linux due t...

  • Francois VOGEL Francois VOGEL committed [r766]

    Oops. Fixed missing global in the previous commit

  • Francois VOGEL Francois VOGEL committed [r765]

    Fixed usability bindings on Linux - Prevented t...

  • Francois VOGEL Francois VOGEL committed [r764]

    Fixed usability bindings on Linux - When the in...

  • Francois VOGEL Francois VOGEL committed [r763]

    Fixed encoding error in previous commit

  • Francois VOGEL Francois VOGEL committed [r762]

    Fixed usability bindings on Linux

  • Francois VOGEL Francois VOGEL committed [r761]

    Guarded against unexpected Tcl error that never...

  • Francois VOGEL Francois VOGEL modified ticket #8

    bindings for blinking character never trigger

  • Francois VOGEL Francois VOGEL posted a comment on ticket #8

    Fixed in the SVN version. The fix will be included in Scipad-8.76

  • Francois VOGEL Francois VOGEL committed [r760]

    Fixed blinking of matching braces when typing, ...

  • Francois VOGEL Francois VOGEL committed [r759]

    Added information in dialog box to help the use...

  • Francois VOGEL Francois VOGEL committed [r758]

    Restored (on Win and Mac) working checks for Sc...

  • Francois VOGEL Francois VOGEL committed [r757]

    Fixed bug with automatic move of the Find/Repla...

  • Francois VOGEL Francois VOGEL committed [r756]

    Made use of Tcl/Tk TIP #449 - Ranges impacted b...

  • Francois VOGEL Francois VOGEL committed [r755]

    Fixed typo in comment

  • Francois VOGEL Francois VOGEL committed [r754]

    Documented in the source code why Scipad update...

  • Francois VOGEL Francois VOGEL modified a wiki page

    Tested on

  • Francois VOGEL Francois VOGEL committed [r753]

    The text widget making up a margin should not h...

  • Francois VOGEL Francois VOGEL committed [r752]

    The text widget making up a margin should not h...

  • Francois VOGEL Francois VOGEL committed [r751]

    Added notes regarding an attempt toward undo/re...

  • Francois VOGEL Francois VOGEL committed [r750]

    Early return in the common case there is no bre...

  • Francois VOGEL Francois VOGEL committed [r749]

    Fixed bug with Tcl/Tk 8.6: the up and down arro...

  • Francois VOGEL Francois VOGEL committed [r748]

    Added request for selective undo like in Emacs

  • Francois VOGEL Francois VOGEL committed [r747]

    Made use of Tcl/Tk TIP #446 [.text edit canundo...

  • Francois VOGEL Francois VOGEL committed [r746]

    Fixed bug with incremental find feature when re...

  • Francois VOGEL Francois VOGEL committed [r745]

    Added more explanations and links related to tc...

  • Francois VOGEL Francois VOGEL committed [r744]

    Fixed bug with the margin showing which lines a...

  • Francois VOGEL Francois VOGEL committed [r743]

    Merged trunk (r720-r738, conflicts fixed)

  • Francois VOGEL Francois VOGEL committed [r742]

    Merged trunk (r719, conflict fixed)

  • Francois VOGEL Francois VOGEL committed [r741]

    Merged trunk (r708-r718)

  • Francois VOGEL Francois VOGEL committed [r740]

    Merged trunk (r707, conflict fixed)

1 >