Nicolas Anquetil

Results 19 issues of Nicolas Anquetil

There are API methods for: - whenFocusLostDo: - whenResizingDo: - whenWillCloseDo: - ... But nothing to capture that the window is minimized

therefore it lacks many of the methods of "normal lists" : - beSingleSelection - scrollToSelection: - selectIndex - sortingBlock:

#positionOfSlider: should allow to say I want it 10 pixels from the end of the PanedLayout for example with a negative number: "positionOfSlider: -10"

enhancement

**Bug description** When you apply Rename temp twice in a row in the same method (for 2 different temps/parameters) - either it produces an error - or it is not...

Type: Bug

We could remove it may be ? Or rename it ? (comment: "I am a slot used when the usage of an instance variable should be deprecated.")

Hello, this is something we use to navigate ASTs in Moose. Don't know if you already saw this or if you already have something similar. Anyway, I am showing here...

fortran-src (0.16.3) on the file [modgrids.F90](https://gitlab.inria.fr/croco-ocean/croco/-/blob/master/AGRIF/AGRIF_FILES/modgrids.F90?ref_type=heads) produces an error: ``` fortran-src: modgrids.F90, 127:15: modgrids.F90: parsing failed. Last parsed token: TImport (127:9)-(127:14). CallStack (from HasCallStack): error, called at app/Main.hs:117:36 in main:Main...

Exemple: fortran-src (0.16.3) on the file [modinit.F90](https://gitlab.inria.fr/croco-ocean/croco/-/blob/master/AGRIF/AGRIF_FILES/modinit.F90?ref_type=heads) produces an error: ``` ProgramFilefortran-src: modinit.F90, 44:14: modinit.F90: parsing failed. Last parsed token: TProcedure (44:5)-(44:13). CallStack (from HasCallStack): error, called at app/Main.hs:117:36 in...

Example: fortran-src (0.16.3) on the file [modlinktomodel.F90](https://gitlab.inria.fr/croco-ocean/croco/-/blob/master/AGRIF/AGRIF_FILES/modlinktomodel.F90?ref_type=heads) produces: ``` ProgramFilefortran-src: modlinktomodel.F90, 45:13: modlinktomodel.F90: parsing failed. Last parsed token: TAbstract (45:5)-(45:12). CallStack (from HasCallStack): error, called at app/Main.hs:117:36 in main:Main ```