Activity for Akshay Chavan

  • Akshay Chavan Akshay Chavan posted a comment on discussion General Discussion

    Has anyone tried flying planes in Il2 Sturmovik with Virtual controller? How was your experience?

  • Akshay Chavan Akshay Chavan posted a comment on discussion General Discussion

    Thank you for this useful program. It offers the most features compared to other virtual joystick apps that I have seen. However, I would request you to provide a reference/default configuration for new users who do not know what is the difference between X axis and Rx axis, Y & Ry, or do not know what is slider 1 or slider 2 . So such users could just use the reference configuration provided with this app to directly play their games. I am referring to a reference configuration for a virtual jo...

  • Akshay Chavan Akshay Chavan posted a comment on discussion General Discussion

    i have installed vjoy and virtual controller and mapped my mouse with the axis controls. I know that Virtual controller is installed properly. When i run CFS3 it doesn't seem to detect the mouse movements. has anyone gotten this to work with CFS 3?

  • Akshay Chavan Akshay Chavan posted a comment on discussion General Discussion

    Hi, @agathosdaimon I installed the game correctly on Windows 10, however there is a bug where all objects (houses, hills, etc) are TRANSPARENT. I try to shoot at something only to realize that i am shooting at the object before it. Did you face this problem?

  • Akshay Chavan Akshay Chavan posted a comment on discussion Open Discussion

    Hi Evan, Thank you for your work on Nedit-Ng. I tried it and found it to be a very capable editor. However, my work is focused on .NET so I have to stick to Visual Studio (sometimes I use Notepad++ for quick note-taking). If adding MOTIF look to Nedit-ng is a significant amount of work, may I suggest you rethink this feature as most people (except me) seem to hate the classic Nedit look (from reviews I read on the internet)? Anyways, I am amazed by the work you are willing to put into this editor...

  • Akshay Chavan Akshay Chavan modified a comment on discussion Help

    @taf23 Thank you for your response. I am aware that clicking on "larger" and "Smaller" will change the window size. What I am looking for is a way to start THE with a default font size on start up without manually changing the size. The command mentioned in my previous comment successfully starts THE with the desired screen size, but the font remains small.

  • Akshay Chavan Akshay Chavan posted a comment on discussion Help

    @taf Thank you for your response. I am aware that clicking on "larger" and "Smaller" will change the window size. What I am looking for is a way to start THE with a default font size on start up without manually changing the size. The command mentioned in my previous comment successfully starts THE with the desired screen size, but the font remains small.

  • Akshay Chavan Akshay Chavan posted a comment on discussion Open Discussion

    @TK Soh Thank you for your response. I already have Nedit-ng on my system. However, I preferred the older look of Nedit, so I was wondering if there was a way to run it on Windows (without CygWin). I found a version of Nedit that had been ported to an older version of Windows, but unfortunately it does not seem to work on Windows 10.

  • Akshay Chavan Akshay Chavan posted a comment on discussion General Discussion

    Hello, I want to thank the author for creating this wonderful text editor. I find it easy to configure yet very useful even though I have never used the Brief text editor on which it is based on. Despite being a console text editor, it has much user-friendly features as compared to Vim and Emacs. Kudos for your efforts! Warm regards, Akshay

  • Akshay Chavan Akshay Chavan posted a comment on discussion Help

    Hello, I have downloaded ht editor on WIndows and am liking it. However, how do I change the font? I searched under the "properties" option but could not find anything. Regards, Akshay

  • Akshay Chavan Akshay Chavan posted a comment on discussion Help

    Is there a way to set the font size in the profile file ? I am on Windows 10 using THE version 3.3rc1. I am using the GUI version. I am able to successfully set the window size by the command SET PSCReen 35 130 in the profile.the file But the font size remains small.

  • Akshay Chavan Akshay Chavan posted a comment on discussion Help

    Thank you Warren! Regards, Akshay

  • Akshay Chavan Akshay Chavan posted a comment on discussion Help

    This is probably a stupid question, but how do I install THE on Windows 10? I downloaded the .zip file from SourceForge but it is just the source code. Is there a precompiled binary somewhere? I am really looking forward to using this editor. Thanks, Akshay

  • Akshay Chavan Akshay Chavan created ticket #684

    Dialogs in Nedit 5.6 cannot take keyboard input on Cygwin

  • Akshay Chavan Akshay Chavan posted a comment on discussion Open Discussion

    Hi, I want to install NEdit on Windows. I came upon this link but the download links on that page are broken. Has anyone successfully installed NEdit on Windows? Thanks.

  • Akshay Chavan Akshay Chavan created ticket #180

    Dev C++ window remains maximized; Restore icon doesn't work

  • Akshay Chavan Akshay Chavan posted a comment on ticket #15

    Just tried running it from cmd, this time if i close the "About" dialog, it crashes after 6-8 seconds without any warning/dialog.

  • Akshay Chavan Akshay Chavan created ticket #15

    Crashes on Windows 10 with message "setedit.exe has stopped working"

  • Akshay Chavan Akshay Chavan modified a comment on discussion ZinjaI forum (English)

    ZinjaI version: w32-20171016 Windows 10 Code: #include <iostream> int main() { int i; while( true )// Shows warning when breakpoint is set on this line { std::cin >> i; if(i == 0) break; else std::cout << "Looping again\n"; } std::cout << "Finally broken out of the loop!"; return 0; } When I set a breakpoint on while ( true ), and click on Debug->Start/continue, the debugger fails with the warning: Warning: Some breakpoints could not be setted by the debugger... Edit: Same problem observed in ZinjaI...

  • Akshay Chavan Akshay Chavan modified a comment on discussion ZinjaI forum (English)

    ZinjaI version: w32-20171016 Windows 10 Code: #include <iostream> int main() { int i; while( true )// Shows warning when breakpoint is set on this line { std::cin >> i; if(i == 0) break; else std::cout << "Looping again\n"; } std::cout << "Finally broken out of the loop!"; return 0; } When I set a breakpoint on while ( true ), and click on Debug->Start/continue, a warning is displayed. Warning: Some breakpoints could not be setted by the debugger...

  • Akshay Chavan Akshay Chavan modified a comment on discussion ZinjaI forum (English)

    Code: #include <iostream> int main() { int i; while( true )// Shows warning when breakpoint is set on this line { std::cin >> i; if(i == 0) break; else std::cout << "Looping again\n"; } std::cout << "Finally broken out of the loop!"; return 0; } When I set a breakpoint on while ( true ), and click on Debug->Start/continue, a warning is displayed. Warning: Some breakpoints could not be setted by the debugger...

  • Akshay Chavan Akshay Chavan modified a comment on discussion ZinjaI forum (English)

    Code: #include <iostream> int main() { int i; while( true )// Shows warning when breakpoint is set on this line { std::cin >> i; if(i == 0) break; else std::cout << "Looping again\n"; } std::cout << "Finally broken out of the loop!"; return 0; } When I set a breakpoint on while ( true ), and click on Debug->Start/continue, a warning is displayed. Some breakpoints could not be setted by the debugger I tried using gdb on cmd, I could set the breakpoint without problems. i tried CodeBlocks too, and...

  • Akshay Chavan Akshay Chavan posted a comment on discussion ZinjaI forum (English)

    Code: #include <iostream> int main() { int i; while( true )// Shows warning when breakpoint is set on this line { std::cin >> i; if(i == 0) break; else std::cout << "Looping again\n"; } std::cout << "Finally broken out of the loop!"; return 0; } When I set a breakpoint on while ( true ), a warning is displayed. Some breakpoints could not be setted by the debugger I tried using gdb on cmd, I could set the breakpoint without problems. i tried CodeBlocks too, and I could set breakpoint on while ( true...

  • Akshay Chavan Akshay Chavan modified a comment on discussion Reporte de errores

    Hi, I really like Zinjal because it is simple for beginners and works well on both Windows and ubuntu. However, on Ubuntu 17.04 during debugging programs, the execution terminal (Xterm) displays a warning & "warning: GDB: Failed to set controlling terminal: operation not permitted\n. Also, the terminal does not print last output of a loop while debugging. However, during during normal execution it prints all the items. For example, #include<iostream> using namespace std; int main (int argc, char...

  • Akshay Chavan Akshay Chavan posted a comment on discussion Reporte de errores

    Hi, I really like Zinjal because it is simple for beginners and works well on both Windows and ubuntu. However, on Ubuntu 17.04 during debugging programs, the execution terminal (Xterm) displays a warning & "warning: GDB: Failed to set controlling terminal: operation not permitted\n. Also, the terminal does not print last output of a loop while debugging. However, during during normal execution it prints all the items. For example, #include<iostream> using namespace std; int main (int argc, char...

  • Akshay Chavan Akshay Chavan created ticket #1964

    Scite output panel does not accept user input by std::cin.

1