My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • May 18, 2009
    Introduction (A Brief Introduction to anjuta-gvim) Wiki page edited by arunchaganty
  • Dec 23, 2008
    r63 (Showing some spirit) committed by arunchaganty   -   Showing some spirit
    Showing some spirit
  • Dec 22, 2008
    r62 (Updated editor_multiple patch) committed by arunchaganty   -   Updated editor_multiple patch
    Updated editor_multiple patch
  • Dec 22, 2008
    r61 (Changed lists to PtrArrays. Also made current document the f...) committed by arunchaganty   -   Changed lists to PtrArrays. Also made current document the first document in the list, when a document is deleted.
    Changed lists to PtrArrays. Also made current document the first document in the list, when a document is deleted.
  • Oct 19, 2008
    r60 (Fixed Reference Issues, and a lot of minor bugs Note: Openin...) committed by arunchaganty   -   Fixed Reference Issues, and a lot of minor bugs Note: Opening Vim and then a Glade document causes the vim window to be displaced and subsequently segfault. Doing it in reverse order rectifies everything.
    Fixed Reference Issues, and a lot of minor bugs Note: Opening Vim and then a Glade document causes the vim window to be displaced and subsequently segfault. Doing it in reverse order rectifies everything.
  • Sep 13, 2008
    issue 8 (Debugger breakpoints not working) reported by arunchaganty   -   What steps will reproduce the problem? 1. Set a breakpoint at a line in the code 2. Run. What is the expected output? What do you see instead? It sometimes shows the debug symbol and at other times the program counter.
    What steps will reproduce the problem? 1. Set a breakpoint at a line in the code 2. Run. What is the expected output? What do you see instead? It sometimes shows the debug symbol and at other times the program counter.
  • Sep 13, 2008
    issue 7 (Program fails on reopening a file) reported by arunchaganty   -   What steps will reproduce the problem? 1. Open a file 2. Close it (and all other open files) 3. Open another file What is the expected output? What do you see instead? It should open a normal vim session, but currently fails and just shows the gvim window (files and any other remote operation doesn't work)
    What steps will reproduce the problem? 1. Open a file 2. Close it (and all other open files) 3. Open another file What is the expected output? What do you see instead? It should open a normal vim session, but currently fails and just shows the gvim window (files and any other remote operation doesn't work)
  • Sep 13, 2008
    issue 6 (Dirty flag not set) reported by arunchaganty   -   What steps will reproduce the problem? 1. Open a file 2. Edit it What is the expected output? What do you see instead? A star (*) should be seen for an edited file. (Note: Sourced from bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=529676)
    What steps will reproduce the problem? 1. Open a file 2. Edit it What is the expected output? What do you see instead? A star (*) should be seen for an edited file. (Note: Sourced from bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=529676)
  • Sep 13, 2008
    r59 (Minor changes to anjuta-docman.c) committed by arunchaganty   -   Minor changes to anjuta-docman.c
    Minor changes to anjuta-docman.c
  • Sep 13, 2008
    r58 (Fixed small bug related to accel errors) committed by arunchaganty   -   Fixed small bug related to accel errors
    Fixed small bug related to accel errors
  • Sep 13, 2008
    r57 (Fixed blocking issue.) committed by arunchaganty   -   Fixed blocking issue.
    Fixed blocking issue.
  • Sep 13, 2008
    r56 (Enabled support for multiple Anjuta sessions) committed by arunchaganty   -   Enabled support for multiple Anjuta sessions
    Enabled support for multiple Anjuta sessions
  • Sep 13, 2008
    r55 (Seperated GDK communication functions) committed by arunchaganty   -   Seperated GDK communication functions
    Seperated GDK communication functions
  • Sep 13, 2008
    issue 5 (Misc files in misc folder: vimjuta-accels, locked_keys in sv...) Status changed by arunchaganty   -   Ref. Comment on Issue #5
    Status: Fixed
    Ref. Comment on Issue #5
    Status: Fixed
  • Sep 13, 2008
    issue 4 (Unresolved symbol: anjuta_ui_unload_accels...) Status changed by arunchaganty   -   Hey, sorry for taking an infinitely long time to get back to you (for some reason, Google Code doesn't send me any mail). Both Issue #4 and Issue #5 have been resolved in trunk.
    Status: Fixed
    Hey, sorry for taking an infinitely long time to get back to you (for some reason, Google Code doesn't send me any mail). Both Issue #4 and Issue #5 have been resolved in trunk.
    Status: Fixed
  • Sep 01, 2008
    r54 (Fixed bug regd. Sourceview's message box not showing. Some w...) committed by arunchaganty   -   Fixed bug regd. Sourceview's message box not showing. Some work on making the plugin loading a blocking process
    Fixed bug regd. Sourceview's message box not showing. Some work on making the plugin loading a blocking process
  • Aug 27, 2008
    r53 (Added a lot of resource files) committed by arunchaganty   -   Added a lot of resource files
    Added a lot of resource files
  • Aug 27, 2008
    r52 (Added locked_keys) committed by arunchaganty   -   Added locked_keys
    Added locked_keys
  • Aug 27, 2008
    r51 (Added Vimjuta. Changed VIMREGISTRY version to 7.0) committed by arunchaganty   -   Added Vimjuta. Changed VIMREGISTRY version to 7.0
    Added Vimjuta. Changed VIMREGISTRY version to 7.0
  • Aug 18, 2008
    issue 4 (Unresolved symbol: anjuta_ui_unload_accels...) commented on by gnomecn   -   compile error: plugin.c: In function ‘anjuta_gvim_activate’: plugin.c:129: error: too many arguments to function ‘anjuta_ui_load_accels’ plugin.c: In function ‘anjuta_gvim_deactivate’: plugin.c:178: error: too many arguments to function ‘anjuta_ui_save_accels’ plugin.c:180: error: too many arguments to function ‘anjuta_ui_load_accels’ make[2]: *** [plugin.lo] Error 1
    compile error: plugin.c: In function ‘anjuta_gvim_activate’: plugin.c:129: error: too many arguments to function ‘anjuta_ui_load_accels’ plugin.c: In function ‘anjuta_gvim_deactivate’: plugin.c:178: error: too many arguments to function ‘anjuta_ui_save_accels’ plugin.c:180: error: too many arguments to function ‘anjuta_ui_load_accels’ make[2]: *** [plugin.lo] Error 1
  • Aug 18, 2008
    issue 4 (Unresolved symbol: anjuta_ui_unload_accels...) commented on by gnomecn   -   Sorry, I missed comments in the issue #4 .:(
    Sorry, I missed comments in the issue #4 .:(
  • Aug 18, 2008
    issue 5 (Misc files in misc folder: vimjuta-accels, locked_keys in sv...) reported by gnomecn   -   What steps will reproduce the problem? 1. Check out anjuta-vim from svn 2. ./autogen.sh --prefix=/usr 3. What is the expected output? What do you see instead? make[2]: Entering directory `/home/yanghong/Downloads/anjuta-gvim-read-only/misc' make[2]: *** No rule to make target `vimjuta-accels', needed by `all-am'. Stop. make: *** No rule to make target `vimjuta-accels', needed by `all-am'. Stop. What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. Check out anjuta-vim from svn 2. ./autogen.sh --prefix=/usr 3. What is the expected output? What do you see instead? make[2]: Entering directory `/home/yanghong/Downloads/anjuta-gvim-read-only/misc' make[2]: *** No rule to make target `vimjuta-accels', needed by `all-am'. Stop. make: *** No rule to make target `vimjuta-accels', needed by `all-am'. Stop. What version of the product are you using? On what operating system? Please provide any additional information below.
  • Aug 18, 2008
    issue 4 (Unresolved symbol: anjuta_ui_unload_accels...) reported by gnomecn   -   What steps will reproduce the problem? 1. Build anjuta from svn trunk 2. Bukld anuta-vim from svn trunk 3. Run anjuta and load vim editor What is the expected output? What do you see instead? An warning dialog show me "Cann't load vim editor plug, Unresolved symbol: anjuta_ui_unload_accels..." What version of the product are you using? On what operating system? Please provide any additional information below.
    What steps will reproduce the problem? 1. Build anjuta from svn trunk 2. Bukld anuta-vim from svn trunk 3. Run anjuta and load vim editor What is the expected output? What do you see instead? An warning dialog show me "Cann't load vim editor plug, Unresolved symbol: anjuta_ui_unload_accels..." What version of the product are you using? On what operating system? Please provide any additional information below.
  • Aug 18, 2008
    r50 (0.1 Release ) committed by arunchaganty   -   0.1 Release
    0.1 Release
  • Aug 18, 2008
    r49 (Remove Deprecated release ) committed by arunchaganty   -   Remove Deprecated release
    Remove Deprecated release
  • Aug 18, 2008
    r48 (GSoC Evaluation code snapshot ) committed by arunchaganty   -   GSoC Evaluation code snapshot
    GSoC Evaluation code snapshot
  • Aug 18, 2008
    r47 (Updated some installation instructions. Added/Removed files ...) committed by arunchaganty   -   Updated some installation instructions. Added/Removed files from EXTRA_DIST
    Updated some installation instructions. Added/Removed files from EXTRA_DIST
  • Aug 18, 2008
    r46 (Added Accelerator patches for anjuta) committed by arunchaganty   -   Added Accelerator patches for anjuta
    Added Accelerator patches for anjuta
  • Aug 18, 2008
    r45 (Simple fix to make vim actually use the .vimrc) committed by arunchaganty   -   Simple fix to make vim actually use the .vimrc
    Simple fix to make vim actually use the .vimrc
  • Aug 15, 2008
    r44 (Release 0.1 of Vimjuta (anjuta-gvim)) committed by arunchaganty   -   Release 0.1 of Vimjuta (anjuta-gvim)
    Release 0.1 of Vimjuta (anjuta-gvim)
  • Aug 15, 2008
    r43 (Vimjuta Release 0.1 ) committed by arunchaganty   -   Vimjuta Release 0.1
    Vimjuta Release 0.1
  • Aug 15, 2008
    r42 (Added default accelerators and locked key files.) committed by arunchaganty   -   Added default accelerators and locked key files.
    Added default accelerators and locked key files.
  • Aug 14, 2008
    r41 (Updated editor_multiple diffs (fixed some failed assertions)) committed by arunchaganty   -   Updated editor_multiple diffs (fixed some failed assertions)
    Updated editor_multiple diffs (fixed some failed assertions)
  • Aug 14, 2008
    r40 (Removed vim-test from the Makefiles) committed by arunchaganty   -   Removed vim-test from the Makefiles
    Removed vim-test from the Makefiles
  • Aug 14, 2008
    r39 (Fixed some bugs in the iterators Removed the defunct test su...) committed by arunchaganty   -   Fixed some bugs in the iterators Removed the defunct test suite Added communication through GDK Added AutoComplete support Removed buggy Selection and Search support
    Fixed some bugs in the iterators Removed the defunct test suite Added communication through GDK Added AutoComplete support Removed buggy Selection and Search support
  • Aug 04, 2008
    r38 (Added Debugger support.) committed by arunchaganty   -   Added Debugger support.
    Added Debugger support.
  • Aug 04, 2008
    r37 (Added a remove accel feature.) committed by arunchaganty   -   Added a remove accel feature.
    Added a remove accel feature.
  • Jul 27, 2008
    r36 (Completed a number of interfaces: * IAnjutaEditorFolds * I...) committed by arunchaganty   -   Completed a number of interfaces: * IAnjutaEditorFolds * IAnjutaEditorGoto * IAnjutaEditorLanguage * IAnjutaEditorLineMode * IAnjutaEditorSearch * IAnjutaEditorSelection (Slightly buggy) Changed the IAnjutaEditorCell methods Added a few signals
    Completed a number of interfaces: * IAnjutaEditorFolds * IAnjutaEditorGoto * IAnjutaEditorLanguage * IAnjutaEditorLineMode * IAnjutaEditorSearch * IAnjutaEditorSelection (Slightly buggy) Changed the IAnjutaEditorCell methods Added a few signals
 
Hosted by Google Code